Home
last modified time | relevance | path

Searched refs:handle_no_channel (Results 1 – 10 of 10) sorted by relevance

/linux/drivers/net/ethernet/sfc/
H A Dtc_counters.c555 .handle_no_channel = efx_tc_handle_no_channel,
H A Dnet_driver.h603 * @handle_no_channel: Handle failure to allocate an extra channel
622 void (*handle_no_channel)(struct efx_nic *); member
H A Defx_channels.c337 efx->extra_channel_type[i]->handle_no_channel(efx); in efx_probe_interrupts()
H A Dptp.c2203 .handle_no_channel = efx_ptp_handle_no_channel,
/linux/drivers/net/ethernet/sfc/falcon/
H A Dnet_driver.h465 * @handle_no_channel: Handle failure to allocate an extra channel
477 void (*handle_no_channel)(struct ef4_nic *); member
H A Defx.c1444 efx->extra_channel_type[i]->handle_no_channel(efx); in ef4_probe_interrupts()
/linux/drivers/net/ethernet/sfc/siena/
H A Dnet_driver.h571 * @handle_no_channel: Handle failure to allocate an extra channel
587 void (*handle_no_channel)(struct efx_nic *); member
H A Defx_channels.c338 efx->extra_channel_type[i]->handle_no_channel(efx); in efx_siena_probe_interrupts()
H A Dsiena_sriov.c1045 .handle_no_channel = efx_siena_sriov_handle_no_channel,
H A Dptp.c2161 .handle_no_channel = efx_ptp_handle_no_channel,