Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/common/sfc_efx/base/
H A Defx_port.c46 if (epop->epo_power != NULL) { in efx_port_init()
47 if ((rc = epop->epo_power(enp, B_TRUE)) != 0) in efx_port_init()
226 if (epop->epo_power != NULL) in efx_port_fini()
227 (void) epop->epo_power(enp, B_FALSE); in efx_port_fini()
H A Defx_impl.h236 efx_rc_t (*epo_power)(efx_nic_t *, boolean_t); /* optional */ member