Searched refs:epo_power (Results 1 – 2 of 2) sorted by relevance
70 if (epop->epo_power != NULL) { in efx_port_init()71 if ((rc = epop->epo_power(enp, B_TRUE)) != 0) in efx_port_init()248 if (epop->epo_power != NULL) in efx_port_fini()249 (void) epop->epo_power(enp, B_FALSE); in efx_port_fini()
203 efx_rc_t (*epo_power)(efx_nic_t *, boolean_t); /* optional */ member