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