Home
last modified time | relevance | path

Searched defs:ipr_hrr_queue (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-4.19/drivers/scsi/
Dipr.h498 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;
[all …]
/kernel/linux/linux-5.10/drivers/scsi/
Dipr.h485 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;
[all …]