Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/scsi/cxlflash/
Docxl_hw.h50 struct ocxlflash_context { struct
51 struct ocxl_hw_afu *hw_afu; /* HW AFU back pointer */
52 struct address_space *mapping; /* Mapping for pseudo filesystem */
53 bool master; /* Whether this is a master context */
54 int pe; /* Process element */
56 phys_addr_t psn_phys; /* Process mapping */
57 u64 psn_size; /* Process mapping size */
59 spinlock_t slock; /* Protects irq/fault/event updates */
60 wait_queue_head_t wq; /* Wait queue for poll and interrupts */
61 struct mutex state_mutex; /* Mutex to update context state */
[all …]