Searched defs:nvmf_transport_ops (Results 1 – 1 of 1) sorted by relevance
131 struct nvmf_transport_ops { struct132 struct list_head entry;133 struct module *module;134 const char *name;135 int required_opts;136 int allowed_opts;160 int nvmf_register_transport(struct nvmf_transport_ops *ops); argument