Home
last modified time | relevance | path

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

/linux-6.15/drivers/nvme/target/
H A Dfabrics-cmd.c126 req->error_loc = offsetof(struct nvmf_common_command, fctype); in nvmet_parse_fabrics_admin_cmd()
165 req->error_loc = offsetof(struct nvmf_common_command, fctype); in nvmet_parse_fabrics_io_cmd()
413 req->error_loc = offsetof(struct nvmf_common_command, fctype); in nvmet_parse_connect_cmd()
/linux-6.15/include/linux/
H A Dnvme.h1551 struct nvmf_common_command { struct
1917 struct nvmf_common_command fabrics;
/linux-6.15/drivers/nvme/host/
H A Dfabrics.c1539 BUILD_BUG_ON(sizeof(struct nvmf_common_command) != 64); in nvmf_exit()