Home
last modified time | relevance | path

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

/freebsd/sys/dev/ixgbe/
H A Dixgbe.h403 u32 wufc; member
H A Dif_ix.c1186 sc->wufc = IXGBE_READ_REG(hw, IXGBE_WUFC); in ixgbe_check_wol_support()
2936 IXGBE_WRITE_REG(hw, IXGBE_WUFC, sc->wufc); in ixgbe_setup_low_power_mode()
4558 new_wufc = sc->wufc; in ixgbe_sysctl_wufc()
4563 if (new_wufc == sc->wufc) in ixgbe_sysctl_wufc()
4570 new_wufc |= (0xffffff & sc->wufc); in ixgbe_sysctl_wufc()
4571 sc->wufc = new_wufc; in ixgbe_sysctl_wufc()