Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_ethtool.c2079 u16 rx_ntc, tx_ntc, count = 0; in ixgbe_clean_test_rings() local
2083 tx_ntc = tx_ring->next_to_clean; in ixgbe_clean_test_rings()
2086 while (tx_ntc != tx_ring->next_to_use) { in ixgbe_clean_test_rings()
2090 tx_desc = IXGBE_TX_DESC(tx_ring, tx_ntc); in ixgbe_clean_test_rings()
2097 tx_buffer = &tx_ring->tx_buffer_info[tx_ntc]; in ixgbe_clean_test_rings()
2110 tx_ntc++; in ixgbe_clean_test_rings()
2111 if (tx_ntc == tx_ring->count) in ixgbe_clean_test_rings()
2112 tx_ntc = 0; in ixgbe_clean_test_rings()
2153 tx_ring->next_to_clean = tx_ntc; in ixgbe_clean_test_rings()