Home
last modified time | relevance | path

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

/drivers/net/ethernet/sfc/
Defx_channels.c231 efx->tx_channel_offset = in efx_allocate_msix_channels()
238 efx->tx_channel_offset = 0; in efx_allocate_msix_channels()
311 efx->tx_channel_offset = 0; in efx_probe_interrupts()
332 efx->tx_channel_offset = efx_separate_tx_channels ? 1 : 0; in efx_probe_interrupts()
344 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()
795 if (channel->channel < efx->tx_channel_offset) in efx_set_xdp_channels()
989 return channel->channel - channel->efx->tx_channel_offset < in efx_default_channel_want_txqs()
Dnet_driver.h1049 unsigned tx_channel_offset; member
1560 return efx->channel[efx->tx_channel_offset + index]; in efx_get_tx_channel()
1578 return channel && channel->channel >= channel->efx->tx_channel_offset; in efx_channel_has_tx_queues()
Defx.c442 if (tx_usecs != rx_usecs && efx->tx_channel_offset == 0 && in efx_init_irq_moderation()
473 if (efx->tx_channel_offset == 0) { in efx_get_irq_moderation()
478 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.c617 efx_get_channel(efx, efx->tx_channel_offset); in efx_test_loopbacks()
Dethtool_common.c305 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()
/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.c537 if (efx->tx_channel_offset == 0) { in ef4_get_channel_name()
539 } else if (channel->channel < efx->tx_channel_offset) { in ef4_get_channel_name()
543 number -= efx->tx_channel_offset; in ef4_get_channel_name()
1598 efx->tx_channel_offset = in ef4_set_channels()
1613 tx_queue->queue -= (efx->tx_channel_offset * in ef4_set_channels()
1922 if (tx_usecs != rx_usecs && efx->tx_channel_offset == 0 && in ef4_init_irq_moderation()
1951 if (efx->tx_channel_offset == 0) { in ef4_get_irq_moderation()
1956 tx_channel = efx->channel[efx->tx_channel_offset]; in ef4_get_irq_moderation()
Dselftest.c619 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()