Home
last modified time | relevance | path

Searched refs:aac_logical_to_phys (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/drivers/scsi/aacraid/
Dlinit.c397 chn = aac_logical_to_phys(sdev_channel(sdev)); in aac_slave_configure()
517 chn = aac_logical_to_phys(sdev_channel(sdev)); in aac_change_queue_depth()
679 bus = aac_logical_to_phys(scmd_channel(cmd)); in aac_eh_abort()
897 bus = aac_logical_to_phys(scmd_channel(cmd)); in aac_eh_dev_reset()
955 bus = aac_logical_to_phys(scmd_channel(cmd)); in aac_eh_target_reset()
1011 cmd_bus = aac_logical_to_phys(scmd_channel(cmd)); in aac_eh_bus_reset()
1023 bus = aac_logical_to_phys(scmd_channel(cmd)); in aac_eh_bus_reset()
Daachba.c1500 srbcmd->channel = cpu_to_le32(aac_logical_to_phys(scmd_channel(cmd))); in aac_scsi_common()
1540 bus = aac_logical_to_phys(scmd_channel(cmd)); in aac_construct_hbacmd()
2894 bus = aac_logical_to_phys(scmd_channel(scsicmd)); in aac_scsi_cmd()
3722 bus = aac_logical_to_phys(scmd_channel(scsicmd)); in hba_resp_task_failure()
Daacraid.h421 #define aac_logical_to_phys(x) ((x)?(x)-1:0) macro