Searched refs:hrr_queue (Results 1 – 1 of 1) sorted by relevance
5735 static int ipr_process_hrrq(struct ipr_hrr_queue *hrr_queue, int budget, in ipr_process_hrrq() argument5741 struct ipr_ioa_cfg *ioa_cfg = hrr_queue->ioa_cfg; in ipr_process_hrrq()5745 if (!hrr_queue->allow_interrupts) in ipr_process_hrrq()5748 while ((be32_to_cpu(*hrr_queue->hrrq_curr) & IPR_HRRQ_TOGGLE_BIT) == in ipr_process_hrrq()5749 hrr_queue->toggle_bit) { in ipr_process_hrrq()5751 cmd_index = (be32_to_cpu(*hrr_queue->hrrq_curr) & in ipr_process_hrrq()5755 if (unlikely(cmd_index > hrr_queue->max_cmd_id || in ipr_process_hrrq()5756 cmd_index < hrr_queue->min_cmd_id)) { in ipr_process_hrrq()5770 if (hrr_queue->hrrq_curr < hrr_queue->hrrq_end) { in ipr_process_hrrq()5771 hrr_queue->hrrq_curr++; in ipr_process_hrrq()[all …]