Searched refs:epop (Results 1 - 6 of 6) sorted by relevance

/freebsd-11.0-release/sys/dev/sfxge/common/
H A Defx_phy.c83 const efx_phy_ops_t *epop; local
95 epop = &__efx_phy_siena_ops;
100 epop = &__efx_phy_ef10_ops;
105 epop = &__efx_phy_ef10_ops;
113 epp->ep_epop = epop;
131 const efx_phy_ops_t *epop = epp->ep_epop; local
136 return (epop->epo_verify(enp));
148 const efx_phy_ops_t *epop = epp->ep_epop; local
169 if ((rc = epop->epo_reconfigure(enp)) != 0)
217 const efx_phy_ops_t *epop local
279 const efx_phy_ops_t *epop = epp->ep_epop; local
412 const efx_phy_ops_t *epop = epp->ep_epop; local
430 const efx_phy_ops_t *epop = epp->ep_epop; local
460 const efx_phy_ops_t *epop = epp->ep_epop; local
499 const efx_phy_ops_t *epop = epp->ep_epop; local
534 const efx_phy_ops_t *epop = epp->ep_epop; local
[all...]
H A Defx_port.c42 const efx_phy_ops_t *epop = epp->ep_epop; local
73 if (epop->epo_power != NULL) {
74 if ((rc = epop->epo_power(enp, B_TRUE)) != 0)
77 if ((rc = epop->epo_reset(enp)) != 0)
84 if ((rc = epop->epo_reconfigure(enp)) != 0)
237 const efx_phy_ops_t *epop = epp->ep_epop; local
251 if (epop->epo_power != NULL)
252 (void) epop->epo_power(enp, B_FALSE);
H A Dsiena_mac.c209 const efx_phy_ops_t *epop = epp->ep_epop; local
220 if ((rc = epop->epo_reconfigure(enp)) != 0)
H A Defx_mac.c304 const efx_phy_ops_t *epop = epp->ep_epop; local
347 if ((rc = epop->epo_reconfigure(enp)) != 0)
H A Def10_mac.c458 const efx_phy_ops_t *epop = epp->ep_epop; local
469 if ((rc = epop->epo_reconfigure(enp)) != 0)
/freebsd-11.0-release/contrib/ntp/sntp/libevent/
H A Devport.c224 #define check_evportop(epop)

Completed in 121 milliseconds