Searched refs:wol_config (Results 1 - 8 of 8) sorted by relevance

/linux-master/drivers/net/phy/
H A Dmotorcomm.c435 int wol_config; local
440 wol_config = ytphy_read_ext_with_lock(phydev, YTPHY_WOL_CONFIG_REG);
441 if (wol_config < 0)
444 if (wol_config & YTPHY_WCR_ENABLE)
1523 int wol_config; local
1526 wol_config = ytphy_read_ext_with_lock(phydev, YTPHY_WOL_CONFIG_REG);
1527 if (wol_config < 0)
1528 return wol_config;
1531 if (wol_config & YTPHY_WCR_ENABLE)
1546 int wol_config; local
[all...]
/linux-master/drivers/net/wireless/marvell/libertas/
H A Dcmd.h91 struct wol_config *p_wol_config);
H A Dcmd.c180 struct wol_config *p_wol_config)
200 sizeof(struct wol_config));
211 sizeof(struct wol_config));
369 (struct wol_config *)NULL);
402 (struct wol_config *)NULL);
H A Dhost.h842 struct wol_config { struct
855 struct wol_config wol_conf;
H A Dif_usb.c146 (struct wol_config *) NULL);
/linux-master/drivers/net/ethernet/qlogic/qed/
H A Dqed_mcp.c1109 switch (p_hwfn->cdev->wol_config) {
1119 p_hwfn->cdev->wol_config);
1158 if (p_hwfn->cdev->wol_config == QED_OV_WOL_ENABLED) {
2568 p_hwfn->cdev->wol_config = (u8)QED_OV_WOL_DEFAULT;
2982 p_hwfn->cdev->wol_config = (u8)wol;
H A Dqed.h750 u8 wol_config; member in struct:qed_dev
/linux-master/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_hsi.h960 u32 wol_config; member in struct:port_feat_cfg

Completed in 350 milliseconds