Home
last modified time | relevance | path

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

/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/multipath-tools/files/
H A D0006-RH-add-wwids-from-kernel-cmdline-mpath.wwids-with-A.patch7 /proc/cmdline for mpath.wwid=<WWID> options, and adds any wwids it finds
H A D0005-RH-add-mpathconf.patch133 + echo "Only allow certain wwids (instead of enable): --allow <WWID>"
/openbmc/linux/drivers/scsi/mpt3sas/mpi/
H A Dmpi2_cnfg.h776 U64 WWID; /*0x00 */ member
1733 U64 WWID; /* 0x00 */ member
1932 U64 WWID; /*0x30 */ member
2058 U64 WWID; /*0x04 */ member
3855 U64 WWID; /*0x0C */ member
H A Dmpi2_ioc.h1180 U64 WWID; /*0x0C */ member
/openbmc/linux/drivers/message/fusion/lsi/
H A Dmpi_init.h260 U64 WWID; member
H A Dmpi_history.txt424 * Added WWID field to RAID Volume Page 1.
558 * WWID addressing.
562 * support Enclosure/Slot addressing rather than WWID
H A Dmpi_cnfg.h2349 U64 WWID; /* 40h */ member
2445 U64 WWID; /* 04h */ member
/openbmc/linux/drivers/scsi/mpt3sas/
H A Dmpt3sas_scsih.c8025 wwid = le64_to_cpu(pcie_device_pg0.WWID); in _scsih_pcie_check_device()
8117 wwid = le64_to_cpu(pcie_device_pg0.WWID); in _scsih_pcie_add_device()
8492 (u64)le64_to_cpu(event_data->WWID), in _scsih_pcie_device_status_change_event_debug()
8528 wwid = le64_to_cpu(event_data->WWID); in _scsih_pcie_device_status_change_event()
9902 if ((pcie_device->wwid == le64_to_cpu(pcie_device_pg0->WWID)) in _scsih_mark_responding_pcie_device()
10103 le64_to_cpu(volume_pg1.WWID), handle); in _scsih_search_responding_raid_devices()
10525 le64_to_cpu(volume_pg1->WWID)); in _scsih_scan_for_devices_after_reset()
10626 le64_to_cpu(pcie_device_pg0.WWID)); in _scsih_scan_for_devices_after_reset()
10636 handle, (u64)le64_to_cpu(pcie_device_pg0.WWID)); in _scsih_scan_for_devices_after_reset()
H A Dmpt3sas_config.c2790 *wwid = le64_to_cpu(raid_vol_pg1.WWID); in mpt3sas_config_get_volume_wwid()
/openbmc/linux/Documentation/powerpc/
H A Dcxlflash.rst398 success, the LUN ID and WWID of the created LUN will be returned and
/openbmc/linux/drivers/message/fusion/
H A Dmptbase.c5931 memcpy(&sas_address, &buffer->Path[i].WWID, sizeof(__le64)); in mpt_raid_phys_disk_pg1()
5933 memcpy(&phys_disk->Path[i].WWID, &sas_address, sizeof(__le64)); in mpt_raid_phys_disk_pg1()
H A Dmptsas.c4197 memcpy(&sas_address, &phys_disk->Path[i].WWID, in mptsas_find_phyinfo_by_phys_disk_num()