Home
last modified time | relevance | path

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

/NextBSD/sys/dev/sfxge/common/
HDefx_nic.c381 efx_nic_ops_t *enop; in efx_nic_probe() local
390 enop = enp->en_enop; in efx_nic_probe()
391 if ((rc = enop->eno_probe(enp)) != 0) in efx_nic_probe()
404 enop->eno_unprobe(enp); in efx_nic_probe()
453 efx_nic_ops_t *enop = enp->en_enop; in efx_nic_set_drv_limits() local
459 if (enop->eno_set_drv_limits != NULL) { in efx_nic_set_drv_limits()
460 if ((rc = enop->eno_set_drv_limits(enp, edlp)) != 0) in efx_nic_set_drv_limits()
479 efx_nic_ops_t *enop = enp->en_enop; in efx_nic_get_bar_region() local
486 if (enop->eno_get_bar_region == NULL) { in efx_nic_get_bar_region()
490 if ((rc = (enop->eno_get_bar_region)(enp, in efx_nic_get_bar_region()
[all …]
HDefx_sram.c314 efx_nic_ops_t *enop = enp->en_enop; in efx_sram_test() local
329 return (enop->eno_sram_test(enp, func)); in efx_sram_test()