Searched defs:nvmf_transport_ops (Results 1 – 1 of 1) sorted by relevance
141 struct nvmf_transport_ops { struct142 struct list_head entry;143 struct module *module;144 const char *name;145 int required_opts;146 int allowed_opts;147 struct nvme_ctrl *(*create_ctrl)(struct device *dev,