Home
last modified time | relevance | path

Searched refs:nvmet_auth_sq_free (Results 1 – 4 of 4) sorted by relevance

/linux-6.1.9/drivers/nvme/target/
Dfabrics-cmd-auth.c350 nvmet_auth_sq_free(req->sq); in nvmet_execute_auth_send()
532 nvmet_auth_sq_free(req->sq); in nvmet_execute_auth_receive()
534 nvmet_auth_sq_free(req->sq); in nvmet_execute_auth_receive()
Dnvmet.h710 void nvmet_auth_sq_free(struct nvmet_sq *sq);
734 static inline void nvmet_auth_sq_free(struct nvmet_sq *sq) {}; in nvmet_auth_sq_free() function
Dauth.c222 void nvmet_auth_sq_free(struct nvmet_sq *sq) in nvmet_auth_sq_free() function
Dcore.c801 nvmet_auth_sq_free(sq); in nvmet_sq_destroy()