Searched refs:auth_send (Results 1 – 3 of 3) sorted by relevance
190 if (req->cmd->auth_send.secp != NVME_AUTH_DHCHAP_PROTOCOL_IDENTIFIER) { in nvmet_execute_auth_send()196 if (req->cmd->auth_send.spsp0 != 0x01) { in nvmet_execute_auth_send()202 if (req->cmd->auth_send.spsp1 != 0x01) { in nvmet_execute_auth_send()208 tl = le32_to_cpu(req->cmd->auth_send.tl); in nvmet_execute_auth_send()
51 void *data, size_t data_len, bool auth_send) in nvme_auth_submit() argument62 if (auth_send) { in nvme_auth_submit()63 cmd.auth_send.fctype = nvme_fabrics_type_auth_send; in nvme_auth_submit()64 cmd.auth_send.tl = cpu_to_le32(data_len); in nvme_auth_submit()
1762 struct nvmf_auth_send_command auth_send; member