Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/nvme/target/
Dnvmet.h709 void nvmet_destroy_auth(struct nvmet_ctrl *ctrl);
733 static inline void nvmet_destroy_auth(struct nvmet_ctrl *ctrl) {}; in nvmet_destroy_auth() function
Dauth.c233 void nvmet_destroy_auth(struct nvmet_ctrl *ctrl) in nvmet_destroy_auth() function
Dcore.c1487 nvmet_destroy_auth(ctrl); in nvmet_ctrl_free()