Home
last modified time | relevance | path

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

/drivers/net/ethernet/sfc/
Defx.c771 struct efx_channel *other_channel[EFX_MAX_CHANNELS], *channel; in efx_realloc_channels() local
807 memset(other_channel, 0, sizeof(other_channel)); in efx_realloc_channels()
816 other_channel[i] = channel; in efx_realloc_channels()
826 efx->channel[i] = other_channel[i]; in efx_realloc_channels()
827 other_channel[i] = channel; in efx_realloc_channels()
846 channel = other_channel[i]; in efx_realloc_channels()
872 efx->channel[i] = other_channel[i]; in efx_realloc_channels()
873 other_channel[i] = channel; in efx_realloc_channels()