Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/scsi/
Dhptiop.c938 hba->u.mvfrey.inlist_wptr++; in hptiop_post_req_mvfrey()
939 index = hba->u.mvfrey.inlist_wptr & 0x3fff; in hptiop_post_req_mvfrey()
943 hba->u.mvfrey.inlist_wptr &= ~0x3fff; in hptiop_post_req_mvfrey()
944 hba->u.mvfrey.inlist_wptr ^= CL_POINTER_TOGGLE; in hptiop_post_req_mvfrey()
950 writel(hba->u.mvfrey.inlist_wptr, in hptiop_post_req_mvfrey()
990 hba->u.mvfrey.inlist_wptr = (list_count - 1) | CL_POINTER_TOGGLE; in hptiop_reset_comm_mvfrey()
Dhptiop.h291 __le32 inlist_wptr; member