Searched refs:buf_size (Results 176 - 177 of 177) sorted by relevance

12345678

/freebsd-11-stable/sys/cam/ctl/
H A Dctl.c4469 hex2bin(const char *str, uint8_t *buf, int buf_size) argument
4474 memset(buf, 0, buf_size);
4479 buf_size *= 2;
4480 for (i = 0; str[i] != 0 && i < buf_size; i++) {
/freebsd-11-stable/sys/dev/mlx4/mlx4_en/
H A Dmlx4_en_netdev.c1374 for (j = 0; j < tx_ring->buf_size; j += STAMP_STRIDE)

Completed in 280 milliseconds

12345678