Home
last modified time | relevance | path

Searched refs:nvmet_fc_hostport (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.10/drivers/nvme/target/
Dfc.c151 struct nvmet_fc_hostport { struct
164 struct nvmet_fc_hostport *hostport; argument
992 struct nvmet_fc_hostport *hostport = in nvmet_fc_hostport_free()
993 container_of(ref, struct nvmet_fc_hostport, ref); in nvmet_fc_hostport_free()
1007 nvmet_fc_hostport_put(struct nvmet_fc_hostport *hostport) in nvmet_fc_hostport_put()
1013 nvmet_fc_hostport_get(struct nvmet_fc_hostport *hostport) in nvmet_fc_hostport_get()
1019 nvmet_fc_free_hostport(struct nvmet_fc_hostport *hostport) in nvmet_fc_free_hostport()
1028 static struct nvmet_fc_hostport *
1031 struct nvmet_fc_hostport *newhost, *host, *match = NULL; in nvmet_fc_alloc_hostport()