Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/ethernet/sfc/
Defx.c752 struct efx_channel *other_channel[EFX_MAX_CHANNELS], *channel; in efx_realloc_channels() local
788 memset(other_channel, 0, sizeof(other_channel)); in efx_realloc_channels()
797 other_channel[i] = channel; in efx_realloc_channels()
807 efx->channel[i] = other_channel[i]; in efx_realloc_channels()
808 other_channel[i] = channel; in efx_realloc_channels()
827 channel = other_channel[i]; in efx_realloc_channels()
853 efx->channel[i] = other_channel[i]; in efx_realloc_channels()
854 other_channel[i] = channel; in efx_realloc_channels()