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

/drivers/net/ethernet/sfc/
H A Defx.c712 struct efx_channel *other_channel[EFX_MAX_CHANNELS], *channel; local
721 memset(other_channel, 0, sizeof(other_channel));
728 other_channel[i] = channel;
738 efx->channel[i] = other_channel[i];
739 other_channel[i] = channel;
750 efx_fini_napi_channel(other_channel[i]);
751 efx_remove_channel(other_channel[i]);
756 kfree(other_channel[i]);
768 efx->channel[i] = other_channel[
[all...]

Completed in 13 milliseconds