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; local
92 epop = &__efx_phy_siena_ops;
97 epop = &__efx_phy_ef10_ops;
102 epop = &__efx_phy_ef10_ops;
110 epp->ep_epop = epop;
128 const efx_phy_ops_t *epop = epp->ep_epop; local
133 return (epop->epo_verify(enp));
145 const efx_phy_ops_t *epop = epp->ep_epop; local
166 if ((rc = epop->epo_reconfigure(enp)) != 0)
214 const efx_phy_ops_t *epop local
276 const efx_phy_ops_t *epop = epp->ep_epop; local
409 const efx_phy_ops_t *epop = epp->ep_epop; local
427 const efx_phy_ops_t *epop = epp->ep_epop; local
457 const efx_phy_ops_t *epop = epp->ep_epop; local
496 const efx_phy_ops_t *epop = epp->ep_epop; local
531 const efx_phy_ops_t *epop = epp->ep_epop; local
[all...]
H A Defx_port.c39 const efx_phy_ops_t *epop = epp->ep_epop; local
70 if (epop->epo_power != NULL) {
71 if ((rc = epop->epo_power(enp, B_TRUE)) != 0)
74 if ((rc = epop->epo_reset(enp)) != 0)
81 if ((rc = epop->epo_reconfigure(enp)) != 0)
234 const efx_phy_ops_t *epop = epp->ep_epop; local
248 if (epop->epo_power != NULL)
249 (void) epop->epo_power(enp, B_FALSE);
H A Dsiena_mac.c206 const efx_phy_ops_t *epop = epp->ep_epop; local
217 if ((rc = epop->epo_reconfigure(enp)) != 0)
H A Def10_mac.c390 const efx_phy_ops_t *epop = epp->ep_epop; local
401 if ((rc = epop->epo_reconfigure(enp)) != 0)
H A Defx_mac.c280 const efx_phy_ops_t *epop = epp->ep_epop; local
323 if ((rc = epop->epo_reconfigure(enp)) != 0)

Completed in 53 milliseconds