Lines Matching defs:ipr_hrr_queue
498 struct ipr_hrr_queue { struct
499 struct ipr_ioa_cfg *ioa_cfg;
500 __be32 *host_rrq;
501 dma_addr_t host_rrq_dma;
507 volatile __be32 *hrrq_start;
508 volatile __be32 *hrrq_end;
509 volatile __be32 *hrrq_curr;
511 struct list_head hrrq_free_q;
512 struct list_head hrrq_pending_q;
513 spinlock_t _lock;
514 spinlock_t *lock;
516 volatile u32 toggle_bit;
517 u32 size;
518 u32 min_cmd_id;
519 u32 max_cmd_id;
520 u8 allow_interrupts:1;
521 u8 ioa_is_dead:1;
522 u8 allow_cmds:1;
523 u8 removing_ioa:1;
525 struct irq_poll iopoll;