Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ethernet/sfc/siena/
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()
325 efx->xdp_channel_offset = efx->n_channels; in efx_siena_probe_interrupts()
331 j = efx->xdp_channel_offset; in efx_siena_probe_interrupts()
687 if (number >= efx->xdp_channel_offset && in efx_get_channel_name()
690 number -= efx->xdp_channel_offset; in efx_get_channel_name()
Dnet_driver.h1006 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()
/linux-6.1.9/drivers/net/ethernet/sfc/
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()
324 efx->xdp_channel_offset = efx->n_channels; in efx_probe_interrupts()
330 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.h1059 unsigned int xdp_channel_offset; member
1595 return efx->channel[efx->xdp_channel_offset + index]; in efx_get_xdp_channel()
1600 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()