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