HomeSort by: relevance | last modified time | path
    Searched refs:next_to_clean (Results 1 - 7 of 7) sorted by relevancy

  /src/sys/dev/pci/ixgbe/
ixgbe_netmap.c 329 nic_i = txr->next_to_clean + report_frequency;
341 * We (re)use the driver's txr->next_to_clean to keep
356 if (nic_i != txr->next_to_clean) {
358 txr->next_to_clean = nic_i;
ixgbe.h 368 u16 next_to_clean; member in struct:tx_ring
ix_txrx.c 687 txr->next_to_clean = 0;
1159 work = txr->next_to_clean;
1233 txr->next_to_clean = work;
  /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/igc/
if_igc.h 293 uint32_t next_to_clean; member in struct:tx_ring
if_igc.c 1680 free = txr->next_to_clean;
1687 txr->me, prod, txr->next_to_clean, free);
1774 txr->me, prod, txr->next_to_clean, free);
1788 cons = txr->next_to_clean;
1839 txr->next_to_clean = cons;
3011 txr->next_to_clean = 0;
3156 txr->next_to_clean = 0;

Completed in 19 milliseconds