Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/net/
Ddgrs_es4h.h158 #define SE6_PCI_DEVICE_ID 0x0003 /* RS SE-6 device ID */ macro
159 #define SE6_PCI_ID ((SE6_PCI_DEVICE_ID<<16) | SE6_PCI_VENDOR_ID)
Ddgrs.c125 { SE6_PCI_VENDOR_ID, SE6_PCI_DEVICE_ID, PCI_ANY_ID, PCI_ANY_ID, },
1366 while ((pdev = pci_find_device(SE6_PCI_VENDOR_ID, SE6_PCI_DEVICE_ID, pdev)) != NULL) in dgrs_scan()