Searched defs:nvmf_transport_ops (Results 1 – 1 of 1) sorted by relevance
157 struct nvmf_transport_ops { struct158 struct list_head entry;159 struct module *module;160 const char *name;161 int required_opts;162 int allowed_opts;186 int nvmf_register_transport(struct nvmf_transport_ops *ops); argument