wol_config
u32 wol_config;
u8 wol_config;
switch (p_hwfn->cdev->wol_config) {
p_hwfn->cdev->wol_config);
if (p_hwfn->cdev->wol_config == QED_OV_WOL_ENABLED) {
p_hwfn->cdev->wol_config = (u8)QED_OV_WOL_DEFAULT;
p_hwfn->cdev->wol_config = (u8)wol;
int wol_config;
wol_config = ytphy_read_ext_with_lock(phydev, YTPHY_WOL_CONFIG_REG);
if (wol_config < 0)
return wol_config;
if (wol_config & YTPHY_WCR_ENABLE)
int wol_config;
wol_config = ytphy_read_ext_with_lock(phydev, YTPHY_WOL_CONFIG_REG);
if (wol_config < 0)
return wol_config;
if (wol_config & YTPHY_WCR_ENABLE)
int wol_config;
wol_config = ytphy_read_ext_with_lock(phydev,
if (wol_config < 0)
return wol_config;
if (wol_config & YTPHY_WCR_ENABLE)
int wol_config;
wol_config = ytphy_read_ext_with_lock(phydev,
if (wol_config < 0)
return wol_config;
if (wol_config & YTPHY_WCR_ENABLE)
int wol_config;
wol_config = ytphy_read_ext_with_lock(phydev, YTPHY_WOL_CONFIG_REG);
if (wol_config < 0)
if (wol_config & YTPHY_WCR_ENABLE)
struct wol_config *p_wol_config)
sizeof(struct wol_config));
sizeof(struct wol_config));
(struct wol_config *)NULL);
(struct wol_config *)NULL);
struct wol_config *p_wol_config);
struct wol_config wol_conf;
(struct wol_config *) NULL);