Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/sfc/siena/
H A Dtx.c44 static void efx_tx_maybe_stop_queue(struct efx_tx_queue *txq1) in efx_tx_maybe_stop_queue() argument
47 struct efx_nic *efx = txq1->efx; in efx_tx_maybe_stop_queue()
51 fill_level = efx_channel_tx_old_fill_level(txq1->channel); in efx_tx_maybe_stop_queue()
69 netif_tx_stop_queue(txq1->core_txq); in efx_tx_maybe_stop_queue()
71 efx_for_each_channel_tx_queue(txq2, txq1->channel) in efx_tx_maybe_stop_queue()
74 fill_level = efx_channel_tx_old_fill_level(txq1->channel); in efx_tx_maybe_stop_queue()
79 netif_tx_start_queue(txq1->core_txq); in efx_tx_maybe_stop_queue()