Home
last modified time | relevance | path

Searched refs:tx_channel_offset (Results 1 – 16 of 16) sorted by relevance

/linux-6.3-rc2/drivers/net/ethernet/sfc/siena/
A Defx_channels.c222 efx->tx_channel_offset = in efx_allocate_msix_channels()
229 efx->tx_channel_offset = 0; in efx_allocate_msix_channels()
302 efx->tx_channel_offset = 0; in efx_siena_probe_interrupts()
323 efx->tx_channel_offset = efx_siena_separate_tx_channels ? 1 : 0; in efx_siena_probe_interrupts()
335 if (j <= efx->tx_channel_offset + efx->n_tx_channels) { in efx_siena_probe_interrupts()
691 } else if (efx->tx_channel_offset == 0) { in efx_get_channel_name()
693 } else if (number < efx->tx_channel_offset) { in efx_get_channel_name()
697 number -= efx->tx_channel_offset; in efx_get_channel_name()
796 if (channel->channel < efx->tx_channel_offset) in efx_set_xdp_channels()
991 return channel->channel - channel->efx->tx_channel_offset < in efx_default_channel_want_txqs()
A Dnet_driver.h1001 unsigned tx_channel_offset; member
1514 return efx->channel[efx->tx_channel_offset + index]; in efx_get_tx_channel()
1532 return channel && channel->channel >= channel->efx->tx_channel_offset; in efx_channel_has_tx_queues()
A Defx.c444 if (tx_usecs != rx_usecs && efx->tx_channel_offset == 0 && in efx_siena_init_irq_moderation()
475 if (efx->tx_channel_offset == 0) { in efx_siena_get_irq_moderation()
480 tx_channel = efx->channel[efx->tx_channel_offset]; in efx_siena_get_irq_moderation()
A Dselftest.c617 efx_get_channel(efx, efx->tx_channel_offset); in efx_test_loopbacks()
A Dethtool_common.c257 efx_get_channel(efx, efx->tx_channel_offset); in efx_fill_loopback_test()
/linux-6.3-rc2/drivers/net/ethernet/sfc/
A Defx_channels.c221 efx->tx_channel_offset = in efx_allocate_msix_channels()
228 efx->tx_channel_offset = 0; in efx_allocate_msix_channels()
301 efx->tx_channel_offset = 0; in efx_probe_interrupts()
322 efx->tx_channel_offset = efx_separate_tx_channels ? 1 : 0; in efx_probe_interrupts()
334 if (j <= efx->tx_channel_offset + efx->n_tx_channels) { in efx_probe_interrupts()
688 } else if (efx->tx_channel_offset == 0) { in efx_get_channel_name()
690 } else if (number < efx->tx_channel_offset) { in efx_get_channel_name()
694 number -= efx->tx_channel_offset; in efx_get_channel_name()
793 if (channel->channel < efx->tx_channel_offset) in efx_set_xdp_channels()
987 return channel->channel - channel->efx->tx_channel_offset < in efx_default_channel_want_txqs()
A Dnet_driver.h1073 unsigned tx_channel_offset; member
1609 return efx->channel[efx->tx_channel_offset + index]; in efx_get_tx_channel()
1627 return channel && channel->channel >= channel->efx->tx_channel_offset; in efx_channel_has_tx_queues()
A Defx.c443 if (tx_usecs != rx_usecs && efx->tx_channel_offset == 0 && in efx_init_irq_moderation()
474 if (efx->tx_channel_offset == 0) { in efx_get_irq_moderation()
479 tx_channel = efx->channel[efx->tx_channel_offset]; in efx_get_irq_moderation()
A Def100_tx.c38 tx_queue->efx->tx_channel_offset); in ef100_tx_init()
A Dselftest.c617 efx_get_channel(efx, efx->tx_channel_offset); in efx_test_loopbacks()
A Dethtool_common.c306 efx_get_channel(efx, efx->tx_channel_offset); in efx_fill_loopback_test()
A Def10.c821 offset = ((efx->tx_channel_offset + efx->n_tx_channels - in efx_ef10_link_piobufs()
/linux-6.3-rc2/drivers/net/ethernet/sfc/falcon/
A Dnet_driver.h812 unsigned tx_channel_offset; member
1192 return &efx->channel[efx->tx_channel_offset + index]->tx_queue[type]; in ef4_get_tx_queue()
1197 return channel->channel - channel->efx->tx_channel_offset < in ef4_channel_has_tx_queues()
A Defx.c532 if (efx->tx_channel_offset == 0) { in ef4_get_channel_name()
534 } else if (channel->channel < efx->tx_channel_offset) { in ef4_get_channel_name()
538 number -= efx->tx_channel_offset; in ef4_get_channel_name()
1589 efx->tx_channel_offset = in ef4_set_channels()
1604 tx_queue->queue -= (efx->tx_channel_offset * in ef4_set_channels()
1913 if (tx_usecs != rx_usecs && efx->tx_channel_offset == 0 && in ef4_init_irq_moderation()
1942 if (efx->tx_channel_offset == 0) { in ef4_get_irq_moderation()
1947 tx_channel = efx->channel[efx->tx_channel_offset]; in ef4_get_irq_moderation()
A Dselftest.c619 ef4_get_channel(efx, efx->tx_channel_offset); in ef4_test_loopbacks()
A Dethtool.c258 ef4_get_channel(efx, efx->tx_channel_offset); in ef4_fill_loopback_test()

Completed in 52 milliseconds