Searched refs:auth_send (Results 1 – 2 of 2) sorted by relevance
229 return le32_to_cpu(req->cmd->auth_send.tl); in nvmet_auth_send_data_len()241 if (req->cmd->auth_send.secp != NVME_AUTH_DHCHAP_PROTOCOL_IDENTIFIER) { in nvmet_execute_auth_send()247 if (req->cmd->auth_send.spsp0 != 0x01) { in nvmet_execute_auth_send()253 if (req->cmd->auth_send.spsp1 != 0x01) { in nvmet_execute_auth_send()
59 void *data, size_t data_len, bool auth_send) in nvme_auth_submit() argument75 if (auth_send) { in nvme_auth_submit()76 cmd.auth_send.fctype = nvme_fabrics_type_auth_send; in nvme_auth_submit()77 cmd.auth_send.tl = cpu_to_le32(data_len); in nvme_auth_submit()