Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/ethernet/sfc/
Defx_channels.c224 efx->xdp_channel_offset = n_channels; in efx_allocate_msix_channels()
291 efx->xdp_channel_offset = efx->n_channels; in efx_probe_interrupts()
311 efx->xdp_channel_offset = efx->n_channels; in efx_probe_interrupts()
317 j = efx->xdp_channel_offset; in efx_probe_interrupts()
663 if (number >= efx->xdp_channel_offset && in efx_get_channel_name()
666 number -= efx->xdp_channel_offset; in efx_get_channel_name()
Dnet_driver.h1004 unsigned int xdp_channel_offset; member
1514 return efx->channel[efx->xdp_channel_offset + index]; in efx_get_xdp_channel()
1519 return channel->channel - channel->efx->xdp_channel_offset < in efx_channel_is_xdp_tx()
Def10.c814 channel->channel >= efx->xdp_channel_offset) in efx_ef10_link_piobufs()