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

/linux-master/drivers/scsi/aic7xxx/
H A Daic79xx_core.c8214 u_int tid_head; local
8247 tid_head = scbid;
8250 action, &tid_head, &tid_tail,
8300 && SCBID_IS_NULL(tid_head)
8310 tid_head = ahd_inw(ahd, MK_MESSAGE_SCB);
8315 if (tid_head != scbid)
8316 ahd_stitch_tid_list(ahd, tid_prev, tid_head, tid_next);
8317 if (!SCBID_IS_NULL(tid_head))
8318 tid_prev = tid_head;

Completed in 170 milliseconds