Home
last modified time | relevance | path

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

/linux/drivers/nvme/target/
H A Dnvmet.h384 struct nvmet_host { struct
394 static inline struct nvmet_host *to_host(struct config_item *item) in to_host() argument
396 return container_of(to_config_group(item), struct nvmet_host, group); in to_host()
399 static inline char *nvmet_host_name(struct nvmet_host *host) in nvmet_host_name()
406 struct nvmet_host *host;
673 struct nvmet_host *host);
920 int nvmet_auth_set_key(struct nvmet_host *host, const char *secret,
922 int nvmet_auth_set_host_hash(struct nvmet_host *host, const char *hash);
H A Dconfigfs.c1139 struct nvmet_host *host; in nvmet_allowed_hosts_allow_link()
1181 struct nvmet_host *host = to_host(target); in nvmet_allowed_hosts_drop_link()
2140 struct nvmet_host *host = to_host(item); in nvmet_host_dhchap_key_store()
2173 struct nvmet_host *host = to_host(item); in nvmet_host_dhchap_ctrl_key_store()
2190 struct nvmet_host *host = to_host(item); in nvmet_host_dhchap_hash_show()
2199 struct nvmet_host *host = to_host(item); in nvmet_host_dhchap_hash_store()
2214 struct nvmet_host *host = to_host(item); in nvmet_host_dhchap_dhgroup_show()
2223 struct nvmet_host *host = to_host(item); in nvmet_host_dhchap_dhgroup_store()
2252 struct nvmet_host *host = to_host(item); in nvmet_host_release()
2276 struct nvmet_host *host; in nvmet_hosts_make_group()
H A Dauth.c22 int nvmet_auth_set_key(struct nvmet_host *host, const char *secret, in nvmet_auth_set_key()
137 struct nvmet_host *host = NULL; in nvmet_setup_auth()