Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/nvme/target/
Dfabrics-cmd-auth.c444 offsetof(struct nvmf_auth_receive_command, secp); in nvmet_execute_auth_receive()
450 offsetof(struct nvmf_auth_receive_command, spsp0); in nvmet_execute_auth_receive()
456 offsetof(struct nvmf_auth_receive_command, spsp1); in nvmet_execute_auth_receive()
463 offsetof(struct nvmf_auth_receive_command, al); in nvmet_execute_auth_receive()
/Linux-v6.1/include/linux/
Dnvme.h1553 struct nvmf_auth_receive_command { struct
1762 struct nvmf_auth_receive_command auth_receive;
/Linux-v6.1/drivers/nvme/host/
Dfabrics.c1286 BUILD_BUG_ON(sizeof(struct nvmf_auth_receive_command) != 64); in nvmf_exit()