Home
last modified time | relevance | path

Searched refs:EFX_TX_BUF_XDP (Results 1 - 9 of 9) sorted by relevance

/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/siena/
H A Dtx.c275 tx_buffer->flags = EFX_TX_BUF_XDP | in efx_siena_xdp_tx_buffers()
H A Dtx_common.c162 } else if (buffer->flags & EFX_TX_BUF_XDP) { in efx_dequeue_buffer()
H A Dnet_driver.h149 * @xdpf: When @flags & %EFX_TX_BUF_XDP, the XDP frame information; its @data
179 #define EFX_TX_BUF_XDP 0x20 /* buffer was sent with XDP */ macro
/kernel/linux/linux-5.10/drivers/net/ethernet/sfc/
H A Dtx.c484 tx_buffer->flags = EFX_TX_BUF_XDP | in efx_xdp_tx_buffers()
H A Dtx_common.c184 } else if (buffer->flags & EFX_TX_BUF_XDP) { in efx_dequeue_buffer()
H A Dnet_driver.h149 * @xdpf: When @flags & %EFX_TX_BUF_XDP, the XDP frame information; its @data
179 #define EFX_TX_BUF_XDP 0x20 /* buffer was sent with XDP */ macro
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/
H A Dtx.c488 tx_buffer->flags = EFX_TX_BUF_XDP | in efx_xdp_tx_buffers()
H A Dtx_common.c196 } else if (buffer->flags & EFX_TX_BUF_XDP) { in efx_dequeue_buffer()
H A Dnet_driver.h129 * @xdpf: When @flags & %EFX_TX_BUF_XDP, the XDP frame information; its @data
159 #define EFX_TX_BUF_XDP 0x20 /* buffer was sent with XDP */ macro

Completed in 16 milliseconds