Lines Matching defs:tid_next
228 u_int tid_next);
7107 u_int tid_next;
7206 tid_next = ahd_inw(ahd, WAITING_TID_HEAD);
7209 for (scbid = tid_next; !SCBID_IS_NULL(scbid); scbid = tid_next) {
7231 tid_next = ahd_inw_scbram(ahd, SCB_NEXT2);
7312 ahd_stitch_tid_list(ahd, tid_prev, tid_head, tid_next);
7394 u_int tid_cur, u_int tid_next)
7402 ahd_outw(ahd, WAITING_TID_HEAD, tid_next);
7405 ahd_outw(ahd, SCB_NEXT2, tid_next);
7407 if (SCBID_IS_NULL(tid_next))
7419 ahd_outw(ahd, SCB_NEXT2, tid_next);
7421 if (SCBID_IS_NULL(tid_next))