Home
last modified time | relevance | path

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

/openbmc/linux/drivers/nvme/host/
H A Dnvme.h1112 void nvme_auth_free(struct nvme_ctrl *ctrl);
1134 static inline void nvme_auth_free(struct nvme_ctrl *ctrl) {}; in nvme_auth_free() function
H A Dauth.c993 void nvme_auth_free(struct nvme_ctrl *ctrl) in nvme_auth_free() function
1011 EXPORT_SYMBOL_GPL(nvme_auth_free);
H A Dcore.c4455 nvme_auth_free(ctrl); in nvme_free_ctrl()