Searched refs:dhchap_auth_list (Results 1 – 2 of 2) sorted by relevance
/linux-6.1.9/drivers/nvme/host/ |
D | auth.c | 865 list_for_each_entry(chap, &ctrl->dhchap_auth_list, entry) { in nvme_auth_negotiate() 897 list_add(&chap->entry, &ctrl->dhchap_auth_list); in nvme_auth_negotiate() 910 list_for_each_entry(chap, &ctrl->dhchap_auth_list, entry) { in nvme_auth_wait() 928 list_for_each_entry(chap, &ctrl->dhchap_auth_list, entry) { in nvme_auth_reset() 975 INIT_LIST_HEAD(&ctrl->dhchap_auth_list); in nvme_auth_init_ctrl() 991 list_for_each_entry_safe(chap, tmp, &ctrl->dhchap_auth_list, entry) in nvme_auth_stop() 1002 list_for_each_entry_safe(chap, tmp, &ctrl->dhchap_auth_list, entry) { in nvme_auth_free()
|
D | nvme.h | 339 struct list_head dhchap_auth_list; member
|