Home
last modified time | relevance | path

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

/openbmc/linux/drivers/nvme/target/
H A Dfabrics-cmd-auth.c344 nvmet_auth_sq_free(req->sq); in nvmet_execute_auth_send()
518 nvmet_auth_sq_free(req->sq); in nvmet_execute_auth_receive()
520 nvmet_auth_sq_free(req->sq); in nvmet_execute_auth_receive()
H A Dnvmet.h706 void nvmet_auth_sq_free(struct nvmet_sq *sq);
730 static inline void nvmet_auth_sq_free(struct nvmet_sq *sq) {}; in nvmet_auth_sq_free() function
H A Dauth.c222 void nvmet_auth_sq_free(struct nvmet_sq *sq) in nvmet_auth_sq_free() function
H A Dcore.c807 nvmet_auth_sq_free(sq); in nvmet_sq_destroy()