Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/net/ethernet/intel/ice/
A Dice_txrx.c142 static struct netdev_queue *txring_txq(const struct ice_tx_ring *ring) in txring_txq() function
184 netdev_tx_reset_queue(txring_txq(tx_ring)); in ice_clean_tx_ring()
227 netdev_txq_bql_complete_prefetchw(txring_txq(tx_ring)); in ice_clean_tx_irq()
316 netdev_tx_completed_queue(txring_txq(tx_ring), total_pkts, total_bytes); in ice_clean_tx_irq()
325 if (netif_tx_queue_stopped(txring_txq(tx_ring)) && in ice_clean_tx_irq()
327 netif_tx_wake_queue(txring_txq(tx_ring)); in ice_clean_tx_irq()
1601 netif_tx_stop_queue(txring_txq(tx_ring)); in __ice_maybe_stop_tx()
1610 netif_tx_start_queue(txring_txq(tx_ring)); in __ice_maybe_stop_tx()
1763 kick = __netdev_tx_sent_queue(txring_txq(tx_ring), first->bytecount, in ice_tx_map()
2372 netdev_txq_bql_enqueue_prefetchw(txring_txq(tx_ring)); in ice_xmit_frame_ring()
/linux-6.3-rc2/drivers/net/ethernet/intel/i40e/
A Di40e_txrx.h553 static inline struct netdev_queue *txring_txq(const struct i40e_ring *ring) in txring_txq() function
A Di40e_txrx.c819 netdev_tx_reset_queue(txring_txq(tx_ring)); in i40e_clean_tx_ring()
1034 netdev_tx_completed_queue(txring_txq(tx_ring), in i40e_clean_tx_irq()
3606 netdev_tx_sent_queue(txring_txq(tx_ring), first->bytecount); in i40e_tx_map()
3647 if (netif_xmit_stopped(txring_txq(tx_ring)) || !netdev_xmit_more()) { in i40e_tx_map()
/linux-6.3-rc2/drivers/net/ethernet/intel/iavf/
A Diavf_txrx.h523 static inline struct netdev_queue *txring_txq(const struct iavf_ring *ring) in txring_txq() function
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()
2362 netdev_tx_sent_queue(txring_txq(tx_ring), first->bytecount); in iavf_tx_map()
2391 if (netif_xmit_stopped(txring_txq(tx_ring)) || !netdev_xmit_more()) { in iavf_tx_map()
/linux-6.3-rc2/drivers/net/ethernet/intel/fm10k/
A Dfm10k_main.c1007 netdev_tx_sent_queue(txring_txq(tx_ring), first->bytecount); in fm10k_tx_map()
1030 if (netif_xmit_stopped(txring_txq(tx_ring)) || !netdev_xmit_more()) { in fm10k_tx_map()
1307 netdev_tx_completed_queue(txring_txq(tx_ring), in fm10k_clean_tx_irq()
A Dfm10k.h167 static inline struct netdev_queue *txring_txq(const struct fm10k_ring *ring) in txring_txq() function
A Dfm10k_netdev.c187 netdev_tx_reset_queue(txring_txq(tx_ring)); in fm10k_clean_tx_ring()
/linux-6.3-rc2/drivers/net/ethernet/intel/igc/
A Digc_main.c256 netdev_tx_reset_queue(txring_txq(tx_ring)); in igc_clean_tx_ring()
1100 netdev_tx_sent_queue(txring_txq(ring), skb->len); in igc_init_tx_empty_descriptor()
1348 netdev_tx_sent_queue(txring_txq(tx_ring), first->bytecount); in igc_tx_map()
1376 if (netif_xmit_stopped(txring_txq(tx_ring)) || !netdev_xmit_more()) { in igc_tx_map()
2319 netdev_tx_sent_queue(txring_txq(ring), head->bytecount); in igc_xdp_init_tx_descriptor()
2374 nq = txring_txq(ring); in igc_xdp_xmit_back()
2450 nq = txring_txq(ring); in igc_finalize_xdp()
2767 struct netdev_queue *nq = txring_txq(ring); in igc_xdp_xmit_zc()
2807 netdev_tx_sent_queue(txring_txq(ring), xdp_desc.len); in igc_xdp_xmit_zc()
2919 netdev_tx_completed_queue(txring_txq(tx_ring), in igc_clean_tx_irq()
[all …]
A Digc.h568 static inline struct netdev_queue *txring_txq(const struct igc_ring *tx_ring) in txring_txq() function
/linux-6.3-rc2/drivers/net/ethernet/intel/igb/
A Digb.h795 static inline struct netdev_queue *txring_txq(const struct igb_ring *tx_ring) in txring_txq() function
A Digb_main.c2979 nq = txring_txq(tx_ring); in igb_xdp_xmit_back()
3012 nq = txring_txq(tx_ring); in igb_xdp_xmit()
4921 netdev_tx_reset_queue(txring_txq(tx_ring)); in igb_clean_tx_ring()
6245 netdev_tx_sent_queue(txring_txq(tx_ring), first->bytecount); in igb_tx_map()
6273 if (netif_xmit_stopped(txring_txq(tx_ring)) || !netdev_xmit_more()) { in igb_tx_map()
6380 netdev_tx_sent_queue(txring_txq(tx_ring), tx_head->bytecount); in igb_xmit_xdp_ring()
6394 if (netif_xmit_stopped(txring_txq(tx_ring)) || !netdev_xmit_more()) in igb_xmit_xdp_ring()
8301 netdev_tx_completed_queue(txring_txq(tx_ring), in igb_clean_tx_irq()
A Digb_ethtool.c1874 netdev_tx_reset_queue(txring_txq(tx_ring)); in igb_clean_test_rings()
/linux-6.3-rc2/drivers/net/ethernet/intel/ixgbe/
A Dixgbe.h1021 static inline struct netdev_queue *txring_txq(const struct ixgbe_ring *ring) in txring_txq() function
A Dixgbe_main.c1252 netdev_tx_completed_queue(txring_txq(tx_ring), in ixgbe_clean_tx_irq()
6100 netdev_tx_reset_queue(txring_txq(tx_ring)); in ixgbe_clean_tx_ring()
8395 netdev_tx_sent_queue(txring_txq(tx_ring), first->bytecount); in ixgbe_tx_map()
8423 if (netif_xmit_stopped(txring_txq(tx_ring)) || !netdev_xmit_more()) { in ixgbe_tx_map()
A Dixgbe_ethtool.c2082 netdev_tx_reset_queue(txring_txq(tx_ring)); in ixgbe_clean_test_rings()

Completed in 108 milliseconds