Home
last modified time | relevance | path

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

/spdk/include/spdk/
H A Dnvmf_spec.h183 struct spdk_nvmf_fabric_auth_send_cmd { struct
197 SPDK_STATIC_ASSERT(sizeof(struct spdk_nvmf_fabric_auth_send_cmd) == 64, "Incorrect size"); argument
/spdk/test/unit/lib/nvmf/auth.c/
H A Dauth_ut.c124 struct spdk_nvmf_fabric_auth_send_cmd send_cmd = {}; in test_auth_send_recv_error()
266 struct spdk_nvmf_fabric_auth_send_cmd cmd = {}; in test_auth_negotiate()
527 struct spdk_nvmf_fabric_auth_send_cmd cmd = {}; in test_auth_timeout()
860 struct spdk_nvmf_fabric_auth_send_cmd cmd = {}; in test_auth_reply()
/spdk/lib/nvmf/
H A Dauth.c537 struct spdk_nvmf_fabric_auth_send_cmd *cmd = &req->cmd->auth_send_cmd; in nvmf_auth_send_exec()
/spdk/lib/nvme/
H A Dnvme_auth.c670 struct spdk_nvmf_fabric_auth_send_cmd scmd = {}; in nvme_auth_submit_request()