Home
last modified time | relevance | path

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

/linux/drivers/nvme/target/
H A Dnvmet.h927 void nvmet_auth_sq_destroy(struct nvmet_sq *sq);
954 static inline void nvmet_auth_sq_destroy(struct nvmet_sq *sq) {}; in nvmet_auth_sq_destroy() function
H A Dauth.c241 void nvmet_auth_sq_destroy(struct nvmet_sq *sq) in nvmet_auth_sq_destroy() function
H A Dcore.c988 nvmet_auth_sq_destroy(sq); in nvmet_sq_destroy()