Home | Sort by: relevance | last modified time | path |
/src/sys/dev/pci/igc/ | |
if_igc.h | 293 uint32_t next_to_clean; member in struct:tx_ring |
/src/sys/dev/pci/ | |
if_ena.c | 700 tx_ring->next_to_clean = 0; 881 rx_ring->next_to_clean = 0; 1395 uint16_t next_to_clean; local in function:ena_tx_cleanup 1409 next_to_clean = tx_ring->next_to_clean; 1442 tx_ring->free_tx_ids[next_to_clean] = req_id; 1443 next_to_clean = ENA_TX_RING_IDX_NEXT(next_to_clean, 1449 tx_ring->next_to_clean = next_to_clean; 1694 uint16_t next_to_clean; local in function:ena_rx_cleanup [all...] |
if_enavar.h | 294 uint16_t next_to_clean; member in struct:ena_ring |
/src/sys/dev/pci/ixgbe/ | |
ixgbe.h | 368 u16 next_to_clean; member in struct:tx_ring |