Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/sfc/siena/
H A Dmcdi.h369 int efx_siena_mcdi_mon_probe(struct efx_nic *efx);
372 static inline int efx_siena_mcdi_mon_probe(struct efx_nic *efx) { return 0; } in efx_siena_mcdi_mon_probe() function
H A Dmcdi_mon.c303 int efx_siena_mcdi_mon_probe(struct efx_nic *efx) in efx_siena_mcdi_mon_probe() function
H A Dsiena.c327 rc = efx_siena_mcdi_mon_probe(efx); in siena_probe_nic()