Home
last modified time | relevance | path

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

/linux/drivers/nvme/target/
H A Dfabrics-cmd-auth.c194 offsetof(struct nvmf_auth_send_command, secp); in nvmet_execute_auth_send()
200 offsetof(struct nvmf_auth_send_command, spsp0); in nvmet_execute_auth_send()
206 offsetof(struct nvmf_auth_send_command, spsp1); in nvmet_execute_auth_send()
213 offsetof(struct nvmf_auth_send_command, tl); in nvmet_execute_auth_send()
/linux/include/linux/
H A Dnvme.h1584 struct nvmf_auth_send_command { struct
1807 struct nvmf_auth_send_command auth_send;
/linux/drivers/nvme/host/
H A Dfabrics.c1500 BUILD_BUG_ON(sizeof(struct nvmf_auth_send_command) != 64); in nvmf_exit()