Searched defs:nvmet_pci_epf_iod (Results 1 – 1 of 1) sorted by relevance
121 struct nvmet_pci_epf_iod { struct122 struct list_head link;124 struct nvmet_req req;125 struct nvme_command cmd;126 struct nvme_completion cqe;127 unsigned int status;129 struct nvmet_pci_epf_ctrl *ctrl;131 struct nvmet_pci_epf_queue *sq;132 struct nvmet_pci_epf_queue *cq;135 size_t data_len;[all …]