Searched refs:epop (Results 1 – 7 of 7) sorted by relevance
83 const efx_phy_ops_t *epop; in efx_phy_probe() local95 epop = &__efx_phy_siena_ops; in efx_phy_probe()101 epop = &__efx_phy_ef10_ops; in efx_phy_probe()107 epop = &__efx_phy_ef10_ops; in efx_phy_probe()113 epop = &__efx_phy_ef10_ops; in efx_phy_probe()122 epp->ep_epop = epop; in efx_phy_probe()140 const efx_phy_ops_t *epop = epp->ep_epop; in efx_phy_verify() local145 return (epop->epo_verify(enp)); in efx_phy_verify()157 const efx_phy_ops_t *epop = epp->ep_epop; in efx_phy_led_set() local178 if ((rc = epop->epo_reconfigure(enp)) != 0) in efx_phy_led_set()[all …]
42 const efx_phy_ops_t *epop = epp->ep_epop; in efx_port_init() local73 if (epop->epo_power != NULL) { in efx_port_init()74 if ((rc = epop->epo_power(enp, B_TRUE)) != 0) in efx_port_init()77 if ((rc = epop->epo_reset(enp)) != 0) in efx_port_init()84 if ((rc = epop->epo_reconfigure(enp)) != 0) in efx_port_init()239 const efx_phy_ops_t *epop = epp->ep_epop; in efx_port_fini() local253 if (epop->epo_power != NULL) in efx_port_fini()254 (void) epop->epo_power(enp, B_FALSE); in efx_port_fini()
208 const efx_phy_ops_t *epop = epp->ep_epop; in siena_mac_loopback_set() local219 if ((rc = epop->epo_reconfigure(enp)) != 0) in siena_mac_loopback_set()
308 const efx_phy_ops_t *epop = epp->ep_epop; in efx_mac_fcntl_set() local351 if ((rc = epop->epo_reconfigure(enp)) != 0) in efx_mac_fcntl_set()
451 const efx_phy_ops_t *epop = epp->ep_epop; in ef10_mac_loopback_set() local462 if ((rc = epop->epo_reconfigure(enp)) != 0) in ef10_mac_loopback_set()
224 #define check_evportop(epop) argument