Searched refs:slun (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/target/ |
H A D | target_core_spc.c | 1214 struct scsi_lun slun; in spc_emulate_report_luns() local 1244 int_to_scsilun(deve->mapped_lun, &slun); in spc_emulate_report_luns() 1245 memcpy(buf + offset, &slun, in spc_emulate_report_luns() 1259 int_to_scsilun(0, &slun); in spc_emulate_report_luns() 1261 memcpy(buf + offset, &slun, in spc_emulate_report_luns()
|
/kernel/linux/linux-6.6/drivers/target/ |
H A D | target_core_spc.c | 1242 struct scsi_lun slun; in spc_emulate_report_luns() local 1272 int_to_scsilun(deve->mapped_lun, &slun); in spc_emulate_report_luns() 1273 memcpy(buf + offset, &slun, in spc_emulate_report_luns() 1287 int_to_scsilun(0, &slun); in spc_emulate_report_luns() 1289 memcpy(buf + offset, &slun, in spc_emulate_report_luns()
|
/kernel/linux/linux-5.10/drivers/scsi/aic7xxx/ |
H A D | aic7xxx_core.c | 5699 int slun = SCB_GET_LUN(scb); in ahc_match_scb() local 5706 match = ((lun == slun) || (lun == CAM_LUN_WILDCARD)); in ahc_match_scb()
|
H A D | aic79xx_core.c | 7956 int slun = SCB_GET_LUN(scb); in ahd_match_scb() local 7963 match = ((lun == slun) || (lun == CAM_LUN_WILDCARD)); in ahd_match_scb()
|
/kernel/linux/linux-6.6/drivers/scsi/aic7xxx/ |
H A D | aic7xxx_core.c | 5696 int slun = SCB_GET_LUN(scb); in ahc_match_scb() local 5703 match = ((lun == slun) || (lun == CAM_LUN_WILDCARD)); in ahc_match_scb()
|
H A D | aic79xx_core.c | 7951 int slun = SCB_GET_LUN(scb); in ahd_match_scb() local 7958 match = ((lun == slun) || (lun == CAM_LUN_WILDCARD)); in ahd_match_scb()
|
Completed in 40 milliseconds