Searched refs:scmd_channel (Results 1 - 16 of 16) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/aacraid/ |
H A D | linit.c | 691 bus = aac_logical_to_phys(scmd_channel(cmd)); in aac_eh_abort() 913 bus = aac_logical_to_phys(scmd_channel(cmd)); in aac_eh_dev_reset() 976 bus = aac_logical_to_phys(scmd_channel(cmd)); in aac_eh_target_reset() 1039 cmd_bus = aac_logical_to_phys(scmd_channel(cmd)); in aac_eh_bus_reset() 1051 bus = aac_logical_to_phys(scmd_channel(cmd)); in aac_eh_bus_reset()
|
H A D | aachba.c | 1505 srbcmd->channel = cpu_to_le32(aac_logical_to_phys(scmd_channel(cmd))); in aac_scsi_common() 1545 bus = aac_logical_to_phys(scmd_channel(cmd)); in aac_construct_hbacmd() 2792 if (scmd_channel(scsicmd) == CONTAINER_CHANNEL) { in aac_scsi_cmd() 2825 bus = aac_logical_to_phys(scmd_channel(scsicmd)); in aac_scsi_cmd() 3649 bus = aac_logical_to_phys(scmd_channel(scsicmd)); in hba_resp_task_failure()
|
/kernel/linux/linux-6.6/drivers/scsi/aacraid/ |
H A D | linit.c | 692 bus = aac_logical_to_phys(scmd_channel(cmd)); in aac_eh_abort() 914 bus = aac_logical_to_phys(scmd_channel(cmd)); in aac_eh_dev_reset() 977 bus = aac_logical_to_phys(scmd_channel(cmd)); in aac_eh_target_reset() 1040 cmd_bus = aac_logical_to_phys(scmd_channel(cmd)); in aac_eh_bus_reset() 1052 bus = aac_logical_to_phys(scmd_channel(cmd)); in aac_eh_bus_reset()
|
H A D | aachba.c | 1518 srbcmd->channel = cpu_to_le32(aac_logical_to_phys(scmd_channel(cmd))); in aac_scsi_common() 1558 bus = aac_logical_to_phys(scmd_channel(cmd)); in aac_construct_hbacmd() 2791 if (scmd_channel(scsicmd) == CONTAINER_CHANNEL) { in aac_scsi_cmd() 2824 bus = aac_logical_to_phys(scmd_channel(scsicmd)); in aac_scsi_cmd() 3614 bus = aac_logical_to_phys(scmd_channel(scsicmd)); in hba_resp_task_failure()
|
/kernel/linux/linux-5.10/drivers/scsi/ |
H A D | scsi_error.c | 807 scsi_report_bus_reset(host, scmd_channel(scmd)); in scsi_try_host_reset() 837 scsi_report_bus_reset(host, scmd_channel(scmd)); in scsi_try_bus_reset() 1632 if (channel == scmd_channel(scmd)) { in scsi_eh_bus_reset() 1651 if (channel == scmd_channel(scmd)) { in scsi_eh_bus_reset()
|
H A D | atp870u.c | 590 c = scmd_channel(req_p); in atp870u_queuecommand_lck() 593 if (scmd_channel(req_p) > 1) { in atp870u_queuecommand_lck() 1594 c = scmd_channel(SCpnt); in atp870u_abort()
|
H A D | ips.c | 1076 if ((scmd_channel(SC) > 0) in ips_queue_lck() 1077 && (scmd_id(SC) == ha->ha_id[scmd_channel(SC)])) { in ips_queue_lck() 2629 if ((scmd_channel(p) > 0) in ips_next() 2631 dcdb_active[scmd_channel(p) - in ips_next()
|
/kernel/linux/linux-6.6/drivers/scsi/ |
H A D | scsi_error.c | 891 scsi_report_bus_reset(host, scmd_channel(scmd)); in scsi_try_host_reset() 921 scsi_report_bus_reset(host, scmd_channel(scmd)); in scsi_try_bus_reset() 1717 if (channel == scmd_channel(scmd)) { in scsi_eh_bus_reset() 1736 if (channel == scmd_channel(scmd)) { in scsi_eh_bus_reset()
|
H A D | atp870u.c | 628 c = scmd_channel(req_p); in atp870u_queuecommand_lck() 631 if (scmd_channel(req_p) > 1) { in atp870u_queuecommand_lck() 1652 c = scmd_channel(SCpnt); in atp870u_abort()
|
H A D | ips.c | 1075 if ((scmd_channel(SC) > 0) in ips_queue_lck() 1076 && (scmd_id(SC) == ha->ha_id[scmd_channel(SC)])) { in ips_queue_lck() 2632 if ((scmd_channel(p) > 0) in ips_next() 2634 dcdb_active[scmd_channel(p) - in ips_next()
|
/kernel/linux/linux-5.10/include/scsi/ |
H A D | scsi_device.h | 494 #define scmd_channel(scmd) sdev_channel((scmd)->device) macro
|
/kernel/linux/linux-6.6/include/scsi/ |
H A D | scsi_device.h | 534 #define scmd_channel(scmd) sdev_channel((scmd)->device) macro
|
/kernel/linux/linux-5.10/drivers/scsi/aic7xxx/ |
H A D | aic7xxx_osm.c | 765 found = ahc_reset_channel(ahc, scmd_channel(cmd) + 'A', in ahc_linux_bus_reset() 2112 scmd_channel(cmd) + 'A', in ahc_linux_queue_recovery_cmd()
|
H A D | aic79xx_osm.c | 881 found = ahd_reset_channel(ahd, scmd_channel(cmd) + 'A', in ahd_linux_bus_reset()
|
/kernel/linux/linux-6.6/drivers/scsi/aic7xxx/ |
H A D | aic7xxx_osm.c | 764 found = ahc_reset_channel(ahc, scmd_channel(cmd) + 'A', in ahc_linux_bus_reset() 2110 scmd_channel(cmd) + 'A', in ahc_linux_queue_recovery_cmd()
|
H A D | aic79xx_osm.c | 875 found = ahd_reset_channel(ahd, scmd_channel(cmd) + 'A', in ahd_linux_bus_reset()
|
Completed in 54 milliseconds