Searched refs:inlist_wptr (Results 1 – 2 of 2) sorted by relevance
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()868 hba->u.mvfrey.inlist_wptr &= ~0x3fff; in hptiop_send_sync_request_mvfrey()869 hba->u.mvfrey.inlist_wptr ^= CL_POINTER_TOGGLE; in hptiop_send_sync_request_mvfrey()875 BUS_SPACE_WRT4_MVFREY2(inbound_write_ptr, hba->u.mvfrey.inlist_wptr); in hptiop_send_sync_request_mvfrey()1320 hba->u.mvfrey.inlist_wptr++; in hptiop_post_ioctl_command_mvfrey()1321 index = hba->u.mvfrey.inlist_wptr & 0x3fff; in hptiop_post_ioctl_command_mvfrey()1325 hba->u.mvfrey.inlist_wptr &= ~0x3fff; in hptiop_post_ioctl_command_mvfrey()1326 hba->u.mvfrey.inlist_wptr ^= CL_POINTER_TOGGLE; in hptiop_post_ioctl_command_mvfrey()1332 BUS_SPACE_WRT4_MVFREY2(inbound_write_ptr, hba->u.mvfrey.inlist_wptr); in hptiop_post_ioctl_command_mvfrey()[all …]
358 u_int32_t inlist_wptr; member