Lines Matching defs:nvmet_pci_epf_ctrl
158 struct nvmet_pci_epf_ctrl { struct
159 struct nvmet_pci_epf *nvme_epf;
160 struct nvmet_port *port;
161 struct nvmet_ctrl *tctrl;
162 struct device *dev;
164 unsigned int nr_queues;
165 struct nvmet_pci_epf_queue *sq;
166 struct nvmet_pci_epf_queue *cq;
167 unsigned int sq_ab;
169 mempool_t iod_pool;
170 void *bar;
171 u64 cap;
172 u32 cc;
173 u32 csts;
175 size_t io_sqes;
176 size_t io_cqes;
178 size_t mps_shift;
179 size_t mps;
180 size_t mps_mask;
182 unsigned int mdts;
184 struct delayed_work poll_cc;
185 struct delayed_work poll_sqs;
209 struct nvmet_pci_epf_ctrl ctrl; argument