Home
last modified time | relevance | path

Searched refs:ep_mac_drain (Results 1 – 5 of 5) sorted by relevance

/NextBSD/sys/dev/sfxge/common/
HDefx_port.c61 epp->ep_mac_drain = B_TRUE; in efx_port_init()
247 EFSYS_ASSERT(epp->ep_mac_drain); in efx_port_fini()
251 epp->ep_mac_drain = B_FALSE; in efx_port_fini()
HDefx_mac.c316 if (epp->ep_mac_drain == enabled) in efx_mac_drain()
319 epp->ep_mac_drain = enabled; in efx_mac_drain()
HDsiena_mac.c114 MCDI_IN_SET_DWORD(req, SET_MAC_IN_DRAIN, epp->ep_mac_drain ? 1 : 0); in siena_mac_reconfigure()
HDhunt_mac.c191 MCDI_IN_SET_DWORD(req, SET_MAC_IN_DRAIN, epp->ep_mac_drain ? 1 : 0); in hunt_mac_reconfigure()
HDefx_impl.h318 boolean_t ep_mac_drain; member