Searched refs:msi_context (Results 1 – 3 of 3) sorted by relevance
114 efx->msi_context[channel->channel].name, in efx_nic_init_interrupt()115 &efx->msi_context[channel->channel]); in efx_nic_init_interrupt()144 free_irq(channel->irq, &efx->msi_context[channel->channel]); in efx_nic_init_interrupt()163 &efx->msi_context[channel->channel]); in efx_nic_fini_interrupt()
565 efx->msi_context[channel->channel].name, in efx_set_channel_names()566 sizeof(efx->msi_context[0].name)); in efx_set_channel_names()2869 efx->msi_context[i].efx = efx; in efx_init_struct()2870 efx->msi_context[i].index = i; in efx_init_struct()
945 struct efx_msi_context msi_context[EFX_MAX_CHANNELS]; member