Searched defs:ipr_hrr_queue (Results 1 – 2 of 2) sorted by relevance
112866 struct ipr_hrr_queue { struct112867 struct ipr_ioa_cfg *ioa_cfg;112868 __be32 *host_rrq;112869 dma_addr_t host_rrq_dma;112870 volatile __be32 *hrrq_start;112871 volatile __be32 *hrrq_end;112872 volatile __be32 *hrrq_curr;112873 struct list_head hrrq_free_q;112874 struct list_head hrrq_pending_q;112875 spinlock_t _lock;[all …]