Home
last modified time | relevance | path

Searched refs:ep_fcntl (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/dev/sfxge/common/
H A Dsiena_mac.c52 epp->ep_fcntl = sls.sls_fcntl; in siena_mac_poll()
122 else if (epp->ep_fcntl & EFX_FCNTL_RESPOND) in siena_mac_reconfigure()
123 fcntl = (epp->ep_fcntl & EFX_FCNTL_GENERATE) in siena_mac_reconfigure()
H A Defx_mac.c329 old_fcntl = epp->ep_fcntl; in efx_mac_fcntl_set()
333 epp->ep_fcntl = fcntl; in efx_mac_fcntl_set()
365 epp->ep_fcntl = old_fcntl; in efx_mac_fcntl_set()
396 *fcntl_linkp = epp->ep_fcntl; in efx_mac_fcntl_get()
H A Def10_phy.c254 epp->ep_fcntl = fcntl; in ef10_phy_link_ev()
H A Dsiena_phy.c164 epp->ep_fcntl = fcntl; in siena_phy_link_ev()
H A Def10_mac.c50 epp->ep_fcntl = els.epls.epls_fcntl; in ef10_mac_poll()
H A Defx_impl.h313 unsigned int ep_fcntl; member