Home
last modified time | relevance | path

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

/linux/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.h998 unsigned int xdp_channel_offset; member
1501 return efx->channel[efx->xdp_channel_offset + index]; in efx_get_xdp_channel()
1506 return channel->channel - channel->efx->xdp_channel_offset < in efx_channel_is_xdp_tx()
/linux/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.h1041 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()