Lines Matching refs:nvmet_fc_hostport
154 struct nvmet_fc_hostport { struct
167 struct nvmet_fc_hostport *hostport; argument
986 struct nvmet_fc_hostport *hostport = in nvmet_fc_hostport_free()
987 container_of(ref, struct nvmet_fc_hostport, ref); in nvmet_fc_hostport_free()
1001 nvmet_fc_hostport_put(struct nvmet_fc_hostport *hostport) in nvmet_fc_hostport_put()
1007 nvmet_fc_hostport_get(struct nvmet_fc_hostport *hostport) in nvmet_fc_hostport_get()
1013 nvmet_fc_free_hostport(struct nvmet_fc_hostport *hostport) in nvmet_fc_free_hostport()
1022 static struct nvmet_fc_hostport *
1025 struct nvmet_fc_hostport *host; in nvmet_fc_match_hostport()
1039 static struct nvmet_fc_hostport *
1042 struct nvmet_fc_hostport *newhost, *match = NULL; in nvmet_fc_alloc_hostport()
2945 struct nvmet_fc_hostport *hostport = queue->assoc ? queue->assoc->hostport : NULL; in nvmet_fc_host_traddr()