Home
last modified time | relevance | path

Searched refs:nvmf_connect_command (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/drivers/nvme/target/
H A Dfabrics-cmd.c174 struct nvmf_connect_command *c = &req->cmd->connect; in nvmet_install_queue()
183 req->error_loc = offsetof(struct nvmf_connect_command, sqsize); in nvmet_install_queue()
191 req->error_loc = offsetof(struct nvmf_connect_command, qid); in nvmet_install_queue()
199 req->error_loc = offsetof(struct nvmf_connect_command, sqsize); in nvmet_install_queue()
207 req->error_loc = offsetof(struct nvmf_connect_command, opcode); in nvmet_install_queue()
261 struct nvmf_connect_command *c = &req->cmd->connect; in nvmet_execute_admin_connect()
288 args.error_loc = offsetof(struct nvmf_connect_command, recfmt); in nvmet_execute_admin_connect()
330 struct nvmf_connect_command *c = &req->cmd->connect; in nvmet_execute_io_connect()
H A Dnvmet.h66 (cpu_to_le32(offsetof(struct nvmf_connect_command, x)))
/linux-6.15/drivers/nvme/host/
H A Dfabrics.c352 case (offsetof(struct nvmf_connect_command, qid)): in nvmf_log_connect_error()
1540 BUILD_BUG_ON(sizeof(struct nvmf_connect_command) != 64); in nvmf_exit()
/linux-6.15/include/linux/
H A Dnvme.h1622 struct nvmf_connect_command { struct
1918 struct nvmf_connect_command connect;