Searched refs:hrr_queue (Results 1 – 1 of 1) sorted by relevance
5416 static int ipr_process_hrrq(struct ipr_hrr_queue *hrr_queue, int budget, in ipr_process_hrrq() argument5422 struct ipr_ioa_cfg *ioa_cfg = hrr_queue->ioa_cfg; in ipr_process_hrrq()5426 if (!hrr_queue->allow_interrupts) in ipr_process_hrrq()5429 while ((be32_to_cpu(*hrr_queue->hrrq_curr) & IPR_HRRQ_TOGGLE_BIT) == in ipr_process_hrrq()5430 hrr_queue->toggle_bit) { in ipr_process_hrrq()5432 cmd_index = (be32_to_cpu(*hrr_queue->hrrq_curr) & in ipr_process_hrrq()5436 if (unlikely(cmd_index > hrr_queue->max_cmd_id || in ipr_process_hrrq()5437 cmd_index < hrr_queue->min_cmd_id)) { in ipr_process_hrrq()5451 if (hrr_queue->hrrq_curr < hrr_queue->hrrq_end) { in ipr_process_hrrq()5452 hrr_queue->hrrq_curr++; in ipr_process_hrrq()[all …]