Home
last modified time | relevance | path

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

/linux/drivers/scsi/aacraid/
H A Dlinit.c400 chn = aac_logical_to_phys(sdev_channel(sdev)); in aac_sdev_configure()
523 chn = aac_logical_to_phys(sdev_channel(sdev)); in aac_change_queue_depth()
694 bus = aac_logical_to_phys(scmd_channel(cmd)); in aac_eh_abort()
916 bus = aac_logical_to_phys(scmd_channel(cmd)); in aac_eh_dev_reset()
979 bus = aac_logical_to_phys(scmd_channel(cmd)); in aac_eh_target_reset()
1042 cmd_bus = aac_logical_to_phys(scmd_channel(cmd)); in aac_eh_bus_reset()
1054 bus = aac_logical_to_phys(scmd_channel(cmd)); in aac_eh_bus_reset()
H A Daacraid.h423 #define aac_logical_to_phys(x) ((x)?(x)-1:0) macro