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()
546 efx->msi_context[channel->channel].name, in efx_set_channel_names()547 sizeof(efx->msi_context[0].name)); in efx_set_channel_names()2738 efx->msi_context[i].efx = efx; in efx_init_struct()2739 efx->msi_context[i].index = i; in efx_init_struct()
959 struct efx_msi_context msi_context[EFX_MAX_CHANNELS]; member