Home
last modified time | relevance | path

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

/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/multipath-tools/files/
H A D0026-RH-add-wwids-from-kernel-cmdline-mpath.wwids-with-A.patch13 /proc/cmdline for mpath.wwid=<WWID> options, and adds any wwids it finds
H A D0025-RH-add-mpathconf.patch136 + echo "Only allow certain wwids (instead of enable): --allow <WWID>"
/OK3568_Linux_fs/kernel/drivers/scsi/mpt3sas/mpi/
H A Dmpi2_cnfg.h775 U64 WWID; /*0x00 */ member
1732 U64 WWID; /* 0x00 */ member
1931 U64 WWID; /*0x30 */ member
2057 U64 WWID; /*0x04 */ member
3854 U64 WWID; /*0x0C */ member
H A Dmpi2_ioc.h1180 U64 WWID; /*0x0C */ member
/OK3568_Linux_fs/kernel/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
/OK3568_Linux_fs/kernel/drivers/scsi/mpt3sas/
H A Dmpt3sas_scsih.c7049 wwid = le64_to_cpu(pcie_device_pg0.WWID); in _scsih_pcie_check_device()
7141 wwid = le64_to_cpu(pcie_device_pg0.WWID); in _scsih_pcie_add_device()
7516 (u64)le64_to_cpu(event_data->WWID), in _scsih_pcie_device_status_change_event_debug()
7552 wwid = le64_to_cpu(event_data->WWID); in _scsih_pcie_device_status_change_event()
8882 if ((pcie_device->wwid == le64_to_cpu(pcie_device_pg0->WWID)) in _scsih_mark_responding_pcie_device()
9083 le64_to_cpu(volume_pg1.WWID), handle); in _scsih_search_responding_raid_devices()
9461 le64_to_cpu(volume_pg1.WWID)); in _scsih_scan_for_devices_after_reset()
9559 le64_to_cpu(pcie_device_pg0.WWID)); in _scsih_scan_for_devices_after_reset()
9569 handle, (u64)le64_to_cpu(pcie_device_pg0.WWID)); in _scsih_scan_for_devices_after_reset()
H A Dmpt3sas_config.c1856 *wwid = le64_to_cpu(raid_vol_pg1.WWID); in mpt3sas_config_get_volume_wwid()
/OK3568_Linux_fs/kernel/Documentation/powerpc/
H A Dcxlflash.rst398 success, the LUN ID and WWID of the created LUN will be returned and
/OK3568_Linux_fs/kernel/drivers/message/fusion/
H A Dmptbase.c5926 memcpy(&sas_address, &buffer->Path[i].WWID, sizeof(__le64)); in mpt_raid_phys_disk_pg1()
5928 memcpy(&phys_disk->Path[i].WWID, &sas_address, sizeof(__le64)); in mpt_raid_phys_disk_pg1()
H A Dmptsas.c4168 memcpy(&sas_address, &phys_disk->Path[i].WWID, in mptsas_find_phyinfo_by_phys_disk_num()