Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/nvme/host/
Dauth.c69 cmd.auth_common.opcode = nvme_fabrics_command; in nvme_auth_submit()
70 cmd.auth_common.secp = NVME_AUTH_DHCHAP_PROTOCOL_IDENTIFIER; in nvme_auth_submit()
71 cmd.auth_common.spsp0 = 0x01; in nvme_auth_submit()
72 cmd.auth_common.spsp1 = 0x01; in nvme_auth_submit()
/Linux-v6.6/include/linux/
Dnvme.h1804 struct nvmf_auth_common_command auth_common; member