Home
last modified time | relevance | path

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

/freebsd/sys/dev/sfxge/common/
H A Defx_port.c73 if (epop->epo_power != NULL) { in efx_port_init()
74 if ((rc = epop->epo_power(enp, B_TRUE)) != 0) in efx_port_init()
253 if (epop->epo_power != NULL) in efx_port_fini()
254 (void) epop->epo_power(enp, B_FALSE); in efx_port_fini()
H A Defx_impl.h247 efx_rc_t (*epo_power)(efx_nic_t *, boolean_t); /* optional */ member