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

/linux-master/drivers/scsi/aic7xxx/
H A Daic79xx_core.c196 u_int tid_next);
8111 u_int tid_next; local
8210 tid_next = ahd_inw(ahd, WAITING_TID_HEAD);
8213 for (scbid = tid_next; !SCBID_IS_NULL(scbid); scbid = tid_next) {
8235 tid_next = ahd_inw_scbram(ahd, SCB_NEXT2);
8316 ahd_stitch_tid_list(ahd, tid_prev, tid_head, tid_next);
8399 u_int tid_cur, u_int tid_next)
8407 ahd_outw(ahd, WAITING_TID_HEAD, tid_next);
8410 ahd_outw(ahd, SCB_NEXT2, tid_next);
8398 ahd_stitch_tid_list(struct ahd_softc *ahd, u_int tid_prev, u_int tid_cur, u_int tid_next) argument
[all...]

Completed in 139 milliseconds