Searched defs:ipr_hrr_queue (Results 1 – 1 of 1) sorted by relevance
498 struct ipr_hrr_queue { struct499 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;[all …]