Searched refs:ev_probe (Results 1 - 18 of 18) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/siena/ |
H A D | nic_common.h | 161 return channel->efx->type->ev_probe(channel); in efx_nic_probe_eventq()
|
H A D | siena.c | 1040 .ev_probe = efx_farch_ev_probe,
|
H A D | net_driver.h | 1234 * @ev_probe: Allocate resources for event queue 1383 int (*ev_probe)(struct efx_channel *channel); member
|
/kernel/linux/linux-5.10/drivers/net/ethernet/sfc/ |
H A D | nic_common.h | 164 return channel->efx->type->ev_probe(channel); in efx_nic_probe_eventq()
|
H A D | ef100_nic.c | 716 .ev_probe = ef100_ev_probe, 799 .ev_probe = ef100_ev_probe,
|
H A D | siena.c | 1029 .ev_probe = efx_farch_ev_probe,
|
H A D | net_driver.h | 1273 * @ev_probe: Allocate resources for event queue 1419 int (*ev_probe)(struct efx_channel *channel); member
|
H A D | ef10.c | 4057 .ev_probe = efx_mcdi_ev_probe, 4172 .ev_probe = efx_mcdi_ev_probe,
|
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/ |
H A D | nic_common.h | 161 return channel->efx->type->ev_probe(channel); in efx_nic_probe_eventq()
|
H A D | ef100_nic.c | 1251 .ev_probe = ef100_ev_probe, 1337 .ev_probe = ef100_ev_probe,
|
H A D | net_driver.h | 1285 * @ev_probe: Allocate resources for event queue 1432 int (*ev_probe)(struct efx_channel *channel); member
|
H A D | ef10.c | 4112 .ev_probe = efx_mcdi_ev_probe, 4229 .ev_probe = efx_mcdi_ev_probe,
|
/kernel/linux/linux-5.10/drivers/net/ethernet/sfc/falcon/ |
H A D | nic.h | 357 return channel->efx->type->ev_probe(channel); in ef4_nic_probe_eventq()
|
H A D | net_driver.h | 985 * @ev_probe: Allocate resources for event queue 1095 int (*ev_probe)(struct ef4_channel *channel); member
|
H A D | falcon.c | 2759 .ev_probe = ef4_farch_ev_probe, 2857 .ev_probe = ef4_farch_ev_probe,
|
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/falcon/ |
H A D | nic.h | 357 return channel->efx->type->ev_probe(channel); in ef4_nic_probe_eventq()
|
H A D | net_driver.h | 985 * @ev_probe: Allocate resources for event queue 1095 int (*ev_probe)(struct ef4_channel *channel); member
|
H A D | falcon.c | 2759 .ev_probe = ef4_farch_ev_probe, 2857 .ev_probe = ef4_farch_ev_probe,
|
Completed in 64 milliseconds