Lines Matching defs:nvmet_pci_epf_queue
80 struct nvmet_pci_epf_queue { struct
81 union {
85 struct nvmet_pci_epf_ctrl *ctrl;
86 unsigned long flags;
88 u64 pci_addr;
89 size_t pci_size;
90 struct pci_epc_map pci_map;
92 u16 qid;
93 u16 depth;
94 u16 vector;
95 u16 head;
96 u16 tail;
97 u16 phase;
98 u32 db;
100 size_t qes;
102 struct nvmet_pci_epf_irq_vector *iv;
103 struct workqueue_struct *iod_wq;
104 struct delayed_work work;
105 spinlock_t lock;
106 struct list_head list;