Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/nvme/host/
Dnvme.h1135 void nvme_auth_free(struct nvme_ctrl *ctrl);
1157 static inline void nvme_auth_free(struct nvme_ctrl *ctrl) {}; in nvme_auth_free() function
Dauth.c990 void nvme_auth_free(struct nvme_ctrl *ctrl) in nvme_auth_free() function
1008 EXPORT_SYMBOL_GPL(nvme_auth_free);
Dcore.c4740 nvme_auth_free(ctrl); in nvme_free_ctrl()