Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/sfc/siena/
H 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()
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()
H A 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()
H A Dselftest.c629 efx_get_channel(efx, efx->tx_channel_offset); in efx_test_loopbacks()
H A Dethtool_common.c257 efx_get_channel(efx, efx->tx_channel_offset); in efx_fill_loopback_test()
/linux/drivers/net/ethernet/sfc/
H 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()
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()
H A Defx.c436 if (tx_usecs != rx_usecs && efx->tx_channel_offset == 0 && in efx_init_irq_moderation()
467 if (efx->tx_channel_offset == 0) { in efx_get_irq_moderation()
472 tx_channel = efx->channel[efx->tx_channel_offset]; in efx_get_irq_moderation()
703 if (channel->channel < efx->tx_channel_offset || in efx_get_base_stats()
704 channel->channel >= efx->tx_channel_offset + in efx_get_base_stats()
H A Def100_tx.c38 tx_queue->efx->tx_channel_offset); in ef100_tx_init()
H A Dselftest.c624 efx_get_channel(efx, efx->tx_channel_offset); in efx_test_loopbacks()
H A Def10.c821 offset = ((efx->tx_channel_offset + efx->n_tx_channels - in efx_ef10_link_piobufs()
/linux/drivers/net/ethernet/sfc/falcon/
H A Dselftest.c631 ef4_get_channel(efx, efx->tx_channel_offset); in ef4_test_loopbacks()