Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/net/ethernet/sfc/
Defx_channels.c170 efx->xdp_txq_queues_mode = EFX_XDP_TX_QUEUES_BORROWED; in efx_allocate_msix_channels()
177 efx->xdp_txq_queues_mode = EFX_XDP_TX_QUEUES_BORROWED; in efx_allocate_msix_channels()
197 if (efx->xdp_txq_queues_mode != EFX_XDP_TX_QUEUES_BORROWED) { in efx_allocate_msix_channels()
943 if (efx->xdp_txq_queues_mode == EFX_XDP_TX_QUEUES_BORROWED) { in efx_set_channels()
Dtx.c452 if (efx->xdp_txq_queues_mode == EFX_XDP_TX_QUEUES_BORROWED) { in efx_xdp_tx_buffers()
Dnet_driver.h788 EFX_XDP_TX_QUEUES_BORROWED /* queues borrowed from net stack */ enumerator