Lines Matching defs:tid_next
212 u_int tid_next);
7114 u_int tid_next;
7231 tid_next = ahd_inw(ahd, WAITING_TID_HEAD);
7234 for (scbid = tid_next; !SCBID_IS_NULL(scbid); scbid = tid_next) {
7260 tid_next = ahd_inw_scbram(ahd, SCB_NEXT2);
7278 ahd_stitch_tid_list(ahd, tid_prev, tid_head, tid_next);
7366 u_int tid_cur, u_int tid_next)
7374 ahd_outw(ahd, WAITING_TID_HEAD, tid_next);
7377 ahd_outw(ahd, SCB_NEXT2, tid_next);
7379 if (SCBID_IS_NULL(tid_next))
7391 ahd_outw(ahd, SCB_NEXT2, tid_next);
7393 if (SCBID_IS_NULL(tid_next))