Home
last modified time | relevance | path

Searched refs:epo_power (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/sfxge/common/
H A Defx_port.c70 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()
H A Defx_impl.h203 efx_rc_t (*epo_power)(efx_nic_t *, boolean_t); /* optional */ member