Home
last modified time | relevance | path

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

/linux/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()
421 req->error_loc = offsetof(struct nvmf_common_command, fctype); in nvmet_parse_connect_cmd()
/linux/include/linux/
H A Dnvme.h1627 struct nvmf_common_command { struct
1993 struct nvmf_common_command fabrics;
/linux/drivers/nvme/host/
H A Dfabrics.c1539 BUILD_BUG_ON(sizeof(struct nvmf_common_command) != 64); in nvmf_exit()