Home
last modified time | relevance | path

Searched refs:efx_mcdi_log_ctrl (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/net/ethernet/sfc/
H A Dmcdi.h399 int efx_mcdi_log_ctrl(struct efx_nic *efx, bool evq, bool uart, u32 dest_evq);
H A Def100_nic.c1088 rc = efx_mcdi_log_ctrl(efx, true, false, 0); in ef100_probe_main()
H A Dmcdi.c1569 int efx_mcdi_log_ctrl(struct efx_nic *efx, bool evq, bool uart, u32 dest_evq) in efx_mcdi_log_ctrl() function
H A Def10.c579 rc = efx_mcdi_log_ctrl(efx, true, false, 0); in efx_ef10_probe()