Searched refs:SCB_GET_TAG (Results 1 – 3 of 3) sorted by relevance
834 ahd->scb_data.scbindex[SCB_GET_TAG(scb)] = scb; in ahd_swap_with_next_hscb()845 if (SCBID_IS_NULL(SCB_GET_TAG(scb))) in ahd_queue_scb()847 SCB_GET_TAG(scb)); in ahd_queue_scb()852 ahd->qinfifo[AHD_QIN_WRAP(ahd->qinfifonext)] = SCB_GET_TAG(scb); in ahd_queue_scb()874 SCB_GET_TAG(scb), scb->hscb->scsiid, in ahd_queue_scb()1404 if (ahd_get_scbptr(ahd) != SCB_GET_TAG(scb) in ahd_scb_active_in_fifo()2208 SCB_GET_TAG(scb)); in ahd_handle_seqint()2248 SCB_GET_LUN(scb), SCB_GET_TAG(scb), in ahd_handle_seqint()2275 tag = SCB_GET_TAG(scb); in ahd_handle_seqint()2341 SCB_GET_LUN(scb), SCB_GET_TAG(scb), in ahd_handle_seqint()[all …]
1760 printk("SCB %d done'd twice\n", SCB_GET_TAG(scb)); in ahd_done()2247 && SCB_GET_TAG(pending_scb) == active_scbptr) { in ahd_linux_queue_abort_cmd()2266 ahd_set_scbptr(ahd, SCB_GET_TAG(pending_scb)); in ahd_linux_queue_abort_cmd()
109 #define SCB_GET_TAG(scb) \ macro