Symbol: wol_config
drivers/net/ethernet/broadcom/bnx2x/bnx2x_hsi.h
960
u32 wol_config;
drivers/net/ethernet/qlogic/qed/qed.h
748
u8 wol_config;
drivers/net/ethernet/qlogic/qed/qed_mcp.c
1103
switch (p_hwfn->cdev->wol_config) {
drivers/net/ethernet/qlogic/qed/qed_mcp.c
1113
p_hwfn->cdev->wol_config);
drivers/net/ethernet/qlogic/qed/qed_mcp.c
1152
if (p_hwfn->cdev->wol_config == QED_OV_WOL_ENABLED) {
drivers/net/ethernet/qlogic/qed/qed_mcp.c
2562
p_hwfn->cdev->wol_config = (u8)QED_OV_WOL_DEFAULT;
drivers/net/ethernet/qlogic/qed/qed_mcp.c
2976
p_hwfn->cdev->wol_config = (u8)wol;
drivers/net/phy/motorcomm.c
1627
int wol_config;
drivers/net/phy/motorcomm.c
1630
wol_config = ytphy_read_ext_with_lock(phydev, YTPHY_WOL_CONFIG_REG);
drivers/net/phy/motorcomm.c
1631
if (wol_config < 0)
drivers/net/phy/motorcomm.c
1632
return wol_config;
drivers/net/phy/motorcomm.c
1635
if (wol_config & YTPHY_WCR_ENABLE)
drivers/net/phy/motorcomm.c
1650
int wol_config;
drivers/net/phy/motorcomm.c
1659
wol_config = ytphy_read_ext_with_lock(phydev, YTPHY_WOL_CONFIG_REG);
drivers/net/phy/motorcomm.c
1660
if (wol_config < 0)
drivers/net/phy/motorcomm.c
1661
return wol_config;
drivers/net/phy/motorcomm.c
1664
if (wol_config & YTPHY_WCR_ENABLE)
drivers/net/phy/motorcomm.c
3020
int wol_config;
drivers/net/phy/motorcomm.c
3022
wol_config = ytphy_read_ext_with_lock(phydev,
drivers/net/phy/motorcomm.c
3024
if (wol_config < 0)
drivers/net/phy/motorcomm.c
3025
return wol_config;
drivers/net/phy/motorcomm.c
3028
if (wol_config & YTPHY_WCR_ENABLE)
drivers/net/phy/motorcomm.c
3042
int wol_config;
drivers/net/phy/motorcomm.c
3050
wol_config = ytphy_read_ext_with_lock(phydev,
drivers/net/phy/motorcomm.c
3052
if (wol_config < 0)
drivers/net/phy/motorcomm.c
3053
return wol_config;
drivers/net/phy/motorcomm.c
3056
if (wol_config & YTPHY_WCR_ENABLE)
drivers/net/phy/motorcomm.c
534
int wol_config;
drivers/net/phy/motorcomm.c
539
wol_config = ytphy_read_ext_with_lock(phydev, YTPHY_WOL_CONFIG_REG);
drivers/net/phy/motorcomm.c
540
if (wol_config < 0)
drivers/net/phy/motorcomm.c
543
if (wol_config & YTPHY_WCR_ENABLE)
drivers/net/wireless/marvell/libertas/cmd.c
180
struct wol_config *p_wol_config)
drivers/net/wireless/marvell/libertas/cmd.c
200
sizeof(struct wol_config));
drivers/net/wireless/marvell/libertas/cmd.c
211
sizeof(struct wol_config));
drivers/net/wireless/marvell/libertas/cmd.c
369
(struct wol_config *)NULL);
drivers/net/wireless/marvell/libertas/cmd.c
402
(struct wol_config *)NULL);
drivers/net/wireless/marvell/libertas/cmd.h
91
struct wol_config *p_wol_config);
drivers/net/wireless/marvell/libertas/host.h
855
struct wol_config wol_conf;
drivers/net/wireless/marvell/libertas/if_usb.c
146
(struct wol_config *) NULL);