Home
last modified time | relevance | path

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

/drivers/net/ethernet/sfc/
Dtx.c532 efx_tx_send_pending(efx_get_tx_channel(efx, index)); in efx_hard_start_xmit()
548 efx_tx_send_pending(efx_get_tx_channel(efx, index)); in efx_hard_start_xmit()
Def100_netdev.c201 channel = efx_get_tx_channel(efx, skb_get_queue_mapping(skb)); in ef100_hard_start_xmit()
Dnet_driver.h1546 efx_get_tx_channel(struct efx_nic *efx, unsigned int index) in efx_get_tx_channel() function
1587 struct efx_channel *channel = efx_get_tx_channel(efx, index); in efx_get_tx_queue()
Dfarch.c1089 channel = efx_get_tx_channel(efx, qid / EFX_MAX_TXQ_PER_CHANNEL); in efx_farch_handle_tx_flush_done()