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

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

Completed in 60 milliseconds