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
1617
int wol_config;
drivers/net/phy/motorcomm.c
1620
wol_config = ytphy_read_ext_with_lock(phydev, YTPHY_WOL_CONFIG_REG);
drivers/net/phy/motorcomm.c
1621
if (wol_config < 0)
drivers/net/phy/motorcomm.c
1622
return wol_config;
drivers/net/phy/motorcomm.c
1625
if (wol_config & YTPHY_WCR_ENABLE)
drivers/net/phy/motorcomm.c
1640
int wol_config;
drivers/net/phy/motorcomm.c
1649
wol_config = ytphy_read_ext_with_lock(phydev, YTPHY_WOL_CONFIG_REG);
drivers/net/phy/motorcomm.c
1650
if (wol_config < 0)
drivers/net/phy/motorcomm.c
1651
return wol_config;
drivers/net/phy/motorcomm.c
1654
if (wol_config & YTPHY_WCR_ENABLE)
drivers/net/phy/motorcomm.c
2973
int wol_config;
drivers/net/phy/motorcomm.c
2975
wol_config = ytphy_read_ext_with_lock(phydev,
drivers/net/phy/motorcomm.c
2977
if (wol_config < 0)
drivers/net/phy/motorcomm.c
2978
return wol_config;
drivers/net/phy/motorcomm.c
2981
if (wol_config & YTPHY_WCR_ENABLE)
drivers/net/phy/motorcomm.c
2995
int wol_config;
drivers/net/phy/motorcomm.c
3003
wol_config = ytphy_read_ext_with_lock(phydev,
drivers/net/phy/motorcomm.c
3005
if (wol_config < 0)
drivers/net/phy/motorcomm.c
3006
return wol_config;
drivers/net/phy/motorcomm.c
3009
if (wol_config & YTPHY_WCR_ENABLE)
drivers/net/phy/motorcomm.c
526
int wol_config;
drivers/net/phy/motorcomm.c
531
wol_config = ytphy_read_ext_with_lock(phydev, YTPHY_WOL_CONFIG_REG);
drivers/net/phy/motorcomm.c
532
if (wol_config < 0)
drivers/net/phy/motorcomm.c
535
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);