Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ethernet/sfc/siena/
Dnet_driver.h1524 static inline bool efx_channel_is_xdp_tx(struct efx_channel *channel) in efx_channel_is_xdp_tx() function
1537 if (efx_channel_is_xdp_tx(channel)) in efx_channel_num_tx_queues()
Dtx_common.c88 tx_queue->xdp_tx = efx_channel_is_xdp_tx(tx_queue->channel); in efx_siena_init_tx_queue()
Defx.c458 else if (efx_channel_is_xdp_tx(channel)) in efx_siena_init_irq_moderation()
Defx_channels.c799 if (efx_channel_is_xdp_tx(channel)) { in efx_set_xdp_channels()
/linux-6.1.9/drivers/net/ethernet/sfc/
Dnet_driver.h1598 static inline bool efx_channel_is_xdp_tx(struct efx_channel *channel) in efx_channel_is_xdp_tx() function
1611 if (efx_channel_is_xdp_tx(channel)) in efx_channel_num_tx_queues()
Dtx_common.c88 tx_queue->xdp_tx = efx_channel_is_xdp_tx(tx_queue->channel); in efx_init_tx_queue()
Defx.c457 else if (efx_channel_is_xdp_tx(channel)) in efx_init_irq_moderation()
Defx_channels.c796 if (efx_channel_is_xdp_tx(channel)) { in efx_set_xdp_channels()