Searched refs:prop_get (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/nvme/target/
H A Dfabrics-cmd.c47 if (req->cmd->prop_get.attrib & 1) {
48 switch (le32_to_cpu(req->cmd->prop_get.offset)) {
57 switch (le32_to_cpu(req->cmd->prop_get.offset)) {
73 if (status && req->cmd->prop_get.attrib & 1) {
/linux-master/drivers/nvme/host/
H A Dfabrics.c178 cmd.prop_get.opcode = nvme_fabrics_command;
179 cmd.prop_get.fctype = nvme_fabrics_type_property_get;
180 cmd.prop_get.offset = cpu_to_le32(off);
223 cmd.prop_get.opcode = nvme_fabrics_command;
224 cmd.prop_get.fctype = nvme_fabrics_type_property_get;
225 cmd.prop_get.attrib = 1;
226 cmd.prop_get.offset = cpu_to_le32(off);
/linux-master/include/linux/
H A Dnvme.h1805 struct nvmf_property_get_command prop_get; member in union:nvme_command::__anon2321

Completed in 136 milliseconds