Lines Matching refs:scmd_id
645 cmd, scmd_id(cmd), hostdata->busy[scmd_id(cmd)], cmd->device->lun); in dequeue_next_cmd()
647 if (!(hostdata->busy[scmd_id(cmd)] & (1 << cmd->device->lun))) { in dequeue_next_cmd()
976 (disconnect_mask & BIT(scmd_id(cmd))); in NCR5380_select()
1080 NCR5380_write(OUTPUT_DATA_REG, hostdata->id_mask | (1 << scmd_id(cmd))); in NCR5380_select()
1129 dsprintk(NDEBUG_SELECTION, instance, "selecting target %d\n", scmd_id(cmd)); in NCR5380_select()
1195 scmd_id(cmd)); in NCR5380_select()
1747 hostdata->busy[scmd_id(cmd)] &= ~(1 << cmd->device->lun); in NCR5380_information_transfer()
1824 cmd, scmd_id(cmd), cmd->device->lun); in NCR5380_information_transfer()
1827 hostdata->busy[scmd_id(cmd)] &= ~(1 << cmd->device->lun); in NCR5380_information_transfer()
1874 cmd, scmd_id(cmd), cmd->device->lun); in NCR5380_information_transfer()
1980 hostdata->busy[scmd_id(cmd)] &= ~(1 << cmd->device->lun); in NCR5380_information_transfer()
2125 if (target_mask == (1 << scmd_id(cmd)) && in NCR5380_reselect()
2177 scmd_id(tmp), tmp->device->lun); in NCR5380_reselect()
2313 hostdata->busy[scmd_id(cmd)] &= ~(1 << cmd->device->lun); in NCR5380_abort()