Lines Matching defs:ipr_hrr_queue
483 struct ipr_hrr_queue { struct
484 struct ipr_ioa_cfg *ioa_cfg;
485 __be32 *host_rrq;
486 dma_addr_t host_rrq_dma;
492 volatile __be32 *hrrq_start;
493 volatile __be32 *hrrq_end;
494 volatile __be32 *hrrq_curr;
496 struct list_head hrrq_free_q;
497 struct list_head hrrq_pending_q;
498 spinlock_t _lock;
499 spinlock_t *lock;
501 volatile u32 toggle_bit;
502 u32 size;
503 u32 min_cmd_id;
504 u32 max_cmd_id;
505 u8 allow_interrupts:1;
506 u8 ioa_is_dead:1;
507 u8 allow_cmds:1;
508 u8 removing_ioa:1;
510 struct irq_poll iopoll;