Searched refs:hrr_queue (Results 1 – 1 of 1) sorted by relevance
5413 static int ipr_process_hrrq(struct ipr_hrr_queue *hrr_queue, int budget, in ipr_process_hrrq() argument5419 struct ipr_ioa_cfg *ioa_cfg = hrr_queue->ioa_cfg; in ipr_process_hrrq()5423 if (!hrr_queue->allow_interrupts) in ipr_process_hrrq()5426 while ((be32_to_cpu(*hrr_queue->hrrq_curr) & IPR_HRRQ_TOGGLE_BIT) == in ipr_process_hrrq()5427 hrr_queue->toggle_bit) { in ipr_process_hrrq()5429 cmd_index = (be32_to_cpu(*hrr_queue->hrrq_curr) & in ipr_process_hrrq()5433 if (unlikely(cmd_index > hrr_queue->max_cmd_id || in ipr_process_hrrq()5434 cmd_index < hrr_queue->min_cmd_id)) { in ipr_process_hrrq()5448 if (hrr_queue->hrrq_curr < hrr_queue->hrrq_end) { in ipr_process_hrrq()5449 hrr_queue->hrrq_curr++; in ipr_process_hrrq()[all …]