Searched refs:SCB_GET_TAG (Results 1 - 3 of 3) sorted by relevance

/drivers/scsi/aic7xxx/
H A Daic79xx_core.c842 ahd->scb_data.scbindex[SCB_GET_TAG(scb)] = scb;
853 if (SCBID_IS_NULL(SCB_GET_TAG(scb)))
855 SCB_GET_TAG(scb));
860 ahd->qinfifo[AHD_QIN_WRAP(ahd->qinfifonext)] = SCB_GET_TAG(scb);
882 SCB_GET_TAG(scb), scb->hscb->scsiid,
1412 if (ahd_get_scbptr(ahd) != SCB_GET_TAG(scb)
2228 SCB_GET_TAG(scb));
2268 SCB_GET_LUN(scb), SCB_GET_TAG(scb),
2295 tag = SCB_GET_TAG(scb);
2359 SCB_GET_LUN(scb), SCB_GET_TAG(sc
[all...]
H A Daic79xx_osm.c1799 printk("SCB %d done'd twice\n", SCB_GET_TAG(scb));
2292 && SCB_GET_TAG(pending_scb) == active_scbptr) {
2311 ahd_set_scbptr(ahd, SCB_GET_TAG(pending_scb));
H A Daic79xx.h109 #define SCB_GET_TAG(scb) \ macro

Completed in 255 milliseconds