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;170 int nvmf_register_transport(struct nvmf_transport_ops *ops); argument