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.c245 offsetof(struct nvmf_auth_send_command, secp); in nvmet_execute_auth_send()
251 offsetof(struct nvmf_auth_send_command, spsp0); in nvmet_execute_auth_send()
257 offsetof(struct nvmf_auth_send_command, spsp1); in nvmet_execute_auth_send()
264 offsetof(struct nvmf_auth_send_command, tl); in nvmet_execute_auth_send()
/linux/include/linux/
H A Dnvme.h1768 struct nvmf_auth_send_command { struct
1998 struct nvmf_auth_send_command auth_send;
/linux/drivers/nvme/host/
H A Dfabrics.c1543 BUILD_BUG_ON(sizeof(struct nvmf_auth_send_command) != 64); in nvmf_exit()