Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/sfc/siena/
H A Dtx.c323 efx_tx_send_pending(efx_get_tx_channel(efx, index)); in efx_siena_hard_start_xmit()
339 efx_tx_send_pending(efx_get_tx_channel(efx, index)); in efx_siena_hard_start_xmit()
H A Dnet_driver.h1511 efx_get_tx_channel(struct efx_nic *efx, unsigned int index) in efx_get_tx_channel() function
1552 struct efx_channel *channel = efx_get_tx_channel(efx, index); in efx_get_tx_queue()
H A Dfarch.c1091 channel = efx_get_tx_channel(efx, qid / EFX_MAX_TXQ_PER_CHANNEL); in efx_farch_handle_tx_flush_done()
/openbmc/linux/drivers/net/ethernet/sfc/
H A Dtx.c531 efx_tx_send_pending(efx_get_tx_channel(efx, index)); in efx_hard_start_xmit()
547 efx_tx_send_pending(efx_get_tx_channel(efx, index)); in efx_hard_start_xmit()
H A Dnet_driver.h1558 efx_get_tx_channel(struct efx_nic *efx, unsigned int index) in efx_get_tx_channel() function
1599 struct efx_channel *channel = efx_get_tx_channel(efx, index); in efx_get_tx_queue()
H A Def100_netdev.c256 channel = efx_get_tx_channel(efx, skb_get_queue_mapping(skb)); in __ef100_hard_start_xmit()