Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/net/ethernet/sfc/
Defx_channels.c245 efx->xdp_channel_offset = n_channels; in efx_allocate_msix_channels()
312 efx->xdp_channel_offset = efx->n_channels; in efx_probe_interrupts()
332 efx->xdp_channel_offset = efx->n_channels; in efx_probe_interrupts()
338 j = efx->xdp_channel_offset; in efx_probe_interrupts()
684 if (number >= efx->xdp_channel_offset && in efx_get_channel_name()
687 number -= efx->xdp_channel_offset; in efx_get_channel_name()
Dnet_driver.h1012 unsigned int xdp_channel_offset; member
1525 return efx->channel[efx->xdp_channel_offset + index]; in efx_get_xdp_channel()
1530 return channel->channel - channel->efx->xdp_channel_offset < in efx_channel_is_xdp_tx()
Def10.c813 channel->channel >= efx->xdp_channel_offset) in efx_ef10_link_piobufs()