Lines Matching defs:ipr_hrr_queue
493 struct ipr_hrr_queue { struct
494 struct ipr_ioa_cfg *ioa_cfg;
495 __be32 *host_rrq;
496 dma_addr_t host_rrq_dma;
502 volatile __be32 *hrrq_start;
503 volatile __be32 *hrrq_end;
504 volatile __be32 *hrrq_curr;
506 struct list_head hrrq_free_q;
507 struct list_head hrrq_pending_q;
508 spinlock_t _lock;
509 spinlock_t *lock;
511 volatile u32 toggle_bit;
512 u32 size;
513 u32 min_cmd_id;
514 u32 max_cmd_id;
515 u8 allow_interrupts:1;
516 u8 ioa_is_dead:1;
517 u8 allow_cmds:1;
518 u8 removing_ioa:1;
520 struct blk_iopoll iopoll;