Home
last modified time | relevance | path

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

/freebsd/sys/dev/ixgbe/
H A Dif_ix.c4677 u32 new_wufc; in ixgbe_sysctl_wufc() local
4679 new_wufc = sc->wufc; in ixgbe_sysctl_wufc()
4681 error = sysctl_handle_32(oidp, &new_wufc, 0, req); in ixgbe_sysctl_wufc()
4684 if (new_wufc == sc->wufc) in ixgbe_sysctl_wufc()
4687 if (new_wufc & 0xffffff00) in ixgbe_sysctl_wufc()
4690 new_wufc &= 0xff; in ixgbe_sysctl_wufc()
4691 new_wufc |= (0xffffff & sc->wufc); in ixgbe_sysctl_wufc()
4692 sc->wufc = new_wufc; in ixgbe_sysctl_wufc()