Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/intel/ice/
Dice_txrx.c41 static struct netdev_queue *txring_txq(const struct ice_ring *ring) in txring_txq() function
74 netdev_tx_reset_queue(txring_txq(tx_ring)); in ice_clean_tx_ring()
198 netdev_tx_completed_queue(txring_txq(tx_ring), total_pkts, in ice_clean_tx_irq()
1682 netdev_tx_sent_queue(txring_txq(tx_ring), first->bytecount); in ice_tx_map()
1712 if (netif_xmit_stopped(txring_txq(tx_ring)) || !netdev_xmit_more()) { in ice_tx_map()
/Linux-v5.4/drivers/net/ethernet/intel/i40e/
Di40e_txrx.h580 static inline struct netdev_queue *txring_txq(const struct i40e_ring *ring) in txring_txq() function
Di40e_txrx.c664 netdev_tx_reset_queue(txring_txq(tx_ring)); in i40e_clean_tx_ring()
877 netdev_tx_completed_queue(txring_txq(tx_ring), in i40e_clean_tx_irq()
3432 netdev_tx_sent_queue(txring_txq(tx_ring), first->bytecount); in i40e_tx_map()
3473 if (netif_xmit_stopped(txring_txq(tx_ring)) || !netdev_xmit_more()) { in i40e_tx_map()
/Linux-v5.4/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()
2349 netdev_tx_sent_queue(txring_txq(tx_ring), first->bytecount); in iavf_tx_map()
2378 if (netif_xmit_stopped(txring_txq(tx_ring)) || !netdev_xmit_more()) { in iavf_tx_map()
/Linux-v5.4/drivers/net/ethernet/intel/igc/
Digc.h461 static inline struct netdev_queue *txring_txq(const struct igc_ring *tx_ring) in txring_txq() function
Digc_main.c269 netdev_tx_reset_queue(txring_txq(tx_ring)); in igc_clean_tx_ring()
1030 netdev_tx_sent_queue(txring_txq(tx_ring), first->bytecount); in igc_tx_map()
1058 if (netif_xmit_stopped(txring_txq(tx_ring)) || !netdev_xmit_more()) { in igc_tx_map()
1789 netdev_tx_completed_queue(txring_txq(tx_ring), in igc_clean_tx_irq()
/Linux-v5.4/drivers/net/ethernet/intel/fm10k/
Dfm10k_main.c1017 netdev_tx_sent_queue(txring_txq(tx_ring), first->bytecount); in fm10k_tx_map()
1040 if (netif_xmit_stopped(txring_txq(tx_ring)) || !netdev_xmit_more()) { in fm10k_tx_map()
1317 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.4/drivers/net/ethernet/intel/igb/
Digb.h720 static inline struct netdev_queue *txring_txq(const struct igb_ring *tx_ring) in txring_txq() function
Digb_main.c4670 netdev_tx_reset_queue(txring_txq(tx_ring)); in igb_clean_tx_ring()
5994 netdev_tx_sent_queue(txring_txq(tx_ring), first->bytecount); in igb_tx_map()
6022 if (netif_xmit_stopped(txring_txq(tx_ring)) || !netdev_xmit_more()) { in igb_tx_map()
7833 netdev_tx_completed_queue(txring_txq(tx_ring), in igb_clean_tx_irq()
Digb_ethtool.c1860 netdev_tx_reset_queue(txring_txq(tx_ring)); in igb_clean_test_rings()
/Linux-v5.4/drivers/net/ethernet/intel/ixgbe/
Dixgbe.h957 static inline struct netdev_queue *txring_txq(const struct ixgbe_ring *ring) in txring_txq() function
Dixgbe_main.c1251 netdev_tx_completed_queue(txring_txq(tx_ring), in ixgbe_clean_tx_irq()
6018 netdev_tx_reset_queue(txring_txq(tx_ring)); in ixgbe_clean_tx_ring()
8277 netdev_tx_sent_queue(txring_txq(tx_ring), first->bytecount); in ixgbe_tx_map()
8305 if (netif_xmit_stopped(txring_txq(tx_ring)) || !netdev_xmit_more()) { in ixgbe_tx_map()
Dixgbe_ethtool.c1960 netdev_tx_reset_queue(txring_txq(tx_ring)); in ixgbe_clean_test_rings()