Searched defs:nvmf_transport_ops (Results 1 – 1 of 1) sorted by relevance
174 struct nvmf_transport_ops { struct175 struct list_head entry;176 struct module *module;177 const char *name;178 int required_opts;179 int allowed_opts;180 struct nvme_ctrl *(*create_ctrl)(struct device *dev,