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

/freebsd-11-stable/contrib/amd/amq/
H A Damq.c264 show_mapinfo(amq_map_info_list *ml, enum show_opt e, int *nwid, int *wwid) argument
278 if (ww > *wwid)
279 *wwid = ww;
288 *wwid, *wwid, "Wild",
294 *wwid, *wwid, mi->mi_wildcard,
725 int mwid = 0, wwid = 0; local
726 show_mapinfo(ml, Calc, &mwid, &wwid);
728 if (wwid)
[all...]
/freebsd-11-stable/sys/dev/smartpqi/
H A Dsmartpqi_helper.c166 /* Function used to validate the device wwid. */
170 return dev1->wwid == dev2->wwid;
H A Dsmartpqi_structures.h696 uint64_t wwid; member in struct:pqi_scsi_device
754 uint64_t wwid; member in struct:report_lun_ext_entry
843 uint8_t wwid[20]; member in struct:bmic_identify_physical_device
H A Dsmartpqi_discovery.c1674 device->wwid = lun_ext_entry->wwid;
1723 device->sas_address = BE_64(lun_ext_entry->wwid);
1736 device->sas_address = BE_64(lun_ext_entry->wwid);
/freebsd-11-stable/sys/dev/mpr/
H A Dmpr_sas_lsi.c95 u8 wwid[8]; member in union:_sata_sas_address
1113 *sas_address = (u64)hash_address.wwid[0] << 56 |
1114 (u64)hash_address.wwid[1] << 48 | (u64)hash_address.wwid[2] << 40 |
1115 (u64)hash_address.wwid[3] << 32 | (u64)hash_address.wwid[4] << 24 |
1116 (u64)hash_address.wwid[5] << 16 | (u64)hash_address.wwid[6] << 8 |
1117 (u64)hash_address.wwid[7];
1404 u64 wwid; local
[all...]
H A Dmprvar.h762 u64 *wwid);
787 unsigned int mpr_mapping_get_raid_tid(struct mpr_softc *sc, u64 wwid,
H A Dmpr_mapping.c379 * @wwid: world wide unique ID of the volume
384 _mapping_get_ir_mt_idx_from_wwid(struct mpr_softc *sc, u64 wwid) argument
392 if (mt_entry->physical_id == wwid)
422 * @wwid: volume device handle
642 * @wwid: IR volume ID.
650 Mpi2EventIrConfigElement_t *element, u64 wwid)
2703 * @wwid: world wide identifier for raid volume
2709 mpr_mapping_get_raid_tid(struct mpr_softc *sc, u64 wwid, u16 volHandle) argument
2718 mt_entry->physical_id == wwid)
649 _mapping_update_ir_missing_cnt(struct mpr_softc *sc, u32 map_idx, Mpi2EventIrConfigElement_t *element, u64 wwid) argument
H A Dmpr_config.c1443 * mpr_config_get_volume_wwid - returns wwid given the volume handle
1446 * @wwid: volume wwid
1452 mpr_config_get_volume_wwid(struct mpr_softc *sc, u16 volume_handle, u64 *wwid) argument
1457 *wwid = 0;
1460 *wwid = le64toh((u64)raid_vol_pg1.WWID.High << 32 |
/freebsd-11-stable/sys/dev/mps/
H A Dmps_sas_lsi.c95 u8 wwid[8]; member in union:_sata_sas_address
902 *sas_address = (u64)hash_address.wwid[0] << 56 |
903 (u64)hash_address.wwid[1] << 48 | (u64)hash_address.wwid[2] << 40 |
904 (u64)hash_address.wwid[3] << 32 | (u64)hash_address.wwid[4] << 24 |
905 (u64)hash_address.wwid[5] << 16 | (u64)hash_address.wwid[6] << 8 |
906 (u64)hash_address.wwid[7];
1056 u64 wwid; local
[all...]
H A Dmpsvar.h721 u64 *wwid);
745 unsigned int mps_mapping_get_raid_tid(struct mps_softc *sc, u64 wwid,
H A Dmps_config.c1362 * mps_config_get_volume_wwid - returns wwid given the volume handle
1365 * @wwid: volume wwid
1371 mps_config_get_volume_wwid(struct mps_softc *sc, u16 volume_handle, u64 *wwid) argument
1376 *wwid = 0;
1379 *wwid = le64toh((u64)raid_vol_pg1.WWID.High << 32 |
H A Dmps_mapping.c379 * @wwid: world wide unique ID of the volume
384 _mapping_get_ir_mt_idx_from_wwid(struct mps_softc *sc, u64 wwid) argument
392 if (mt_entry->physical_id == wwid)
422 * @wwid: volume device handle
643 * @wwid: IR volume ID.
651 Mpi2EventIrConfigElement_t *element, u64 wwid)
2238 * @wwid: world wide identifier for raid volume
2244 mps_mapping_get_raid_tid(struct mps_softc *sc, u64 wwid, u16 volHandle) argument
2253 mt_entry->physical_id == wwid)
650 _mapping_update_ir_missing_cnt(struct mps_softc *sc, u32 map_idx, Mpi2EventIrConfigElement_t *element, u64 wwid) argument

Completed in 128 milliseconds