Home | Sort by: relevance | last modified time | path |
/src/sys/external/bsd/ena-com/ | |
ena_com.h | 185 u16 next_to_use; member in struct:ena_com_io_bounce_buffer_control 1103 (bounce_buf_ctrl->next_to_use++ & (buffers_num - 1)) * size; 1106 (bounce_buf_ctrl->next_to_use & (buffers_num - 1)) * size); |
/src/sys/dev/pci/ | |
if_ena.c | 699 tx_ring->next_to_use = 0; 882 rx_ring->next_to_use = 0; 1101 uint16_t next_to_use, req_id; local in function:ena_refill_rx_bufs 1108 next_to_use = rx_ring->next_to_use; 1114 "RX buffer - next to use: %d", next_to_use); 1116 req_id = rx_ring->free_rx_ids[next_to_use]; 1138 next_to_use = ENA_RX_RING_IDX_NEXT(next_to_use, 1153 rx_ring->next_to_use = next_to_use 2802 uint16_t next_to_use; local in function:ena_xmit_mbuf [all...] |
if_enavar.h | 293 uint16_t next_to_use; member in struct:ena_ring |