Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/sfc/
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()
323 efx->tx_channel_offset = efx_separate_tx_channels ? 1 : 0; in efx_probe_interrupts()
336 if (j <= efx->tx_channel_offset + efx->n_tx_channels) { in efx_probe_interrupts()
690 } else if (efx->tx_channel_offset == 0) { in efx_get_channel_name()
692 } else if (number < efx->tx_channel_offset) { in efx_get_channel_name()
696 number -= efx->tx_channel_offset; in efx_get_channel_name()
792 if (channel->channel < efx->tx_channel_offset) in efx_set_xdp_channels()
961 return channel->channel - channel->efx->tx_channel_offset < in efx_default_channel_want_txqs()
Dnet_driver.h1036 unsigned tx_channel_offset; member
1561 return efx->channel[efx->tx_channel_offset + index]; in efx_get_tx_channel()
1579 return channel && channel->channel >= channel->efx->tx_channel_offset; in efx_channel_has_tx_queues()
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()
Def100_tx.c38 tx_queue->efx->tx_channel_offset); in ef100_tx_init()
Dselftest.c624 efx_get_channel(efx, efx->tx_channel_offset); in efx_test_loopbacks()
Dethtool_common.c306 efx_get_channel(efx, efx->tx_channel_offset); in efx_fill_loopback_test()
Def10.c821 offset = ((efx->tx_channel_offset + efx->n_tx_channels - in efx_ef10_link_piobufs()
/linux-6.12.1/drivers/net/ethernet/sfc/siena/
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()
324 efx->tx_channel_offset = efx_siena_separate_tx_channels ? 1 : 0; in efx_siena_probe_interrupts()
337 if (j <= efx->tx_channel_offset + efx->n_tx_channels) { in efx_siena_probe_interrupts()
693 } else if (efx->tx_channel_offset == 0) { in efx_get_channel_name()
695 } else if (number < efx->tx_channel_offset) { in efx_get_channel_name()
699 number -= efx->tx_channel_offset; in efx_get_channel_name()
798 if (channel->channel < efx->tx_channel_offset) in efx_set_xdp_channels()
993 return channel->channel - channel->efx->tx_channel_offset < in efx_default_channel_want_txqs()
Dnet_driver.h993 unsigned tx_channel_offset; member
1494 return efx->channel[efx->tx_channel_offset + index]; in efx_get_tx_channel()
1512 return channel && channel->channel >= channel->efx->tx_channel_offset; in efx_channel_has_tx_queues()
Defx.c443 if (tx_usecs != rx_usecs && efx->tx_channel_offset == 0 && in efx_siena_init_irq_moderation()
474 if (efx->tx_channel_offset == 0) { in efx_siena_get_irq_moderation()
479 tx_channel = efx->channel[efx->tx_channel_offset]; in efx_siena_get_irq_moderation()
Dselftest.c629 efx_get_channel(efx, efx->tx_channel_offset); in efx_test_loopbacks()
Dethtool_common.c257 efx_get_channel(efx, efx->tx_channel_offset); in efx_fill_loopback_test()
/linux-6.12.1/drivers/net/ethernet/sfc/falcon/
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()
Defx.c531 if (efx->tx_channel_offset == 0) { in ef4_get_channel_name()
533 } else if (channel->channel < efx->tx_channel_offset) { in ef4_get_channel_name()
537 number -= efx->tx_channel_offset; in ef4_get_channel_name()
1588 efx->tx_channel_offset = in ef4_set_channels()
1603 tx_queue->queue -= (efx->tx_channel_offset * in ef4_set_channels()
1912 if (tx_usecs != rx_usecs && efx->tx_channel_offset == 0 && in ef4_init_irq_moderation()
1941 if (efx->tx_channel_offset == 0) { in ef4_get_irq_moderation()
1946 tx_channel = efx->channel[efx->tx_channel_offset]; in ef4_get_irq_moderation()
Dselftest.c631 ef4_get_channel(efx, efx->tx_channel_offset); in ef4_test_loopbacks()
Dethtool.c258 ef4_get_channel(efx, efx->tx_channel_offset); in ef4_fill_loopback_test()