Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/sfxge/common/
H A Defx_phy.c80 const efx_phy_ops_t *epop; in efx_phy_probe() local
92 epop = &__efx_phy_siena_ops; in efx_phy_probe()
97 epop = &__efx_phy_ef10_ops; in efx_phy_probe()
102 epop = &__efx_phy_ef10_ops; in efx_phy_probe()
110 epp->ep_epop = epop; in efx_phy_probe()
133 return (epop->epo_verify(enp)); in efx_phy_verify()
243 if (epop->epo_reconfigure(enp) != 0) { in efx_phy_adv_cap_set()
466 if (epop->epo_bist_start == NULL) { in efx_bist_start()
506 if (epop->epo_bist_poll == NULL) { in efx_bist_poll()
541 if (epop->epo_bist_stop != NULL) in efx_bist_stop()
[all …]
H A Defx_port.c39 const efx_phy_ops_t *epop = epp->ep_epop; in efx_port_init() local
70 if (epop->epo_power != NULL) { in efx_port_init()
71 if ((rc = epop->epo_power(enp, B_TRUE)) != 0) in efx_port_init()
74 if ((rc = epop->epo_reset(enp)) != 0) in efx_port_init()
81 if ((rc = epop->epo_reconfigure(enp)) != 0) in efx_port_init()
234 const efx_phy_ops_t *epop = epp->ep_epop; in efx_port_fini() local
248 if (epop->epo_power != NULL) in efx_port_fini()
249 (void) epop->epo_power(enp, B_FALSE); in efx_port_fini()
H A Dsiena_mac.c206 const efx_phy_ops_t *epop = epp->ep_epop; in siena_mac_loopback_set() local
217 if ((rc = epop->epo_reconfigure(enp)) != 0) in siena_mac_loopback_set()
H A Defx_mac.c280 const efx_phy_ops_t *epop = epp->ep_epop; in efx_mac_fcntl_set() local
323 if ((rc = epop->epo_reconfigure(enp)) != 0) in efx_mac_fcntl_set()
H A Def10_mac.c390 const efx_phy_ops_t *epop = epp->ep_epop; in ef10_mac_loopback_set() local
401 if ((rc = epop->epo_reconfigure(enp)) != 0) in ef10_mac_loopback_set()