inlist_wptr       939 drivers/scsi/hptiop.c 	hba->u.mvfrey.inlist_wptr++;
inlist_wptr       940 drivers/scsi/hptiop.c 	index = hba->u.mvfrey.inlist_wptr & 0x3fff;
inlist_wptr       944 drivers/scsi/hptiop.c 		hba->u.mvfrey.inlist_wptr &= ~0x3fff;
inlist_wptr       945 drivers/scsi/hptiop.c 		hba->u.mvfrey.inlist_wptr ^= CL_POINTER_TOGGLE;
inlist_wptr       951 drivers/scsi/hptiop.c 	writel(hba->u.mvfrey.inlist_wptr,
inlist_wptr       991 drivers/scsi/hptiop.c 	hba->u.mvfrey.inlist_wptr = (list_count - 1) | CL_POINTER_TOGGLE;
inlist_wptr       291 drivers/scsi/hptiop.h 			__le32 inlist_wptr;