| /OK3568_Linux_fs/kernel/drivers/scsi/cxlflash/ |
| H A D | lunmgt.c | 31 static struct llun_info *create_local(struct scsi_device *sdev, u8 *wwid) in create_local() argument 47 memcpy(lli->wwid, wwid, DK_CXLFLASH_MANAGE_LUN_WWID_LEN); in create_local() 59 static struct glun_info *create_global(struct scsi_device *sdev, u8 *wwid) in create_global() argument 72 memcpy(gli->wwid, wwid, DK_CXLFLASH_MANAGE_LUN_WWID_LEN); in create_global() 84 static struct llun_info *lookup_local(struct cxlflash_cfg *cfg, u8 *wwid) in lookup_local() argument 89 if (!memcmp(lli->wwid, wwid, DK_CXLFLASH_MANAGE_LUN_WWID_LEN)) in lookup_local() 101 static struct glun_info *lookup_global(u8 *wwid) in lookup_global() argument 106 if (!memcmp(gli->wwid, wwid, DK_CXLFLASH_MANAGE_LUN_WWID_LEN)) in lookup_global() 132 static struct llun_info *find_and_create_lun(struct scsi_device *sdev, u8 *wwid) in find_and_create_lun() argument 139 if (unlikely(!wwid)) in find_and_create_lun() [all …]
|
| H A D | superpipe.h | 45 u8 wwid[16]; member 61 u8 wwid[16]; /* Keep a duplicate copy here? */ member
|
| H A D | sislite.h | 207 u8 wwid[SISL_WWID_DATA_LEN]; member
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/multipath-tools/files/ |
| H A D | 0026-RH-add-wwids-from-kernel-cmdline-mpath.wwids-with-A.patch | 13 /proc/cmdline for mpath.wwid=<WWID> options, and adds any wwids it finds 37 @@ -454,3 +454,47 @@ int op ## _wwid(const char *wwid) \ 65 + while((ptr = strstr(next, "mpath.wwid="))) { 77 + condlog(0, "empty mpath.wwid kernel command line option"); 89 @@ -17,6 +17,7 @@ int remember_wwid(char *wwid); 90 int check_wwids_file(char *wwid, int write_wwid); 91 int remove_wwid(char *wwid);
|
| H A D | multipath.conf.example | 42 ## The wwid line in the following blacklist section is shown as an example 43 ## of how to blacklist devices by wwid. The 2 devnode lines are the 47 ## a wwid line. Since there is no guarantee that a specific device will 52 # wwid 26353900f02796769 58 # wwid 3600508b4000156d700012000000b0000 68 # wwid 1DEC_____321816758474
|
| H A D | 0025-RH-add-mpathconf.patch | 314 + wwid '"\"${WWID_LIST[$INDEX]}\""' 374 + if sed -n '/^blacklist[[:space:]]*{/,/^}/ p' $TMPFILE | grep -q "^[[:space:]]*wwid \"\.\?\*\"" ; … 376 + elif sed -n '/^blacklist[[:space:]]*{/,/^}/ p' $TMPFILE | grep -q "^[[:space:]]*#[[:space:]]*wwid… 454 + wwid ".*" 457 + sed -i '/^blacklist[[:space:]]*{/,/^}/ s/^[[:space:]]*#[[:space:]]*wwid \"\.\?\*\"/ wwid ".*"/' … 460 + sed -i '/^blacklist_exceptions[[:space:]]*{/,/^}/ {/^[[:space:]]*wwid/ d}' $TMPFILE
|
| /OK3568_Linux_fs/kernel/drivers/scsi/ |
| H A D | mvumi.c | 1415 u64 wwid = 0; in mvumi_inquiry() local 1445 wwid = id + 1; in mvumi_inquiry() 1447 memcpy((void *)&wwid, in mvumi_inquiry() 1451 "inquiry device(0:%d:0) wwid(%llx)\n", id, wwid); in mvumi_inquiry() 1453 wwid = 0; in mvumi_inquiry() 1458 return wwid; in mvumi_inquiry() 1474 mv_dev->id, mv_dev->wwid); in mvumi_detach_devices() 1480 mv_dev->id, mv_dev->wwid); in mvumi_detach_devices() 1508 static int mvumi_match_devices(struct mvumi_hba *mhba, int id, u64 wwid) in mvumi_match_devices() argument 1513 if (mv_dev->wwid == wwid) { in mvumi_match_devices() [all …]
|
| H A D | hpsa_cmd.h | 266 u8 wwid[8]; member 791 u8 wwid[20]; member
|
| H A D | ipr.h | 350 __be32 wwid[2]; member 355 __be32 wwid[4]; member 1048 __be32 wwid[2]; member 1064 __be32 wwid[2]; member
|
| H A D | ipr.c | 1602 be32_to_cpu(vpd->wwid[0]), be32_to_cpu(vpd->wwid[1])); in ipr_log_ext_vpd_compact() 1615 ipr_err(" WWN: %08X%08X\n", be32_to_cpu(vpd->wwid[0]), in ipr_log_ext_vpd() 1616 be32_to_cpu(vpd->wwid[1])); in ipr_log_ext_vpd() 2185 be32_to_cpu(cfg->wwid[0]), be32_to_cpu(cfg->wwid[1])); in ipr_log_path_elem() 2191 be32_to_cpu(cfg->wwid[0]), be32_to_cpu(cfg->wwid[1])); in ipr_log_path_elem() 2197 be32_to_cpu(cfg->wwid[0]), be32_to_cpu(cfg->wwid[1])); in ipr_log_path_elem() 2203 be32_to_cpu(cfg->wwid[0]), be32_to_cpu(cfg->wwid[1])); in ipr_log_path_elem() 2209 be32_to_cpu(cfg->wwid[0]), be32_to_cpu(cfg->wwid[1])); in ipr_log_path_elem() 2219 be32_to_cpu(cfg->wwid[0]), be32_to_cpu(cfg->wwid[1])); in ipr_log_path_elem() 2255 be32_to_cpu(cfg->wwid[0]), in ipr_log64_path_elem() [all …]
|
| H A D | mvumi.h | 469 u64 wwid; member
|
| /OK3568_Linux_fs/kernel/drivers/scsi/mpt3sas/ |
| H A D | mpt3sas_scsih.c | 488 sas_address = raid_device->wwid; in _scsih_determine_boot_device() 494 sas_address = pcie_device->wwid; in _scsih_determine_boot_device() 936 __mpt3sas_get_pdev_by_wwid(struct MPT3SAS_ADAPTER *ioc, u64 wwid) in __mpt3sas_get_pdev_by_wwid() argument 943 if (pcie_device->wwid == wwid) in __mpt3sas_get_pdev_by_wwid() 947 if (pcie_device->wwid == wwid) in __mpt3sas_get_pdev_by_wwid() 969 mpt3sas_get_pdev_by_wwid(struct MPT3SAS_ADAPTER *ioc, u64 wwid) in mpt3sas_get_pdev_by_wwid() argument 975 pcie_device = __mpt3sas_get_pdev_by_wwid(ioc, wwid); in mpt3sas_get_pdev_by_wwid() 1099 pcie_device->handle, (u64)pcie_device->wwid); in _scsih_pcie_device_remove() 1190 pcie_device->handle, (u64)pcie_device->wwid)); in _scsih_pcie_device_add() 1241 pcie_device->handle, (u64)pcie_device->wwid)); in _scsih_pcie_device_init_add() [all …]
|
| H A D | mpt3sas_base.h | 607 u64 wwid; member 696 u64 wwid; member 1736 u16 volume_handle, u64 *wwid);
|
| H A D | mpt3sas_config.c | 1847 u64 *wwid) in mpt3sas_config_get_volume_wwid() argument 1852 *wwid = 0; in mpt3sas_config_get_volume_wwid() 1856 *wwid = le64_to_cpu(raid_vol_pg1.WWID); in mpt3sas_config_get_volume_wwid()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/scsi/ |
| H A D | cxlflash_ioctl.h | 167 __u8 wwid[DK_CXLFLASH_MANAGE_LUN_WWID_LEN]; /* Page83 WWID, NAA-6 */ member 239 __u8 wwid[CXLFLASH_WWID_LEN];/* Page83 WWID, NAA-6 */ member
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/scsi/ |
| H A D | cxlflash_ioctl.h | 167 __u8 wwid[DK_CXLFLASH_MANAGE_LUN_WWID_LEN]; /* Page83 WWID, NAA-6 */ member 239 __u8 wwid[CXLFLASH_WWID_LEN];/* Page83 WWID, NAA-6 */ member
|
| /OK3568_Linux_fs/kernel/include/uapi/scsi/ |
| H A D | cxlflash_ioctl.h | 167 __u8 wwid[DK_CXLFLASH_MANAGE_LUN_WWID_LEN]; /* Page83 WWID, NAA-6 */ member 239 __u8 wwid[CXLFLASH_WWID_LEN];/* Page83 WWID, NAA-6 */ member
|
| /OK3568_Linux_fs/kernel/drivers/scsi/smartpqi/ |
| H A D | smartpqi_sas_transport.c | 336 *identifier = get_unaligned_be64(&found_device->wwid); in pqi_sas_get_enclosure_identifier() 357 get_unaligned_be64(&device->wwid); in pqi_sas_get_enclosure_identifier() 373 *identifier = get_unaligned_be64(&device->wwid); in pqi_sas_get_enclosure_identifier()
|
| H A D | smartpqi.h | 857 __be64 wwid; member 920 __be64 wwid; member 1292 u8 wwid[20]; member
|
| H A D | smartpqi_init.c | 1570 return dev1->wwid == dev2->wwid; in pqi_device_equal() 2105 &phys_lun_ext_entry->wwid)); in pqi_update_scsi_devices() 2118 device->wwid = phys_lun_ext_entry->wwid; in pqi_update_scsi_devices() 2132 device->sas_address = get_unaligned_be64(&device->wwid); in pqi_update_scsi_devices() 6305 memcpy(unique_id + 8, &device->wwid, sizeof(device->wwid)); in pqi_unique_id_show()
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | edd.h | 145 __u64 wwid; member
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/ |
| H A D | edd.h | 145 __u64 wwid; member
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/ |
| H A D | edd.h | 145 __u64 wwid; member
|
| /OK3568_Linux_fs/u-boot/include/linux/ |
| H A D | edd.h | 136 __u64 wwid; member
|
| /OK3568_Linux_fs/kernel/drivers/firmware/ |
| H A D | edd.c | 205 info->params.device_path.fibre.wwid, in edd_show_interface()
|