Home
last modified time | relevance | path

Searched refs:xdp_channel_offset (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/sfc/
H A Defx_channels.c224 efx->xdp_channel_offset = n_channels; in efx_allocate_msix_channels()
292 efx->xdp_channel_offset = efx->n_channels; in efx_probe_interrupts()
313 efx->xdp_channel_offset = efx->n_channels; in efx_probe_interrupts()
319 j = efx->xdp_channel_offset; in efx_probe_interrupts()
665 if (number >= efx->xdp_channel_offset && in efx_get_channel_name()
668 number -= efx->xdp_channel_offset; in efx_get_channel_name()
H A Dnet_driver.h879 * @xdp_channel_offset: Offset of zeroth channel used for XPD TX.
1046 unsigned int xdp_channel_offset; member
1556 return efx->channel[efx->xdp_channel_offset + index]; in efx_get_xdp_channel()
1561 return channel->channel - channel->efx->xdp_channel_offset < in efx_channel_is_xdp_tx()
H A Def10.c814 channel->channel >= efx->xdp_channel_offset) in efx_ef10_link_piobufs()
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/
H A Defx_channels.c235 efx->xdp_channel_offset = n_channels; in efx_allocate_msix_channels()
303 efx->xdp_channel_offset = efx->n_channels; in efx_probe_interrupts()
325 efx->xdp_channel_offset = efx->n_channels; in efx_probe_interrupts()
332 j = efx->xdp_channel_offset; in efx_probe_interrupts()
686 if (number >= efx->xdp_channel_offset && in efx_get_channel_name()
689 number -= efx->xdp_channel_offset; in efx_get_channel_name()
H A Dnet_driver.h870 * @xdp_channel_offset: Offset of zeroth channel used for XPD TX.
1040 unsigned int xdp_channel_offset; member
1568 return efx->channel[efx->xdp_channel_offset + index]; in efx_get_xdp_channel()
1573 return channel->channel - channel->efx->xdp_channel_offset < in efx_channel_is_xdp_tx()
H A Def10.c813 channel->channel >= efx->xdp_channel_offset) in efx_ef10_link_piobufs()
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/siena/
H A Defx_channels.c236 efx->xdp_channel_offset = n_channels; in efx_allocate_msix_channels()
304 efx->xdp_channel_offset = efx->n_channels; in efx_siena_probe_interrupts()
326 efx->xdp_channel_offset = efx->n_channels; in efx_siena_probe_interrupts()
333 j = efx->xdp_channel_offset; in efx_siena_probe_interrupts()
689 if (number >= efx->xdp_channel_offset && in efx_get_channel_name()
692 number -= efx->xdp_channel_offset; in efx_get_channel_name()
H A Dnet_driver.h838 * @xdp_channel_offset: Offset of zeroth channel used for XPD TX.
1006 unsigned int xdp_channel_offset; member
1521 return efx->channel[efx->xdp_channel_offset + index]; in efx_get_xdp_channel()
1526 return channel->channel - channel->efx->xdp_channel_offset < in efx_channel_is_xdp_tx()

Completed in 25 milliseconds