wol_cfg           685 drivers/net/ethernet/qlogic/netxen/netxen_nic_ethtool.c 	u32 wol_cfg = 0;
wol_cfg           693 drivers/net/ethernet/qlogic/netxen/netxen_nic_ethtool.c 	wol_cfg = NXRD32(adapter, NETXEN_WOL_CONFIG_NV);
wol_cfg           694 drivers/net/ethernet/qlogic/netxen/netxen_nic_ethtool.c 	if (wol_cfg & (1UL << adapter->portnum))
wol_cfg           697 drivers/net/ethernet/qlogic/netxen/netxen_nic_ethtool.c 	wol_cfg = NXRD32(adapter, NETXEN_WOL_CONFIG);
wol_cfg           698 drivers/net/ethernet/qlogic/netxen/netxen_nic_ethtool.c 	if (wol_cfg & (1UL << adapter->portnum))
wol_cfg           706 drivers/net/ethernet/qlogic/netxen/netxen_nic_ethtool.c 	u32 wol_cfg = 0;
wol_cfg           714 drivers/net/ethernet/qlogic/netxen/netxen_nic_ethtool.c 	wol_cfg = NXRD32(adapter, NETXEN_WOL_CONFIG_NV);
wol_cfg           715 drivers/net/ethernet/qlogic/netxen/netxen_nic_ethtool.c 	if (!(wol_cfg & (1 << adapter->portnum)))
wol_cfg           718 drivers/net/ethernet/qlogic/netxen/netxen_nic_ethtool.c 	wol_cfg = NXRD32(adapter, NETXEN_WOL_CONFIG);
wol_cfg           720 drivers/net/ethernet/qlogic/netxen/netxen_nic_ethtool.c 		wol_cfg |= 1UL << adapter->portnum;
wol_cfg           722 drivers/net/ethernet/qlogic/netxen/netxen_nic_ethtool.c 		wol_cfg &= ~(1UL << adapter->portnum);
wol_cfg           723 drivers/net/ethernet/qlogic/netxen/netxen_nic_ethtool.c 	NXWR32(adapter, NETXEN_WOL_CONFIG, wol_cfg);
wol_cfg          1917 drivers/net/ethernet/qlogic/netxen/netxen_nic_hw.c 	u32 wol_cfg;
wol_cfg          1922 drivers/net/ethernet/qlogic/netxen/netxen_nic_hw.c 	wol_cfg = NXRD32(adapter, NETXEN_WOL_CONFIG_NV);
wol_cfg          1923 drivers/net/ethernet/qlogic/netxen/netxen_nic_hw.c 	if (wol_cfg & (1UL << adapter->portnum)) {
wol_cfg          1924 drivers/net/ethernet/qlogic/netxen/netxen_nic_hw.c 		wol_cfg = NXRD32(adapter, NETXEN_WOL_CONFIG);
wol_cfg          1925 drivers/net/ethernet/qlogic/netxen/netxen_nic_hw.c 		if (wol_cfg & (1 << adapter->portnum))
wol_cfg          1474 drivers/net/ethernet/qlogic/qlcnic/qlcnic_ethtool.c 	u32 wol_cfg;
wol_cfg          1482 drivers/net/ethernet/qlogic/qlcnic/qlcnic_ethtool.c 	wol_cfg = QLCRD32(adapter, QLCNIC_WOL_CONFIG_NV, &err);
wol_cfg          1485 drivers/net/ethernet/qlogic/qlcnic/qlcnic_ethtool.c 	if (wol_cfg & (1UL << adapter->portnum))
wol_cfg          1488 drivers/net/ethernet/qlogic/qlcnic/qlcnic_ethtool.c 	wol_cfg = QLCRD32(adapter, QLCNIC_WOL_CONFIG, &err);
wol_cfg          1489 drivers/net/ethernet/qlogic/qlcnic/qlcnic_ethtool.c 	if (wol_cfg & (1UL << adapter->portnum))
wol_cfg          1497 drivers/net/ethernet/qlogic/qlcnic/qlcnic_ethtool.c 	u32 wol_cfg;
wol_cfg          1505 drivers/net/ethernet/qlogic/qlcnic/qlcnic_ethtool.c 	wol_cfg = QLCRD32(adapter, QLCNIC_WOL_CONFIG_NV, &err);
wol_cfg          1508 drivers/net/ethernet/qlogic/qlcnic/qlcnic_ethtool.c 	if (!(wol_cfg & (1 << adapter->portnum)))
wol_cfg          1511 drivers/net/ethernet/qlogic/qlcnic/qlcnic_ethtool.c 	wol_cfg = QLCRD32(adapter, QLCNIC_WOL_CONFIG, &err);
wol_cfg          1515 drivers/net/ethernet/qlogic/qlcnic/qlcnic_ethtool.c 		wol_cfg |= 1UL << adapter->portnum;
wol_cfg          1517 drivers/net/ethernet/qlogic/qlcnic/qlcnic_ethtool.c 		wol_cfg &= ~(1UL << adapter->portnum);
wol_cfg          1519 drivers/net/ethernet/qlogic/qlcnic/qlcnic_ethtool.c 	QLCWR32(adapter, QLCNIC_WOL_CONFIG, wol_cfg);
wol_cfg          1527 drivers/net/ethernet/qlogic/qlcnic/qlcnic_hw.c 	u32 wol_cfg;
wol_cfg          1530 drivers/net/ethernet/qlogic/qlcnic/qlcnic_hw.c 	wol_cfg = QLCRD32(adapter, QLCNIC_WOL_CONFIG_NV, &err);
wol_cfg          1531 drivers/net/ethernet/qlogic/qlcnic/qlcnic_hw.c 	if (wol_cfg & (1UL << adapter->portnum)) {
wol_cfg          1532 drivers/net/ethernet/qlogic/qlcnic/qlcnic_hw.c 		wol_cfg = QLCRD32(adapter, QLCNIC_WOL_CONFIG, &err);
wol_cfg          1535 drivers/net/ethernet/qlogic/qlcnic/qlcnic_hw.c 		if (wol_cfg & (1 << adapter->portnum))
wol_cfg          1354 drivers/net/usb/aqc111.c 		struct aqc111_wol_cfg wol_cfg;
wol_cfg          1356 drivers/net/usb/aqc111.c 		memset(&wol_cfg, 0, sizeof(struct aqc111_wol_cfg));
wol_cfg          1359 drivers/net/usb/aqc111.c 		ether_addr_copy(wol_cfg.hw_addr, dev->net->dev_addr);
wol_cfg          1360 drivers/net/usb/aqc111.c 		wol_cfg.flags = aqc111_data->wol_flags;
wol_cfg          1395 drivers/net/usb/aqc111.c 				 WOL_CFG_SIZE, &wol_cfg);