Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/sfc/falcon/
Dnet_driver.h815 unsigned tx_channel_offset; member
1195 return &efx->channel[efx->tx_channel_offset + index]->tx_queue[type]; in ef4_get_tx_queue()
1200 return channel->channel - channel->efx->tx_channel_offset < in ef4_channel_has_tx_queues()
Defx.c540 if (efx->tx_channel_offset == 0) { in ef4_get_channel_name()
542 } else if (channel->channel < efx->tx_channel_offset) { in ef4_get_channel_name()
546 number -= efx->tx_channel_offset; in ef4_get_channel_name()
1601 efx->tx_channel_offset = in ef4_set_channels()
1616 tx_queue->queue -= (efx->tx_channel_offset * in ef4_set_channels()
1925 if (tx_usecs != rx_usecs && efx->tx_channel_offset == 0 && in ef4_init_irq_moderation()
1954 if (efx->tx_channel_offset == 0) { in ef4_get_irq_moderation()
1959 tx_channel = efx->channel[efx->tx_channel_offset]; in ef4_get_irq_moderation()
Dselftest.c622 ef4_get_channel(efx, efx->tx_channel_offset); in ef4_test_loopbacks()
Dethtool.c261 ef4_get_channel(efx, efx->tx_channel_offset); in ef4_fill_loopback_test()
/Linux-v4.19/drivers/net/ethernet/sfc/
Defx.c585 if (efx->tx_channel_offset == 0) { in efx_get_channel_name()
587 } else if (channel->channel < efx->tx_channel_offset) { in efx_get_channel_name()
591 number -= efx->tx_channel_offset; in efx_get_channel_name()
923 return channel->channel - channel->efx->tx_channel_offset < in efx_default_channel_want_txqs()
1735 efx->tx_channel_offset = in efx_set_channels()
1750 tx_queue->queue -= (efx->tx_channel_offset * in efx_set_channels()
2074 if (tx_usecs != rx_usecs && efx->tx_channel_offset == 0 && in efx_init_irq_moderation()
2103 if (efx->tx_channel_offset == 0) { in efx_get_irq_moderation()
2108 tx_channel = efx->channel[efx->tx_channel_offset]; in efx_get_irq_moderation()
Dnet_driver.h987 unsigned tx_channel_offset; member
1476 return &efx->channel[efx->tx_channel_offset + index]->tx_queue[type]; in efx_get_tx_queue()
Dselftest.c622 efx_get_channel(efx, efx->tx_channel_offset); in efx_test_loopbacks()
Dethtool.c279 efx_get_channel(efx, efx->tx_channel_offset); in efx_fill_loopback_test()
Def10.c959 offset = ((efx->tx_channel_offset + efx->n_tx_channels - in efx_ef10_link_piobufs()