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

/freebsd-12-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-12-stable/sys/dev/mps/
H A Dmps_sas_lsi.c98 u8 wwid[8]; member in union:_sata_sas_address
912 *sas_address = (u64)hash_address.wwid[0] << 56 |
913 (u64)hash_address.wwid[1] << 48 | (u64)hash_address.wwid[2] << 40 |
914 (u64)hash_address.wwid[3] << 32 | (u64)hash_address.wwid[4] << 24 |
915 (u64)hash_address.wwid[5] << 16 | (u64)hash_address.wwid[6] << 8 |
916 (u64)hash_address.wwid[7];
1032 u64 wwid; local
[all...]
H A Dmps_config.c1364 * mps_config_get_volume_wwid - returns wwid given the volume handle
1367 * @wwid: volume wwid
1373 mps_config_get_volume_wwid(struct mps_softc *sc, u16 volume_handle, u64 *wwid) argument
1378 *wwid = 0;
1381 *wwid = le64toh((u64)raid_vol_pg1.WWID.High << 32 |
H A Dmpsvar.h779 u64 *wwid);
803 unsigned int mps_mapping_get_raid_tid(struct mps_softc *sc, u64 wwid,
H A Dmps_mapping.c381 * @wwid: world wide unique ID of the volume
386 _mapping_get_ir_mt_idx_from_wwid(struct mps_softc *sc, u64 wwid) argument
394 if (mt_entry->physical_id == wwid)
424 * @wwid: volume device handle
645 * @wwid: IR volume ID.
653 Mpi2EventIrConfigElement_t *element, u64 wwid)
2237 * @wwid: world wide identifier for raid volume
2243 mps_mapping_get_raid_tid(struct mps_softc *sc, u64 wwid, u16 volHandle) argument
2252 mt_entry->physical_id == wwid)
652 _mapping_update_ir_missing_cnt(struct mps_softc *sc, u32 map_idx, Mpi2EventIrConfigElement_t *element, u64 wwid) argument
/freebsd-12-stable/sys/dev/mpr/
H A Dmpr_sas_lsi.c98 u8 wwid[8]; member in union:_sata_sas_address
1139 *sas_address = (u64)hash_address.wwid[0] << 56 |
1140 (u64)hash_address.wwid[1] << 48 | (u64)hash_address.wwid[2] << 40 |
1141 (u64)hash_address.wwid[3] << 32 | (u64)hash_address.wwid[4] << 24 |
1142 (u64)hash_address.wwid[5] << 16 | (u64)hash_address.wwid[6] << 8 |
1143 (u64)hash_address.wwid[7];
1399 u64 wwid; local
[all...]
H A Dmprvar.h855 u64 *wwid);
882 unsigned int mpr_mapping_get_raid_tid(struct mpr_softc *sc, u64 wwid,
H A Dmpr_mapping.c380 * @wwid: world wide unique ID of the volume
385 _mapping_get_ir_mt_idx_from_wwid(struct mpr_softc *sc, u64 wwid) argument
393 if (mt_entry->physical_id == wwid)
423 * @wwid: volume device handle
643 * @wwid: IR volume ID.
651 Mpi2EventIrConfigElement_t *element, u64 wwid)
2701 * @wwid: world wide identifier for raid volume
2707 mpr_mapping_get_raid_tid(struct mpr_softc *sc, u64 wwid, u16 volHandle) argument
2716 mt_entry->physical_id == wwid)
650 _mapping_update_ir_missing_cnt(struct mpr_softc *sc, u32 map_idx, Mpi2EventIrConfigElement_t *element, u64 wwid) argument
H A Dmpr_config.c1599 * mpr_config_get_volume_wwid - returns wwid given the volume handle
1602 * @wwid: volume wwid
1608 mpr_config_get_volume_wwid(struct mpr_softc *sc, u16 volume_handle, u64 *wwid) argument
1613 *wwid = 0;
1616 *wwid = le64toh((u64)raid_vol_pg1.WWID.High << 32 |
/freebsd-12-stable/sys/dev/smartpqi/
H A Dsmartpqi_helper.c188 /* Function used to validate the device wwid. */
192 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.c1712 softs->target_sas_addr[target] = BE_64(lun_ext_entry->wwid);
1723 device->wwid = lun_ext_entry->wwid;
1772 device->sas_address = BE_64(lun_ext_entry->wwid);
1780 device->sas_address = BE_64(lun_ext_entry->wwid);

Completed in 233 milliseconds