Home
last modified time | relevance | path

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

12

/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/ethernet/atheros/atl1c/
H A Datl1c_hw.c754 int atl1c_power_saving(struct atl1c_hw *hw, u32 wufc) in atl1c_power_saving() argument
778 if (!wufc) { /* without WoL */ in atl1c_power_saving()
789 if (wufc & AT_WUFC_MAG) { in atl1c_power_saving()
795 if (wufc & AT_WUFC_LNKC) { in atl1c_power_saving()
H A Datl1c_hw.h39 int atl1c_power_saving(struct atl1c_hw *hw, u32 wufc);
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/ethernet/atheros/atl1c/
H A Datl1c_hw.c754 int atl1c_power_saving(struct atl1c_hw *hw, u32 wufc) in atl1c_power_saving() argument
778 if (!wufc) { /* without WoL */ in atl1c_power_saving()
789 if (wufc & AT_WUFC_MAG) { in atl1c_power_saving()
795 if (wufc & AT_WUFC_LNKC) { in atl1c_power_saving()
H A Datl1c_hw.h39 int atl1c_power_saving(struct atl1c_hw *hw, u32 wufc);
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/ethernet/atheros/atl1c/
H A Datl1c_hw.c754 int atl1c_power_saving(struct atl1c_hw *hw, u32 wufc) in atl1c_power_saving() argument
778 if (!wufc) { /* without WoL */ in atl1c_power_saving()
789 if (wufc & AT_WUFC_MAG) { in atl1c_power_saving()
795 if (wufc & AT_WUFC_LNKC) { in atl1c_power_saving()
H A Datl1c_hw.h39 int atl1c_power_saving(struct atl1c_hw *hw, u32 wufc);
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/ethernet/atheros/atlx/
H A Datl2.c1495 u32 wufc = adapter->wol; in atl2_suspend() local
1517 wufc &= ~ATLX_WUFC_LNKC; in atl2_suspend()
1519 if (0 != (ctrl & BMSR_LSTATUS) && 0 != wufc) { in atl2_suspend()
1533 if (wufc & ATLX_WUFC_MAG) in atl2_suspend()
1549 if (wufc & ATLX_WUFC_MAG) { in atl2_suspend()
1568 if (0 == (ctrl&BMSR_LSTATUS) && 0 != (wufc&ATLX_WUFC_LNKC)) { in atl2_suspend()
H A Datl1.c2760 u32 wufc = adapter->wol; in atl1_suspend() local
2773 wufc &= ~ATLX_WUFC_LNKC; in atl1_suspend()
2774 if (!wufc) in atl1_suspend()
2789 if (wufc & ATLX_WUFC_MAG) in atl1_suspend()
2803 if (wufc & ATLX_WUFC_MAG) in atl1_suspend()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/ethernet/atheros/atlx/
H A Datl2.c1495 u32 wufc = adapter->wol; in atl2_suspend() local
1517 wufc &= ~ATLX_WUFC_LNKC; in atl2_suspend()
1519 if (0 != (ctrl & BMSR_LSTATUS) && 0 != wufc) { in atl2_suspend()
1533 if (wufc & ATLX_WUFC_MAG) in atl2_suspend()
1549 if (wufc & ATLX_WUFC_MAG) { in atl2_suspend()
1568 if (0 == (ctrl&BMSR_LSTATUS) && 0 != (wufc&ATLX_WUFC_LNKC)) { in atl2_suspend()
H A Datl1.c2760 u32 wufc = adapter->wol; in atl1_suspend() local
2773 wufc &= ~ATLX_WUFC_LNKC; in atl1_suspend()
2774 if (!wufc) in atl1_suspend()
2789 if (wufc & ATLX_WUFC_MAG) in atl1_suspend()
2803 if (wufc & ATLX_WUFC_MAG) in atl1_suspend()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/ethernet/atheros/atlx/
H A Datl2.c1495 u32 wufc = adapter->wol; in atl2_suspend() local
1517 wufc &= ~ATLX_WUFC_LNKC; in atl2_suspend()
1519 if (0 != (ctrl & BMSR_LSTATUS) && 0 != wufc) { in atl2_suspend()
1533 if (wufc & ATLX_WUFC_MAG) in atl2_suspend()
1549 if (wufc & ATLX_WUFC_MAG) { in atl2_suspend()
1568 if (0 == (ctrl&BMSR_LSTATUS) && 0 != (wufc&ATLX_WUFC_LNKC)) { in atl2_suspend()
H A Datl1.c2760 u32 wufc = adapter->wol; in atl1_suspend() local
2773 wufc &= ~ATLX_WUFC_LNKC; in atl1_suspend()
2774 if (!wufc) in atl1_suspend()
2789 if (wufc & ATLX_WUFC_MAG) in atl1_suspend()
2803 if (wufc & ATLX_WUFC_MAG) in atl1_suspend()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/ethernet/intel/e1000e/
H A Dnetdev.c6292 if (wufc & (E1000_WUFC_MAG | E1000_WUFC_LNKC)) in e1000_init_phy_wakeup()
6296 ew32(WUFC, wufc); in e1000_init_phy_wakeup()
6597 u32 ctrl, ctrl_ext, rctl, status, wufc; in __e1000_shutdown() local
6602 wufc = E1000_WUFC_LNKC; in __e1000_shutdown()
6604 wufc = adapter->wol; in __e1000_shutdown()
6606 wufc = 0; in __e1000_shutdown()
6610 wufc &= ~E1000_WUFC_LNKC; in __e1000_shutdown()
6612 if (wufc) { in __e1000_shutdown()
6617 if (wufc & E1000_WUFC_MC) { in __e1000_shutdown()
6651 ew32(WUFC, wufc); in __e1000_shutdown()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/ethernet/intel/e1000e/
H A Dnetdev.c6292 if (wufc & (E1000_WUFC_MAG | E1000_WUFC_LNKC)) in e1000_init_phy_wakeup()
6296 ew32(WUFC, wufc); in e1000_init_phy_wakeup()
6597 u32 ctrl, ctrl_ext, rctl, status, wufc; in __e1000_shutdown() local
6602 wufc = E1000_WUFC_LNKC; in __e1000_shutdown()
6604 wufc = adapter->wol; in __e1000_shutdown()
6606 wufc = 0; in __e1000_shutdown()
6610 wufc &= ~E1000_WUFC_LNKC; in __e1000_shutdown()
6612 if (wufc) { in __e1000_shutdown()
6617 if (wufc & E1000_WUFC_MC) { in __e1000_shutdown()
6651 ew32(WUFC, wufc); in __e1000_shutdown()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/ethernet/intel/e1000e/
H A Dnetdev.c6292 if (wufc & (E1000_WUFC_MAG | E1000_WUFC_LNKC)) in e1000_init_phy_wakeup()
6296 ew32(WUFC, wufc); in e1000_init_phy_wakeup()
6597 u32 ctrl, ctrl_ext, rctl, status, wufc; in __e1000_shutdown() local
6602 wufc = E1000_WUFC_LNKC; in __e1000_shutdown()
6604 wufc = adapter->wol; in __e1000_shutdown()
6606 wufc = 0; in __e1000_shutdown()
6610 wufc &= ~E1000_WUFC_LNKC; in __e1000_shutdown()
6612 if (wufc) { in __e1000_shutdown()
6617 if (wufc & E1000_WUFC_MC) { in __e1000_shutdown()
6651 ew32(WUFC, wufc); in __e1000_shutdown()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/ethernet/atheros/atl1e/
H A Datl1e_main.c2074 u32 wufc = adapter->wol; in atl1e_suspend() local
2092 if (wufc) { in atl1e_suspend()
2110 if (wufc & AT_WUFC_MAG) in atl1e_suspend()
2113 if (wufc & AT_WUFC_LNKC) { in atl1e_suspend()
2149 if (wufc & AT_WUFC_MAG) in atl1e_suspend()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/ethernet/atheros/atl1e/
H A Datl1e_main.c2074 u32 wufc = adapter->wol; in atl1e_suspend() local
2092 if (wufc) { in atl1e_suspend()
2110 if (wufc & AT_WUFC_MAG) in atl1e_suspend()
2113 if (wufc & AT_WUFC_LNKC) { in atl1e_suspend()
2149 if (wufc & AT_WUFC_MAG) in atl1e_suspend()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/ethernet/atheros/atl1e/
H A Datl1e_main.c2074 u32 wufc = adapter->wol; in atl1e_suspend() local
2092 if (wufc) { in atl1e_suspend()
2110 if (wufc & AT_WUFC_MAG) in atl1e_suspend()
2113 if (wufc & AT_WUFC_LNKC) { in atl1e_suspend()
2149 if (wufc & AT_WUFC_MAG) in atl1e_suspend()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/ethernet/oki-semi/pch_gbe/
H A Dpch_gbe_main.c2417 u32 wufc = adapter->wake_up_evt; in __pch_gbe_suspend() local
2422 if (wufc) { in __pch_gbe_suspend()
2430 pch_gbe_mac_set_wol_event(hw, wufc); in __pch_gbe_suspend()
2434 pch_gbe_mac_set_wol_event(hw, wufc); in __pch_gbe_suspend()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/ethernet/oki-semi/pch_gbe/
H A Dpch_gbe_main.c2417 u32 wufc = adapter->wake_up_evt; in __pch_gbe_suspend() local
2422 if (wufc) { in __pch_gbe_suspend()
2430 pch_gbe_mac_set_wol_event(hw, wufc); in __pch_gbe_suspend()
2434 pch_gbe_mac_set_wol_event(hw, wufc); in __pch_gbe_suspend()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/ethernet/oki-semi/pch_gbe/
H A Dpch_gbe_main.c2417 u32 wufc = adapter->wake_up_evt; in __pch_gbe_suspend() local
2422 if (wufc) { in __pch_gbe_suspend()
2430 pch_gbe_mac_set_wol_event(hw, wufc); in __pch_gbe_suspend()
2434 pch_gbe_mac_set_wol_event(hw, wufc); in __pch_gbe_suspend()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/ethernet/intel/e1000/
H A De1000_main.c5065 u32 wufc = adapter->wol; in __e1000_shutdown() local
5081 wufc &= ~E1000_WUFC_LNKC; in __e1000_shutdown()
5083 if (wufc) { in __e1000_shutdown()
5090 if (wufc & E1000_WUFC_MC) in __e1000_shutdown()
5116 ew32(WUFC, wufc); in __e1000_shutdown()
5124 *enable_wake = !!wufc; in __e1000_shutdown()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/ethernet/intel/e1000/
H A De1000_main.c5065 u32 wufc = adapter->wol; in __e1000_shutdown() local
5081 wufc &= ~E1000_WUFC_LNKC; in __e1000_shutdown()
5083 if (wufc) { in __e1000_shutdown()
5090 if (wufc & E1000_WUFC_MC) in __e1000_shutdown()
5116 ew32(WUFC, wufc); in __e1000_shutdown()
5124 *enable_wake = !!wufc; in __e1000_shutdown()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/ethernet/intel/e1000/
H A De1000_main.c5065 u32 wufc = adapter->wol; in __e1000_shutdown() local
5081 wufc &= ~E1000_WUFC_LNKC; in __e1000_shutdown()
5083 if (wufc) { in __e1000_shutdown()
5090 if (wufc & E1000_WUFC_MC) in __e1000_shutdown()
5116 ew32(WUFC, wufc); in __e1000_shutdown()
5124 *enable_wake = !!wufc; in __e1000_shutdown()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/ethernet/intel/igc/
H A Digc_main.c5655 u32 wufc = runtime ? IGC_WUFC_LNKC : adapter->wol; in __igc_shutdown() local
5673 wufc &= ~IGC_WUFC_LNKC; in __igc_shutdown()
5675 if (wufc) { in __igc_shutdown()
5680 if (wufc & IGC_WUFC_MC) { in __igc_shutdown()
5694 wr32(IGC_WUFC, wufc); in __igc_shutdown()
5700 wake = wufc || adapter->en_mng_pt; in __igc_shutdown()

12