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

/linux-master/drivers/nvme/target/
H A Dfabrics-cmd.c12 u64 val = le64_to_cpu(req->cmd->prop_set.value);
18 if (req->cmd->prop_set.attrib & 1) {
25 switch (le32_to_cpu(req->cmd->prop_set.offset)) {
/linux-master/drivers/nvme/host/
H A Dfabrics.c267 cmd.prop_set.opcode = nvme_fabrics_command;
268 cmd.prop_set.fctype = nvme_fabrics_type_property_set;
269 cmd.prop_set.attrib = 0;
270 cmd.prop_set.offset = cpu_to_le32(off);
271 cmd.prop_set.value = cpu_to_le64(val);
/linux-master/include/linux/
H A Dnvme.h1804 struct nvmf_property_set_command prop_set; member in union:nvme_command::__anon2321

Completed in 193 milliseconds