Home | Sort by: relevance | last modified time | path |
/src/sys/external/bsd/ena-com/ | |
ena_eth_com.h | 53 u16 num_bufs; member in struct:ena_com_tx_ctx |
ena_eth_com.c | 378 u16 num_bufs = ena_tx_ctx->num_bufs; local in function:ena_com_prepare_tx 387 /* num_bufs +1 for potential meta desc */ 388 if (!ena_com_sq_have_enough_space(io_sq, num_bufs + 1)) { 412 if (unlikely(!num_bufs && !header_len)) { 469 for (i = 0; i < num_bufs; i++) { |
/src/sys/dev/ic/ | |
bt8xx.h | 180 unsigned num_bufs; /* number of frames in buffer (1-32) */ member in struct:meteor_mem |