Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/ethernet/intel/ice/
Dice_txrx.c135 static struct netdev_queue *txring_txq(const struct ice_ring *ring) in txring_txq() function
174 netdev_tx_reset_queue(txring_txq(tx_ring)); in ice_clean_tx_ring()
300 netdev_tx_completed_queue(txring_txq(tx_ring), total_pkts, in ice_clean_tx_irq()
1822 netdev_tx_sent_queue(txring_txq(tx_ring), first->bytecount); in ice_tx_map()
1852 if (netif_xmit_stopped(txring_txq(tx_ring)) || !netdev_xmit_more()) in ice_tx_map()
/Linux-v5.10/drivers/net/ethernet/intel/i40e/
Di40e_txrx.h548 static inline struct netdev_queue *txring_txq(const struct i40e_ring *ring) in txring_txq() function
Di40e_txrx.c665 netdev_tx_reset_queue(txring_txq(tx_ring)); in i40e_clean_tx_ring()
878 netdev_tx_completed_queue(txring_txq(tx_ring), in i40e_clean_tx_irq()
3459 netdev_tx_sent_queue(txring_txq(tx_ring), first->bytecount); in i40e_tx_map()
3500 if (netif_xmit_stopped(txring_txq(tx_ring)) || !netdev_xmit_more()) { in i40e_tx_map()
/Linux-v5.10/drivers/net/ethernet/intel/iavf/
Diavf_txrx.h519 static inline struct netdev_queue *txring_txq(const struct iavf_ring *ring) in txring_txq() function
Diavf_txrx.c83 netdev_tx_reset_queue(txring_txq(tx_ring)); in iavf_clean_tx_ring()
304 netdev_tx_completed_queue(txring_txq(tx_ring), in iavf_clean_tx_irq()
2344 netdev_tx_sent_queue(txring_txq(tx_ring), first->bytecount); in iavf_tx_map()
2373 if (netif_xmit_stopped(txring_txq(tx_ring)) || !netdev_xmit_more()) { in iavf_tx_map()
/Linux-v5.10/drivers/net/ethernet/intel/fm10k/
Dfm10k_main.c1004 netdev_tx_sent_queue(txring_txq(tx_ring), first->bytecount); in fm10k_tx_map()
1027 if (netif_xmit_stopped(txring_txq(tx_ring)) || !netdev_xmit_more()) { in fm10k_tx_map()
1304 netdev_tx_completed_queue(txring_txq(tx_ring), in fm10k_clean_tx_irq()
Dfm10k.h167 static inline struct netdev_queue *txring_txq(const struct fm10k_ring *ring) in txring_txq() function
Dfm10k_netdev.c187 netdev_tx_reset_queue(txring_txq(tx_ring)); in fm10k_clean_tx_ring()
/Linux-v5.10/drivers/net/ethernet/intel/igc/
Digc.h489 static inline struct netdev_queue *txring_txq(const struct igc_ring *tx_ring) in txring_txq() function
Digc_main.c220 netdev_tx_reset_queue(txring_txq(tx_ring)); in igc_clean_tx_ring()
1159 netdev_tx_sent_queue(txring_txq(tx_ring), first->bytecount); in igc_tx_map()
1187 if (netif_xmit_stopped(txring_txq(tx_ring)) || !netdev_xmit_more()) { in igc_tx_map()
2084 netdev_tx_completed_queue(txring_txq(tx_ring), in igc_clean_tx_irq()
/Linux-v5.10/drivers/net/ethernet/intel/igb/
Digb.h793 static inline struct netdev_queue *txring_txq(const struct igb_ring *tx_ring) in txring_txq() function
Digb_main.c2920 nq = txring_txq(tx_ring); in igb_xdp_xmit_back()
2953 nq = txring_txq(tx_ring); in igb_xdp_xmit()
4849 netdev_tx_reset_queue(txring_txq(tx_ring)); in igb_clean_tx_ring()
6184 netdev_tx_sent_queue(txring_txq(tx_ring), first->bytecount); in igb_tx_map()
6212 if (netif_xmit_stopped(txring_txq(tx_ring)) || !netdev_xmit_more()) { in igb_tx_map()
6299 netdev_tx_sent_queue(txring_txq(tx_ring), tx_buffer->bytecount); in igb_xmit_xdp_ring()
6318 if (netif_xmit_stopped(txring_txq(tx_ring)) || !netdev_xmit_more()) in igb_xmit_xdp_ring()
8125 netdev_tx_completed_queue(txring_txq(tx_ring), in igb_clean_tx_irq()
Digb_ethtool.c1872 netdev_tx_reset_queue(txring_txq(tx_ring)); in igb_clean_test_rings()
/Linux-v5.10/drivers/net/ethernet/intel/ixgbe/
Dixgbe.h952 static inline struct netdev_queue *txring_txq(const struct ixgbe_ring *ring) in txring_txq() function
Dixgbe_main.c1249 netdev_tx_completed_queue(txring_txq(tx_ring), in ixgbe_clean_tx_irq()
6050 netdev_tx_reset_queue(txring_txq(tx_ring)); in ixgbe_clean_tx_ring()
8290 netdev_tx_sent_queue(txring_txq(tx_ring), first->bytecount); in ixgbe_tx_map()
8318 if (netif_xmit_stopped(txring_txq(tx_ring)) || !netdev_xmit_more()) { in ixgbe_tx_map()
Dixgbe_ethtool.c2062 netdev_tx_reset_queue(txring_txq(tx_ring)); in ixgbe_clean_test_rings()