Searched defs:nvmf_transport_ops (Results 1 – 1 of 1) sorted by relevance
170 struct nvmf_transport_ops { struct171 struct list_head entry;172 struct module *module;173 const char *name;174 int required_opts;175 int allowed_opts;176 struct nvme_ctrl *(*create_ctrl)(struct device *dev,