Searched refs:tid_next (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/powerpc/include/ |
H A D | pcpu.h | 98 int tid_next; \
|
/freebsd/sys/powerpc/booke/ |
H A D | booke_machdep.c | 406 pcpu->pc_booke.tid_next = TID_MIN; in cpu_pcpu_init()
|
/freebsd/sys/dev/aic7xxx/ |
H A D | aic79xx.c | 202 u_int tid_next); 7377 u_int tid_next; in ahd_search_qinfifo() local 7477 tid_next = ahd_inw(ahd, WAITING_TID_HEAD); in ahd_search_qinfifo() 7480 for (scbid = tid_next; !SCBID_IS_NULL(scbid); scbid = tid_next) { in ahd_search_qinfifo() 7502 tid_next = ahd_inw_scbram(ahd, SCB_NEXT2); in ahd_search_qinfifo() 7581 ahd_stitch_tid_list(ahd, tid_prev, tid_head, tid_next); in ahd_search_qinfifo() 7663 u_int tid_cur, u_int tid_next) in ahd_stitch_tid_list() argument 7670 ahd_outw(ahd, WAITING_TID_HEAD, tid_next); in ahd_stitch_tid_list() 7673 ahd_outw(ahd, SCB_NEXT2, tid_next); in ahd_stitch_tid_list() 7675 if (SCBID_IS_NULL(tid_next)) in ahd_stitch_tid_list() [all …]
|