Home
last modified time | relevance | path

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

/linux/drivers/scsi/mpt3sas/mpi/
H A Dmpi2_cnfg.h765 U64 WWID; /*0x00 */ member
1702 U64 WWID; /* 0x00 */ member
1893 U64 WWID; /*0x30 */ member
2016 U64 WWID; /*0x04 */ member
3776 U64 WWID; /*0x0C */ member
H A Dmpi2_ioc.h1174 U64 WWID; /*0x0C */ member
/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.h2317 U64 WWID; /* 40h */ member
2413 U64 WWID; /* 04h */ member
/linux/drivers/scsi/mpt3sas/
H A Dmpt3sas_scsih.c8010 wwid = le64_to_cpu(pcie_device_pg0.WWID); in _scsih_pcie_check_device()
8102 wwid = le64_to_cpu(pcie_device_pg0.WWID); in _scsih_pcie_add_device()
8477 (u64)le64_to_cpu(event_data->WWID), in _scsih_pcie_device_status_change_event_debug()
8513 wwid = le64_to_cpu(event_data->WWID); in _scsih_pcie_device_status_change_event()
9887 if ((pcie_device->wwid == le64_to_cpu(pcie_device_pg0->WWID)) in _scsih_mark_responding_pcie_device()
10088 le64_to_cpu(volume_pg1.WWID), handle); in _scsih_search_responding_raid_devices()
10500 le64_to_cpu(volume_pg1.WWID)); in _scsih_scan_for_devices_after_reset()
10601 le64_to_cpu(pcie_device_pg0.WWID)); in _scsih_scan_for_devices_after_reset()
10611 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()
/linux/Documentation/arch/powerpc/
H A Dcxlflash.rst398 success, the LUN ID and WWID of the created LUN will be returned and
/linux/drivers/message/fusion/
H A Dmptbase.c5927 memcpy(&sas_address, &buffer->Path[i].WWID, sizeof(__le64)); in mpt_raid_phys_disk_pg1()
5929 memcpy(&phys_disk->Path[i].WWID, &sas_address, sizeof(__le64)); in mpt_raid_phys_disk_pg1()
H A Dmptsas.c4194 memcpy(&sas_address, &phys_disk->Path[i].WWID, in mptsas_find_phyinfo_by_phys_disk_num()