Searched refs:tid_cur (Results 1 – 1 of 1) sorted by relevance
| /freebsd-11-stable/sys/dev/aic7xxx/ |
| HD | aic79xx.c | 207 u_int tid_prev, u_int tid_cur, 7726 u_int tid_cur, u_int tid_next) in ahd_stitch_tid_list() argument 7730 if (SCBID_IS_NULL(tid_cur)) { in ahd_stitch_tid_list() 7745 ahd_outw(ahd, WAITING_TID_HEAD, tid_cur); in ahd_stitch_tid_list() 7748 ahd_outw(ahd, SCB_NEXT2, tid_cur); in ahd_stitch_tid_list() 7750 ahd_set_scbptr(ahd, tid_cur); in ahd_stitch_tid_list() 7754 ahd_outw(ahd, WAITING_TID_TAIL, tid_cur); in ahd_stitch_tid_list()
|