Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/scsi/
Dhptiop.c947 hba->u.mvfrey.inlist_wptr++; in hptiop_post_req_mvfrey()
948 index = hba->u.mvfrey.inlist_wptr & 0x3fff; in hptiop_post_req_mvfrey()
952 hba->u.mvfrey.inlist_wptr &= ~0x3fff; in hptiop_post_req_mvfrey()
953 hba->u.mvfrey.inlist_wptr ^= CL_POINTER_TOGGLE; in hptiop_post_req_mvfrey()
959 writel(hba->u.mvfrey.inlist_wptr, in hptiop_post_req_mvfrey()
999 hba->u.mvfrey.inlist_wptr = (list_count - 1) | CL_POINTER_TOGGLE; in hptiop_reset_comm_mvfrey()
Dhptiop.h299 __le32 inlist_wptr; member