Home
last modified time | relevance | path

Searched refs:nvmf_auth_receive_command (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/nvme/target/
H A Dfabrics-cmd-auth.c441 offsetof(struct nvmf_auth_receive_command, secp); in nvmet_execute_auth_receive()
447 offsetof(struct nvmf_auth_receive_command, spsp0); in nvmet_execute_auth_receive()
453 offsetof(struct nvmf_auth_receive_command, spsp1); in nvmet_execute_auth_receive()
460 offsetof(struct nvmf_auth_receive_command, al); in nvmet_execute_auth_receive()
/openbmc/linux/include/linux/
H A Dnvme.h1597 struct nvmf_auth_receive_command { struct
1806 struct nvmf_auth_receive_command auth_receive;
/openbmc/linux/drivers/nvme/host/
H A Dfabrics.c1416 BUILD_BUG_ON(sizeof(struct nvmf_auth_receive_command) != 64); in nvmf_exit()