Searched refs:ASC_TID_TO_TARGET_ID (Results 1 – 3 of 3) sorted by relevance
534 ccb->scsiq.q1.target_id = ASC_TID_TO_TARGET_ID(sc_link->target); in adv_scsi_cmd()
1141 ASC_TID_TO_TARGET_ID(sc->chip_scsi_id)); in AscInitMicroCodeVar()1701 target_id = ASC_TID_TO_TARGET_ID(tid_no); in AscIsrChipHalted()2913 target_id = ASC_TID_TO_TARGET_ID(tid_no); in AscResetDevice()
425 #define ASC_TID_TO_TARGET_ID(tid) (ASC_SCSI_BIT_ID_TYPE)(0x01 << (tid)) macro