Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/sfc/
Dnet_driver.h964 unsigned tx_channel_offset; member
1405 return &efx->channel[efx->tx_channel_offset + index]->tx_queue[type]; in efx_get_tx_queue()
1410 return channel->channel - channel->efx->tx_channel_offset < in efx_channel_has_tx_queues()
Defx.c545 if (efx->tx_channel_offset == 0) { in efx_get_channel_name()
547 } else if (channel->channel < efx->tx_channel_offset) { in efx_get_channel_name()
551 number -= efx->tx_channel_offset; in efx_get_channel_name()
1627 efx->tx_channel_offset = in efx_set_channels()
1642 tx_queue->queue -= (efx->tx_channel_offset * in efx_set_channels()
1948 if (tx_ticks != rx_ticks && efx->tx_channel_offset == 0 && in efx_init_irq_moderation()
1983 if (efx->tx_channel_offset == 0) in efx_get_irq_moderation()
1987 efx->channel[efx->tx_channel_offset]->irq_moderation * in efx_get_irq_moderation()
Dselftest.c615 efx_get_channel(efx, efx->tx_channel_offset); in efx_test_loopbacks()
Dethtool.c264 efx_get_channel(efx, efx->tx_channel_offset); in efx_fill_loopback_test()
Def10.c561 offset = ((efx->tx_channel_offset + efx->n_tx_channels - in efx_ef10_link_piobufs()