Lines Matching refs:dpa
35 struct resource dpa;
121 return __le64_to_cpu(nd_label->cxl.dpa);
122 return __le64_to_cpu(nd_label->efi.dpa);
126 struct nd_namespace_label *nd_label, u64 dpa)
129 nd_label->cxl.dpa = __cpu_to_le64(dpa);
131 nd_label->efi.dpa = __cpu_to_le64(dpa);
362 for (res = (ndd)->dpa.child; res; res = res->sibling)
365 for (res = (ndd)->dpa.child, next = res ? res->sibling : NULL; \