Searched refs:efx_get_tx_channel (Results 1 – 6 of 6) sorted by relevance
/linux/drivers/net/ethernet/sfc/siena/ |
H A D | tx.c | 323 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 D | net_driver.h | 1491 efx_get_tx_channel(struct efx_nic *efx, unsigned int index) in efx_get_tx_channel() function 1532 struct efx_channel *channel = efx_get_tx_channel(efx, index); in efx_get_tx_queue()
|
H A D | farch.c | 1091 channel = efx_get_tx_channel(efx, qid / EFX_MAX_TXQ_PER_CHANNEL); in efx_farch_handle_tx_flush_done()
|
/linux/drivers/net/ethernet/sfc/ |
H A D | tx.c | 531 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 D | net_driver.h | 1558 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 D | ef100_netdev.c | 256 channel = efx_get_tx_channel(efx, skb_get_queue_mapping(skb)); in __ef100_hard_start_xmit()
|