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

/linux-master/drivers/nvme/target/
H A Dfabrics-cmd.c139 struct nvmf_connect_command *c = &req->cmd->connect;
148 req->error_loc = offsetof(struct nvmf_connect_command, sqsize);
156 req->error_loc = offsetof(struct nvmf_connect_command, qid);
164 req->error_loc = offsetof(struct nvmf_connect_command, sqsize);
172 req->error_loc = offsetof(struct nvmf_connect_command, opcode);
210 struct nvmf_connect_command *c = &req->cmd->connect;
235 req->error_loc = offsetof(struct nvmf_connect_command, recfmt);
288 struct nvmf_connect_command *c = &req->cmd->connect;
H A Dnvmet.h57 (cpu_to_le32(offsetof(struct nvmf_connect_command, x)))
/linux-master/include/linux/
H A Dnvme.h1514 struct nvmf_connect_command { struct
1803 struct nvmf_connect_command connect;
/linux-master/drivers/nvme/host/
H A Dfabrics.c337 case (offsetof(struct nvmf_connect_command, qid)):
1484 BUILD_BUG_ON(sizeof(struct nvmf_connect_command) != 64);

Completed in 124 milliseconds