Searched refs:n_tx_channels (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/sfc/
H A Defx.c1043 efx->n_tx_channels =
1047 efx->n_tx_channels, 1U);
1049 efx->n_tx_channels = efx->n_channels;
1066 efx->n_tx_channels = 1;
1081 efx->n_tx_channels = 1;
1106 separate_tx_channels ? efx->n_channels - efx->n_tx_channels : 0;
1109 if (channel->channel - tx_channel_offset < efx->n_tx_channels) {
1144 efx->net_dev->real_num_tx_queues = efx->n_tx_channels;
H A Dnet_driver.h647 * @n_tx_channels: Number of channels used for TX
734 unsigned n_tx_channels; member in struct:efx_nic
922 (_efx)->n_tx_channels]); \
H A Dnic.c1187 if (ev_queue < EFX_TXQ_TYPES * efx->n_tx_channels) {

Completed in 171 milliseconds