Home
last modified time | relevance | path

Searched refs:efx_mcdi_mon_probe (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/drivers/net/ethernet/sfc/
Dmcdi.h386 int efx_mcdi_mon_probe(struct efx_nic *efx);
389 static inline int efx_mcdi_mon_probe(struct efx_nic *efx) { return 0; } in efx_mcdi_mon_probe() function
Dmcdi_mon.c303 int efx_mcdi_mon_probe(struct efx_nic *efx) in efx_mcdi_mon_probe() function
Def10.c645 rc = efx_mcdi_mon_probe(efx); in efx_ef10_probe()