Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/sfxge/common/
H A Dsiena_nic.c219 if ((rc = efx_mcdi_drv_attach(enp, B_TRUE)) != 0) in siena_nic_probe()
424 (void) efx_mcdi_drv_attach(enp, B_FALSE); in siena_nic_unprobe()
H A Defx_mcdi.h147 efx_mcdi_drv_attach(
H A Def10_nic.c1152 if ((rc = efx_mcdi_drv_attach(enp, B_TRUE)) != 0) in ef10_nic_probe()
1598 (void) efx_mcdi_drv_attach(enp, B_FALSE); in ef10_nic_unprobe()
H A Defx_mcdi.c1173 efx_mcdi_drv_attach( in efx_mcdi_drv_attach() function