Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/sfc/
Dtx.c126 struct efx_tx_queue *txq2 = efx_tx_queue_partner(txq1); in efx_tx_maybe_stop_queue()
555 struct efx_tx_queue *txq2 = efx_tx_queue_partner(tx_queue); in efx_enqueue_skb()
589 struct efx_tx_queue *txq2 = efx_tx_queue_partner(tx_queue); in efx_enqueue_skb()
772 txq2 = efx_tx_queue_partner(tx_queue); in efx_xmit_done()
Dnic.h67 static struct efx_tx_queue *efx_tx_queue_partner(struct efx_tx_queue *tx_queue) in efx_tx_queue_partner() function
108 struct efx_tx_queue *partner = efx_tx_queue_partner(tx_queue); in efx_nic_may_tx_pio()