Home
last modified time | relevance | path

Searched refs:enop (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/sfxge/common/
H A Defx_nic.c343 const efx_nic_ops_t *enop; in efx_nic_probe() local
352 enop = enp->en_enop; in efx_nic_probe()
353 if ((rc = enop->eno_probe(enp)) != 0) in efx_nic_probe()
366 enop->eno_unprobe(enp); in efx_nic_probe()
385 if (enop->eno_set_drv_limits != NULL) { in efx_nic_set_drv_limits()
412 if (enop->eno_get_bar_region == NULL) { in efx_nic_get_bar_region()
448 if (enop->eno_get_vi_pool != NULL) { in efx_nic_get_vi_pool()
488 if ((rc = enop->eno_init(enp)) != 0) in efx_nic_init()
517 enop->eno_fini(enp); in efx_nic_fini()
541 enop->eno_unprobe(enp); in efx_nic_unprobe()
[all …]
H A Def10_nic.c1135 const efx_nic_ops_t *enop = enp->en_enop; in ef10_nic_probe() local
1155 if ((rc = enop->eno_board_cfg(enp)) != 0) in ef10_nic_probe()