Home
last modified time | relevance | path

Searched refs:efx_mcdi_drv_attach (Results 1 – 5 of 5) sorted by relevance

/f-stack/dpdk/drivers/common/sfc_efx/base/
H A Drhead_nic.c208 if ((rc = efx_mcdi_drv_attach(enp, B_TRUE)) != 0) in rhead_nic_probe()
556 (void) efx_mcdi_drv_attach(enp, B_FALSE); in rhead_nic_unprobe()
H A Dsiena_nic.c342 if ((rc = efx_mcdi_drv_attach(enp, B_TRUE)) != 0) in siena_nic_probe()
545 (void) efx_mcdi_drv_attach(enp, B_FALSE); in siena_nic_unprobe()
H A Defx_mcdi.h187 efx_mcdi_drv_attach(
H A Def10_nic.c2186 if ((rc = efx_mcdi_drv_attach(enp, B_TRUE)) != 0) in ef10_nic_probe()
2698 (void) efx_mcdi_drv_attach(enp, B_FALSE); in ef10_nic_unprobe()
H A Defx_mcdi.c1410 efx_mcdi_drv_attach( in efx_mcdi_drv_attach() function