nvmf_transport_ops
struct nvmf_transport_ops *ops;
int nvmf_register_transport(struct nvmf_transport_ops *ops)
void nvmf_unregister_transport(struct nvmf_transport_ops *ops)
static struct nvmf_transport_ops *nvmf_lookup_transport(
struct nvmf_transport_ops *ops;
int nvmf_register_transport(struct nvmf_transport_ops *ops);
void nvmf_unregister_transport(struct nvmf_transport_ops *ops);
static struct nvmf_transport_ops nvme_fc_transport = {
static struct nvmf_transport_ops nvme_rdma_transport = {
static struct nvmf_transport_ops nvme_tcp_transport = {
static struct nvmf_transport_ops nvme_loop_transport = {