Home
last modified time | relevance | path

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

/linux-6.14.4/drivers/nvme/target/
Dfabrics-cmd-auth.c199 offsetof(struct nvmf_auth_send_command, secp); in nvmet_execute_auth_send()
205 offsetof(struct nvmf_auth_send_command, spsp0); in nvmet_execute_auth_send()
211 offsetof(struct nvmf_auth_send_command, spsp1); in nvmet_execute_auth_send()
218 offsetof(struct nvmf_auth_send_command, tl); in nvmet_execute_auth_send()
/linux-6.14.4/include/linux/
Dnvme.h1692 struct nvmf_auth_send_command { struct
1915 struct nvmf_auth_send_command auth_send;
/linux-6.14.4/drivers/nvme/host/
Dfabrics.c1515 BUILD_BUG_ON(sizeof(struct nvmf_auth_send_command) != 64); in nvmf_exit()