Home
last modified time | relevance | path

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

/linux/drivers/nvme/host/
H A Dauth.c70 cmd.auth_common.opcode = nvme_fabrics_command; in nvme_auth_submit()
71 cmd.auth_common.secp = NVME_AUTH_DHCHAP_PROTOCOL_IDENTIFIER; in nvme_auth_submit()
72 cmd.auth_common.spsp0 = 0x01; in nvme_auth_submit()
73 cmd.auth_common.spsp1 = 0x01; in nvme_auth_submit()
/linux/include/linux/
H A Dnvme.h1886 struct nvmf_auth_common_command auth_common; member