Home
last modified time | relevance | path

Searched refs:outlist_rptr (Results 1 – 2 of 2) sorted by relevance

/dragonfly/sys/dev/raid/hptiop/
H A Dhptiop.h362 u_int32_t outlist_rptr; member
H A Dhptiop.c784 while (hba->u.mvfrey.outlist_rptr != cptr) { in hptiop_intr_mvfrey()
785 hba->u.mvfrey.outlist_rptr++; in hptiop_intr_mvfrey()
786 if (hba->u.mvfrey.outlist_rptr == hba->u.mvfrey.list_count) { in hptiop_intr_mvfrey()
787 hba->u.mvfrey.outlist_rptr = 0; in hptiop_intr_mvfrey()
790 _tag = hba->u.mvfrey.outlist[hba->u.mvfrey.outlist_rptr].val; in hptiop_intr_mvfrey()
1725 hba->u.mvfrey.outlist_rptr = hba->u.mvfrey.list_count - 1; in hptiop_reset_comm_mvfrey()