Home
last modified time | relevance | path

Searched refs:next_to_clean (Results 1 – 4 of 4) sorted by relevance

/dragonfly/sys/dev/virtual/amazon/ena/
H A Dena.c1297 uint16_t next_to_clean; in ena_tx_cleanup() local
1309 next_to_clean = tx_ring->next_to_clean; in ena_tx_cleanup()
1343 next_to_clean = ENA_TX_RING_IDX_NEXT(next_to_clean, in ena_tx_cleanup()
1349 tx_ring->next_to_clean = next_to_clean; in ena_tx_cleanup()
1365 tx_ring->next_to_clean = next_to_clean; in ena_tx_cleanup()
1448 ntc = *next_to_clean; in ena_rx_mbuf()
1530 *next_to_clean = ntc; in ena_rx_mbuf()
1606 uint16_t next_to_clean; in ena_rx_cleanup() local
1620 next_to_clean = rx_ring->next_to_clean; in ena_rx_cleanup()
1650 next_to_clean = in ena_rx_cleanup()
[all …]
H A Dena.h267 uint16_t next_to_clean; member
/dragonfly/sys/dev/netif/igb/
H A Dif_igb.h247 uint32_t next_to_clean; member
H A Dif_igb.c2023 txr->next_to_clean = 0; in igb_init_tx_ring()
2181 first = txr->next_to_clean; in igb_txeof()
2198 txr->next_to_clean = first; in igb_txeof()
2231 first = txr->next_to_clean; in igb_txgc()
3759 txr->me, txr->tx_avail, txr->next_to_clean); in igb_watchdog()
4939 if (hdr != txr->next_to_clean) { in igb_msix_rxtx()