Searched refs:WWID (Results 1 - 12 of 12) sorted by relevance

/freebsd-current/sys/dev/mpr/
H A Dmpr_sas_lsi.c1293 parent_wwid = parent_config_page.WWID.High;
1295 parent_config_page.WWID.Low;
1300 pcie_wwid = config_page.WWID.High;
1301 pcie_wwid = (pcie_wwid << 32) | config_page.WWID.Low;
1302 mpr_dprint(sc, MPR_INFO, "PCIe WWID from PCIe device page0 = %jx\n",
1330 mpr_dprint(sc, MPR_MAPPING, "WWID from PCIe device page0 = %jx\n",
1352 targ->sasaddr = mpr_to_u64(&config_page.WWID);
1407 printf("%s: invalid WWID; cannot add volume to mapping table\n",
1416 "WWID 0x%016llx\n", __func__, handle,
1436 mpr_dprint(sc, MPR_MAPPING, "RAID target id %d added (WWID
[all...]
H A Dmpr_config.c1613 *wwid = le64toh((u64)raid_vol_pg1.WWID.High << 32 |
1614 raid_vol_pg1.WWID.Low);
H A Dmpr_mapping.c376 * _mapping_get_ir_mt_idx_from_wwid - get map table index from volume WWID
537 * @id: volume WWID or enclosure ID or device ID
1346 pcie_wwid = pcie_device_pg0.WWID.High;
1347 pcie_wwid = (pcie_wwid << 32) | pcie_device_pg0.WWID.Low;
3029 * For volume changes, get the WWID for the volume and put it in a
/freebsd-current/sys/dev/mpt/mpilib/
H A Dmpi_init.h73 * WWID addressing.
77 * support Enclosure/Slot addressing rather than WWID
281 U64 WWID; member in union:__anon3441
H A Dmpi_cnfg.h251 * Added WWID field to RAID Volume Page 1.
2333 U64 WWID; /* 40h */ member in struct:_CONFIG_PAGE_RAID_VOL_1
2427 U64 WWID; /* 04h */ member in struct:_RAID_PHYS_DISK1_PATH
/freebsd-current/sys/dev/mpr/mpi/
H A Dmpi2_cnfg.h778 U64 WWID; /* 0x00 */ member in struct:_MPI2_MANUFACTURING5_ENTRY
1673 U64 WWID; /* 0x00 */ member in struct:_MPI2_ADAPTER_ORDER_AUX
1870 U64 WWID; /* 0x30 */ member in struct:_MPI2_CONFIG_PAGE_RAID_VOL_1
1993 U64 WWID; /* 0x04 */ member in struct:_MPI2_RAIDPHYSDISK1_PATH
3560 U64 WWID; /* 0x0C */ member in struct:_MPI26_CONFIG_PAGE_PCIEDEV_0
H A Dmpi2_ioc.h1225 U64 WWID; /* 0x0C */ member in struct:_MPI26_EVENT_DATA_PCIE_DEVICE_STATUS_CHANGE
/freebsd-current/sys/dev/mps/mpi/
H A Dmpi2_cnfg.h588 U64 WWID; /* 0x00 */ member in struct:_MPI2_MANUFACTURING5_ENTRY
1404 U64 WWID; /* 0x30 */ member in struct:_MPI2_CONFIG_PAGE_RAID_VOL_1
1527 U64 WWID; /* 0x04 */ member in struct:_MPI2_RAIDPHYSDISK1_PATH
/freebsd-current/sys/dev/mps/
H A Dmps_config.c1379 *wwid = le64toh((u64)raid_vol_pg1.WWID.High << 32 |
1380 raid_vol_pg1.WWID.Low);
/freebsd-current/sys/dev/mpi3mr/mpi/
H A Dmpi30_ioc.h599 U64 WWID; /* 0x08 */ member in struct:_MPI3_EVENT_DATA_DEVICE_STATUS_CHANGE
H A Dmpi30_cnfg.h3743 U64 WWID; /* 0x10 */ member in struct:_MPI3_DEVICE_PAGE0
3768 /**** Defines for the WWID field ****/
/freebsd-current/sys/dev/mpi3mr/
H A Dmpi3mr.c3325 tgtdev->wwid = (dev_pg0->WWID);

Completed in 396 milliseconds