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