CHELSIO_PCI_ID_VER
#define CHELSIO_PCI_ID_VER(__DeviceID) ((__DeviceID) >> 12)
#define CHELSIO_PCI_ID_VER(dev_id) ((dev_id) >> 12)