Searched refs:efx_port_dummy_op_void (Results  1 – 5 of 5) sorted by relevance
| /Linux-v5.10/drivers/net/ethernet/sfc/ | 
| D | efx_common.h | 63 void efx_port_dummy_op_void(struct efx_nic *efx);
 | 
| D | ef100_nic.c | 702 	.irq_enable_master = efx_port_dummy_op_void,704 	.irq_disable_non_ev = efx_port_dummy_op_void,
 787 	.irq_enable_master = efx_port_dummy_op_void,
 789 	.irq_disable_non_ev = efx_port_dummy_op_void,
 
 | 
| D | ef10.c | 4001 	.finish_flr = efx_port_dummy_op_void,4005 	.start_stats = efx_port_dummy_op_void,
 4006 	.pull_stats = efx_port_dummy_op_void,
 4007 	.stop_stats = efx_port_dummy_op_void,
 4014 	.resume_wol = efx_port_dummy_op_void,
 4020 	.irq_enable_master = efx_port_dummy_op_void,
 4022 	.irq_disable_non_ev = efx_port_dummy_op_void,
 4112 	.finish_flr = efx_port_dummy_op_void,
 4124 	.resume_wol = efx_port_dummy_op_void,
 4132 	.irq_enable_master = efx_port_dummy_op_void,
 [all …]
 
 | 
| D | siena.c | 976 	.fini = efx_port_dummy_op_void,990 	.prepare_flr = efx_port_dummy_op_void,
 1073 	.vswitching_remove = efx_port_dummy_op_void,
 
 | 
| D | efx_common.c | 969 void efx_port_dummy_op_void(struct efx_nic *efx) {}  in efx_port_dummy_op_void()  function
 |