Home
last modified time | relevance | path

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

/freebsd/sys/dev/hptiop/
H A Dhptiop.c778 cptr = *hba->u.mvfrey.outlist_cptr & 0xff; in hptiop_intr_mvfrey()
779 while (hba->u.mvfrey.outlist_rptr != cptr) { in hptiop_intr_mvfrey()
780 hba->u.mvfrey.outlist_rptr++; in hptiop_intr_mvfrey()
781 if (hba->u.mvfrey.outlist_rptr == hba->u.mvfrey.list_count) { in hptiop_intr_mvfrey()
782 hba->u.mvfrey.outlist_rptr = 0; in hptiop_intr_mvfrey()
785 _tag = hba->u.mvfrey.outlist[hba->u.mvfrey.outlist_rptr].val; in hptiop_intr_mvfrey()
789 } while (cptr != (*hba->u.mvfrey.outlist_cptr & 0xff)); in hptiop_intr_mvfrey()
863 hba->u.mvfrey.inlist_wptr++; in hptiop_send_sync_request_mvfrey()
864 index = hba->u.mvfrey.inlist_wptr & 0x3fff; in hptiop_send_sync_request_mvfrey()
866 if (index == hba->u.mvfrey.list_count) { in hptiop_send_sync_request_mvfrey()
[all …]
H A Dhptiop.h364 } mvfrey; member