Searched defs:wufc (Results 1 - 10 of 10) sorted by relevance

/drivers/net/ethernet/atheros/atl1c/
H A Datl1c_hw.c767 int atl1c_power_saving(struct atl1c_hw *hw, u32 wufc) argument
791 if (!wufc) { /* without WoL */
802 if (wufc & AT_WUFC_MAG) {
808 if (wufc & AT_WUFC_LNKC) {
H A Datl1c_main.c2439 u32 wufc = adapter->wol; local
2448 if (wufc)
2452 atl1c_power_saving(hw, wufc);
/drivers/net/ethernet/atheros/atl1e/
H A Datl1e_main.c2092 u32 wufc = adapter->wol; local
2110 if (wufc) {
2128 if (wufc & AT_WUFC_MAG)
2131 if (wufc & AT_WUFC_LNKC) {
2167 if (wufc & AT_WUFC_MAG)
/drivers/net/ethernet/atheros/atlx/
H A Datl2.c1522 u32 wufc = adapter->wol; local
1544 wufc &= ~ATLX_WUFC_LNKC;
1546 if (0 != (ctrl & BMSR_LSTATUS) && 0 != wufc) {
1560 if (wufc & ATLX_WUFC_MAG)
1576 if (wufc & ATLX_WUFC_MAG) {
1595 if (0 == (ctrl&BMSR_LSTATUS) && 0 != (wufc&ATLX_WUFC_LNKC)) {
H A Datl1.c2790 u32 wufc = adapter->wol; local
2803 wufc &= ~ATLX_WUFC_LNKC;
2804 if (!wufc)
2819 if (wufc & ATLX_WUFC_MAG)
2833 if (wufc & ATLX_WUFC_MAG)
/drivers/net/ethernet/oki-semi/pch_gbe/
H A Dpch_gbe_main.c2503 u32 wufc = adapter->wake_up_evt; local
2509 if (wufc) {
2517 pch_gbe_mac_set_wol_event(hw, wufc);
2521 pch_gbe_mac_set_wol_event(hw, wufc);
/drivers/net/ethernet/intel/e1000/
H A De1000_main.c5055 u32 wufc = adapter->wol; local
5080 wufc &= ~E1000_WUFC_LNKC;
5082 if (wufc) {
5089 if (wufc & E1000_WUFC_MC)
5115 ew32(WUFC, wufc);
5123 *enable_wake = !!wufc;
/drivers/net/ethernet/intel/e1000e/
H A Dnetdev.c5959 static int e1000_init_phy_wakeup(struct e1000_adapter *adapter, u32 wufc) argument
6010 if (wufc & (E1000_WUFC_MAG | E1000_WUFC_LNKC))
6014 ew32(WUFC, wufc);
6019 hw->phy.ops.write_reg_page(&adapter->hw, BM_WUFC, wufc);
6089 u32 wufc = runtime ? E1000_WUFC_LNKC : adapter->wol; local
6094 wufc &= ~E1000_WUFC_LNKC;
6096 if (wufc) {
6101 if (wufc & E1000_WUFC_MC) {
6130 retval = e1000_init_phy_wakeup(adapter, wufc);
6135 ew32(WUFC, wufc);
[all...]
/drivers/net/ethernet/intel/igb/
H A Digb_main.c7312 u32 wufc = runtime ? E1000_WUFC_LNKC : adapter->wol; local
7332 wufc &= ~E1000_WUFC_LNKC;
7334 if (wufc) {
7339 if (wufc & E1000_WUFC_MC) {
7357 wr32(E1000_WUFC, wufc);
7363 *enable_wake = wufc || adapter->en_mng_pt;
/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_main.c5625 u32 wufc = adapter->wol; local
5648 if (wufc) {
5656 if (wufc & IXGBE_WUFC_MC) {
5666 IXGBE_WRITE_REG(hw, IXGBE_WUFC, wufc);
5678 pci_wake_from_d3(pdev, !!wufc);
5684 *enable_wake = !!wufc;

Completed in 237 milliseconds