Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/ice/
H A 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()
1823 netdev_tx_sent_queue(txring_txq(tx_ring), first->bytecount); in ice_tx_map()
1853 if (netif_xmit_stopped(txring_txq(tx_ring)) || !netdev_xmit_more()) in ice_tx_map()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/iavf/
H A Diavf_txrx.c83 netdev_tx_reset_queue(txring_txq(tx_ring)); in iavf_clean_tx_ring()
307 netdev_tx_completed_queue(txring_txq(tx_ring), in iavf_clean_tx_irq()
2346 netdev_tx_sent_queue(txring_txq(tx_ring), first->bytecount); in iavf_tx_map()
2375 if (netif_xmit_stopped(txring_txq(tx_ring)) || !netdev_xmit_more()) { in iavf_tx_map()
H A Diavf_txrx.h519 static inline struct netdev_queue *txring_txq(const struct iavf_ring *ring) in txring_txq() function
/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/i40e/
H A Di40e_txrx.h549 static inline struct netdev_queue *txring_txq(const struct i40e_ring *ring) in txring_txq() function
H A 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()
3458 netdev_tx_sent_queue(txring_txq(tx_ring), first->bytecount); in i40e_tx_map()
3499 if (netif_xmit_stopped(txring_txq(tx_ring)) || !netdev_xmit_more()) { in i40e_tx_map()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/fm10k/
H A Dfm10k_main.c1012 netdev_tx_sent_queue(txring_txq(tx_ring), first->bytecount); in fm10k_tx_map()
1035 if (netif_xmit_stopped(txring_txq(tx_ring)) || !netdev_xmit_more()) { in fm10k_tx_map()
1312 netdev_tx_completed_queue(txring_txq(tx_ring), in fm10k_clean_tx_irq()
H A Dfm10k.h167 static inline struct netdev_queue *txring_txq(const struct fm10k_ring *ring) in txring_txq() function
H A Dfm10k_netdev.c187 netdev_tx_reset_queue(txring_txq(tx_ring)); in fm10k_clean_tx_ring()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/igc/
H A Digc.h489 static inline struct netdev_queue *txring_txq(const struct igc_ring *tx_ring) in txring_txq() function
H A Digc_main.c226 netdev_tx_reset_queue(txring_txq(tx_ring)); in igc_clean_tx_ring()
1165 netdev_tx_sent_queue(txring_txq(tx_ring), first->bytecount); in igc_tx_map()
1193 if (netif_xmit_stopped(txring_txq(tx_ring)) || !netdev_xmit_more()) { in igc_tx_map()
2090 netdev_tx_completed_queue(txring_txq(tx_ring), in igc_clean_tx_irq()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/igb/
H A Digb.h795 static inline struct netdev_queue *txring_txq(const struct igb_ring *tx_ring) in txring_txq() function
H A Digb_main.c2929 nq = txring_txq(tx_ring); in igb_xdp_xmit_back()
2962 nq = txring_txq(tx_ring); in igb_xdp_xmit()
4870 netdev_tx_reset_queue(txring_txq(tx_ring)); in igb_clean_tx_ring()
6206 netdev_tx_sent_queue(txring_txq(tx_ring), first->bytecount); in igb_tx_map()
6234 if (netif_xmit_stopped(txring_txq(tx_ring)) || !netdev_xmit_more()) { in igb_tx_map()
6321 netdev_tx_sent_queue(txring_txq(tx_ring), tx_buffer->bytecount); in igb_xmit_xdp_ring()
6340 if (netif_xmit_stopped(txring_txq(tx_ring)) || !netdev_xmit_more()) in igb_xmit_xdp_ring()
8150 netdev_tx_completed_queue(txring_txq(tx_ring), in igb_clean_tx_irq()
H A Digb_ethtool.c1874 netdev_tx_reset_queue(txring_txq(tx_ring)); in igb_clean_test_rings()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe.h953 static inline struct netdev_queue *txring_txq(const struct ixgbe_ring *ring) in txring_txq() function
H A Dixgbe_main.c1249 netdev_tx_completed_queue(txring_txq(tx_ring), in ixgbe_clean_tx_irq()
6055 netdev_tx_reset_queue(txring_txq(tx_ring)); in ixgbe_clean_tx_ring()
8303 netdev_tx_sent_queue(txring_txq(tx_ring), first->bytecount); in ixgbe_tx_map()
8331 if (netif_xmit_stopped(txring_txq(tx_ring)) || !netdev_xmit_more()) { in ixgbe_tx_map()
H A Dixgbe_ethtool.c2062 netdev_tx_reset_queue(txring_txq(tx_ring)); in ixgbe_clean_test_rings()