VORTEX_PCI       1553 drivers/net/ethernet/3com/3c59x.c 	if (VORTEX_PCI(vp)) {
VORTEX_PCI       1554 drivers/net/ethernet/3com/3c59x.c 		pci_set_power_state(VORTEX_PCI(vp), PCI_D0);	/* Go active */
VORTEX_PCI       1556 drivers/net/ethernet/3com/3c59x.c 			pci_restore_state(VORTEX_PCI(vp));
VORTEX_PCI       1557 drivers/net/ethernet/3com/3c59x.c 		err = pci_enable_device(VORTEX_PCI(vp));
VORTEX_PCI       2716 drivers/net/ethernet/3com/3c59x.c 	if (final_down && VORTEX_PCI(vp)) {
VORTEX_PCI       2718 drivers/net/ethernet/3com/3c59x.c 		pci_save_state(VORTEX_PCI(vp));
VORTEX_PCI       2961 drivers/net/ethernet/3com/3c59x.c 	if (VORTEX_PCI(vp)) {
VORTEX_PCI       2962 drivers/net/ethernet/3com/3c59x.c 		strlcpy(info->bus_info, pci_name(VORTEX_PCI(vp)),
VORTEX_PCI       2978 drivers/net/ethernet/3com/3c59x.c 	if (!VORTEX_PCI(vp))
VORTEX_PCI       2992 drivers/net/ethernet/3com/3c59x.c 	if (!VORTEX_PCI(vp))
VORTEX_PCI       3033 drivers/net/ethernet/3com/3c59x.c 	if(VORTEX_PCI(vp))
VORTEX_PCI       3034 drivers/net/ethernet/3com/3c59x.c 		state = VORTEX_PCI(vp)->current_state;
VORTEX_PCI       3039 drivers/net/ethernet/3com/3c59x.c 		pci_set_power_state(VORTEX_PCI(vp), PCI_D0);
VORTEX_PCI       3042 drivers/net/ethernet/3com/3c59x.c 		pci_set_power_state(VORTEX_PCI(vp), state);
VORTEX_PCI       3238 drivers/net/ethernet/3com/3c59x.c 		if (pci_enable_wake(VORTEX_PCI(vp), PCI_D3hot, 1)) {
VORTEX_PCI       3239 drivers/net/ethernet/3com/3c59x.c 			pr_info("%s: WOL not supported.\n", pci_name(VORTEX_PCI(vp)));
VORTEX_PCI       3245 drivers/net/ethernet/3com/3c59x.c 		if (VORTEX_PCI(vp)->current_state < PCI_D3hot)
VORTEX_PCI       3249 drivers/net/ethernet/3com/3c59x.c 		pci_set_power_state(VORTEX_PCI(vp), PCI_D3hot);