Home
last modified time | relevance | path

Searched refs:VORTEX_PCI (Results 1 – 1 of 1) sorted by relevance

/linux-6.15/drivers/net/ethernet/3com/
H A D3c59x.c700 #define VORTEX_PCI(vp) \ macro
1555 if (VORTEX_PCI(vp)) { in vortex_up()
1558 pci_restore_state(VORTEX_PCI(vp)); in vortex_up()
1559 err = pci_enable_device(VORTEX_PCI(vp)); in vortex_up()
2718 if (final_down && VORTEX_PCI(vp)) { in vortex_down()
2720 pci_save_state(VORTEX_PCI(vp)); in vortex_down()
2963 if (VORTEX_PCI(vp)) { in vortex_get_drvinfo()
2980 if (!VORTEX_PCI(vp)) in vortex_get_wol()
2994 if (!VORTEX_PCI(vp)) in vortex_set_wol()
3035 if(VORTEX_PCI(vp)) in vortex_ioctl()
[all …]