Home
last modified time | relevance | path

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

/openbmc/linux/drivers/nvme/target/
H A Dfabrics-cmd-auth.c193 offsetof(struct nvmf_auth_send_command, secp); in nvmet_execute_auth_send()
199 offsetof(struct nvmf_auth_send_command, spsp0); in nvmet_execute_auth_send()
205 offsetof(struct nvmf_auth_send_command, spsp1); in nvmet_execute_auth_send()
212 offsetof(struct nvmf_auth_send_command, tl); in nvmet_execute_auth_send()
/openbmc/linux/include/linux/
H A Dnvme.h1582 struct nvmf_auth_send_command { struct
1805 struct nvmf_auth_send_command auth_send;
/openbmc/linux/drivers/nvme/host/
H A Dfabrics.c1415 BUILD_BUG_ON(sizeof(struct nvmf_auth_send_command) != 64); in nvmf_exit()