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

/freebsd-13-stable/sys/dev/sfxge/common/
H A Defx_phy.c85 const efx_phy_ops_t *epop; local
97 epop = &__efx_phy_siena_ops;
103 epop = &__efx_phy_ef10_ops;
109 epop = &__efx_phy_ef10_ops;
115 epop = &__efx_phy_ef10_ops;
124 epp->ep_epop = epop;
142 const efx_phy_ops_t *epop = epp->ep_epop; local
147 return (epop->epo_verify(enp));
159 const efx_phy_ops_t *epop = epp->ep_epop; local
180 if ((rc = epop
229 const efx_phy_ops_t *epop = epp->ep_epop; local
291 const efx_phy_ops_t *epop = epp->ep_epop; local
375 const efx_phy_ops_t *epop = epp->ep_epop; local
476 const efx_phy_ops_t *epop = epp->ep_epop; local
493 const efx_phy_ops_t *epop = epp->ep_epop; local
523 const efx_phy_ops_t *epop = epp->ep_epop; local
562 const efx_phy_ops_t *epop = epp->ep_epop; local
597 const efx_phy_ops_t *epop = epp->ep_epop; local
[all...]
H A Defx_port.c44 const efx_phy_ops_t *epop = epp->ep_epop; local
75 if (epop->epo_power != NULL) {
76 if ((rc = epop->epo_power(enp, B_TRUE)) != 0)
79 if ((rc = epop->epo_reset(enp)) != 0)
86 if ((rc = epop->epo_reconfigure(enp)) != 0)
241 const efx_phy_ops_t *epop = epp->ep_epop; local
255 if (epop->epo_power != NULL)
256 (void) epop->epo_power(enp, B_FALSE);
H A Dsiena_mac.c210 const efx_phy_ops_t *epop = epp->ep_epop; local
221 if ((rc = epop->epo_reconfigure(enp)) != 0)
H A Defx_mac.c310 const efx_phy_ops_t *epop = epp->ep_epop; local
353 if ((rc = epop->epo_reconfigure(enp)) != 0)
H A Def10_mac.c453 const efx_phy_ops_t *epop = epp->ep_epop; local
464 if ((rc = epop->epo_reconfigure(enp)) != 0)
/freebsd-13-stable/contrib/libevent/
H A Devport.c224 #define check_evportop(epop)
/freebsd-13-stable/contrib/ntp/sntp/libevent/
H A Devport.c224 #define check_evportop(epop)

Completed in 83 milliseconds