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()
562 efx->msi_context[channel->channel].name, in efx_set_channel_names()563 sizeof(efx->msi_context[0].name)); in efx_set_channel_names()2866 efx->msi_context[i].efx = efx; in efx_init_struct()2867 efx->msi_context[i].index = i; in efx_init_struct()
945 struct efx_msi_context msi_context[EFX_MAX_CHANNELS]; member