Searched refs:nd_size_out (Results 1 - 6 of 6) sorted by relevance

/linux-master/drivers/acpi/nfit/
H A Dintel.c65 .nd_size_out =
130 .nd_size_out = ND_INTEL_STATUS_SIZE,
163 .nd_size_out = ND_INTEL_STATUS_SIZE,
206 .nd_size_out = ND_INTEL_STATUS_SIZE,
245 .nd_size_out = ND_INTEL_STATUS_SIZE,
287 .nd_size_out = ND_INTEL_STATUS_SIZE,
328 .nd_size_out = ND_INTEL_STATUS_SIZE,
365 .nd_size_out = ND_INTEL_STATUS_SIZE,
417 .nd_size_out =
529 .nd_size_out
[all...]
H A Dcore.c584 min(call_pkg->nd_fw_size, call_pkg->nd_size_out));
/linux-master/include/uapi/linux/
H A Dndctl.h225 * the call. If nd_fw_size is greater than size of nd_size_out, only
226 * the first nd_size_out bytes are returned.
233 __u32 nd_size_out; /* INPUT: size of payload */ member in struct:nd_cmd_pkg
/linux-master/arch/powerpc/platforms/pseries/
H A Dpapr_scm.c753 if (nd_cmd->nd_size_out < ND_PDSM_HDR_SIZE) {
1011 pkg->nd_size_out != (pdsc->size_out + ND_PDSM_HDR_SIZE)) {
1013 pdsm, pkg->nd_size_out);
/linux-master/tools/testing/nvdimm/test/
H A Dnfit.c1373 buf_len = call_pkg->nd_size_in + call_pkg->nd_size_out;
1524 buf_len = call_pkg->nd_size_in + call_pkg->nd_size_out;
1550 buf_len = call_pkg->nd_size_in + call_pkg->nd_size_out;
3098 .nd_size_out = cmd_size,
/linux-master/drivers/nvdimm/
H A Dbus.c924 return pkg->nd_size_out;

Completed in 142 milliseconds