Home
last modified time | relevance | path

Searched refs:auth_common (Results 1 – 2 of 2) sorted by relevance

/linux-6.1.9/drivers/nvme/host/
Dauth.c58 cmd.auth_common.opcode = nvme_fabrics_command; in nvme_auth_submit()
59 cmd.auth_common.secp = NVME_AUTH_DHCHAP_PROTOCOL_IDENTIFIER; in nvme_auth_submit()
60 cmd.auth_common.spsp0 = 0x01; in nvme_auth_submit()
61 cmd.auth_common.spsp1 = 0x01; in nvme_auth_submit()
/linux-6.1.9/include/linux/
Dnvme.h1761 struct nvmf_auth_common_command auth_common; member