Lines Matching defs:nvmet_pci_epf_ctrl
159 struct nvmet_pci_epf_ctrl { struct
160 struct nvmet_pci_epf *nvme_epf;
161 struct nvmet_port *port;
162 struct nvmet_ctrl *tctrl;
163 struct device *dev;
165 unsigned int nr_queues;
166 struct nvmet_pci_epf_queue *sq;
167 struct nvmet_pci_epf_queue *cq;
168 unsigned int sq_ab;
170 mempool_t iod_pool;
171 void *bar;
172 u64 cap;
173 u32 cc;
174 u32 csts;
176 size_t io_sqes;
177 size_t io_cqes;
179 size_t mps_shift;
180 size_t mps;
181 size_t mps_mask;
183 unsigned int mdts;
185 struct delayed_work poll_cc;
186 struct delayed_work poll_sqs;
210 struct nvmet_pci_epf_ctrl ctrl; argument