Searched defs:nvmet_fabrics_ops (Results 1 – 1 of 1) sorted by relevance
199 struct nvmet_fabrics_ops { struct200 struct module *owner;201 unsigned int type;202 unsigned int sqe_inline_size;203 unsigned int msdbd;204 bool has_keyed_sgls : 1;228 struct nvmet_fabrics_ops *ops; argument