Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/sfc/
Defx.c768 struct efx_channel *other_channel[EFX_MAX_CHANNELS], *channel; in efx_realloc_channels() local
804 memset(other_channel, 0, sizeof(other_channel)); in efx_realloc_channels()
813 other_channel[i] = channel; in efx_realloc_channels()
823 efx->channel[i] = other_channel[i]; in efx_realloc_channels()
824 other_channel[i] = channel; in efx_realloc_channels()
843 channel = other_channel[i]; in efx_realloc_channels()
869 efx->channel[i] = other_channel[i]; in efx_realloc_channels()
870 other_channel[i] = channel; in efx_realloc_channels()