Searched refs:VendorID (Results 1 – 11 of 11) sorted by relevance
/titanic_50/usr/src/uts/i86pc/os/ |
H A D | pci_orion.c | 54 uint16_t VendorID; in pci_is_broken_orion() local 64 VendorID = pci_mech1_getw(BusNo, DeviceNo, FunctionNo, in pci_is_broken_orion() 70 if (VendorID == 0x8086 && DeviceID == 0x84c4) { in pci_is_broken_orion()
|
/titanic_50/usr/src/uts/common/sys/ib/adapters/tavor/ |
H A D | tavor_cmd.h | 341 (nodeinfo)->VendorID = tmp & 0xFFFFFF; \ 364 (nodeinfo)->VendorID = tmp & 0xFFFFFF; \
|
/titanic_50/usr/src/uts/common/sys/ib/adapters/hermon/ |
H A D | hermon_cmd.h | 405 (nodeinfo)->VendorID = tmp & 0xFFFFFF; \ 428 (nodeinfo)->VendorID = tmp & 0xFFFFFF; \
|
/titanic_50/usr/src/uts/common/sys/ib/mgt/ |
H A D | sm_attr.h | 308 uint32_t VendorID :24; /* device vendor, per IEEE */ member 326 uint32_t VendorID :24; /* device vendor, per IEEE */ member
|
/titanic_50/usr/src/uts/common/sys/mpt/ |
H A D | mpi_cnfg.h | 380 uint16_t VendorID; member 1132 uint8_t VendorID[8]; member
|
/titanic_50/usr/src/uts/common/io/chxge/ |
H A D | ch.c | 369 int VendorID; in ch_attach() local 490 VendorID = pci_config_get16(chp->ch_hpci, 0); in ch_attach() 495 PRINT(("IDs: %x,%x,%x\n", VendorID, DeviceID, SubDeviceID)); in ch_attach()
|
/titanic_50/usr/src/uts/intel/io/scsi/adapters/arcmsr/ |
H A D | arcmsr.h | 934 uint8_t VendorID[VIDLEN]; /* Vendor Identification */ member
|
/titanic_50/usr/src/uts/common/sys/scsi/adapters/mpt_sas/mpi/ |
H A D | mpi2_ioc.h | 1669 U16 VendorID; /* 0x20 */ member 1906 U16 VendorID; /* 0x02 */ member
|
H A D | mpi2_cnfg.h | 1350 U16 VendorID; /* 0x0C */ member 1909 U8 VendorID[8]; /* 0x00 */ member
|
/titanic_50/usr/src/uts/common/io/ib/mgt/ibcm/ |
H A D | ibcm_utils.c | 1925 IBTF_DPRINTF_L5(cmlog, "Vendor ID : %06X", nrec->NodeInfo.VendorID); in ibcm_dump_noderec() 2010 nr_resp->NodeInfo.VendorID; in ibcm_ibtl_node_info()
|
H A D | ibcm_ti.c | 5846 nr_resp->NodeInfo.VendorID; in ibt_gid_to_node_info() 6044 nr_resp->NodeInfo.VendorID; in ibt_lid_to_node_info()
|