Searched refs:tx_channel_offset (Results 1 – 16 of 16) sorted by relevance
222 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()
1001 unsigned tx_channel_offset; member1514 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()
444 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()
617 efx_get_channel(efx, efx->tx_channel_offset); in efx_test_loopbacks()
257 efx_get_channel(efx, efx->tx_channel_offset); in efx_fill_loopback_test()
221 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()
1073 unsigned tx_channel_offset; member1609 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()
443 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()
38 tx_queue->efx->tx_channel_offset); in ef100_tx_init()
306 efx_get_channel(efx, efx->tx_channel_offset); in efx_fill_loopback_test()
821 offset = ((efx->tx_channel_offset + efx->n_tx_channels - in efx_ef10_link_piobufs()
812 unsigned tx_channel_offset; member1192 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()
532 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()
619 ef4_get_channel(efx, efx->tx_channel_offset); in ef4_test_loopbacks()
258 ef4_get_channel(efx, efx->tx_channel_offset); in ef4_fill_loopback_test()
Completed in 52 milliseconds