Searched refs:dsd (Results 1 – 14 of 14) sorted by relevance
| /linux/drivers/scsi/qla2xxx/ |
| H A D | qla_dsd.h | 12 static inline void append_dsd32(struct dsd32 **dsd, struct scatterlist *sg) in append_dsd32() argument 14 put_unaligned_le32(sg_dma_address(sg), &(*dsd)->address); in append_dsd32() 15 put_unaligned_le32(sg_dma_len(sg), &(*dsd)->length); in append_dsd32() 16 (*dsd)++; in append_dsd32() 25 static inline void append_dsd64(struct dsd64 **dsd, struct scatterlist *sg) in append_dsd64() argument 27 put_unaligned_le64(sg_dma_address(sg), &(*dsd)->address); in append_dsd64() 28 put_unaligned_le32(sg_dma_len(sg), &(*dsd)->length); in append_dsd64() 29 (*dsd)++; in append_dsd64()
|
| H A D | qla_target.h | 220 struct dsd32 dsd[3]; member 433 struct dsd64 dsd; member
|
| H A D | qla_mr.c | 3005 cur_dsd = &lcmd_pkt->dsd; in qlafx00_build_scsi_iocbs() 3018 cur_dsd = lcont_pkt.dsd; in qlafx00_build_scsi_iocbs() 3308 cur_dsd = lcont_pkt.dsd; in qlafx00_fxdisc_iocb() 3364 cur_dsd = lcont_pkt.dsd; in qlafx00_fxdisc_iocb()
|
| /linux/drivers/platform/x86/intel/pmc/ |
| H A D | pwrm_telemetry.c | 124 union acpi_object *pmc_find_telem_guid(union acpi_object *dsd) in pmc_find_telem_guid() argument 128 if (!dsd || dsd->type != ACPI_TYPE_PACKAGE) in pmc_find_telem_guid() 131 for (i = 0; i + 1 < dsd->package.count; i += 2) { in pmc_find_telem_guid() 135 uuid_obj = &dsd->package.elements[i]; in pmc_find_telem_guid() 136 data_obj = &dsd->package.elements[i + 1]; in pmc_find_telem_guid() 158 union acpi_object *dsd; in pmc_pwrm_acpi_probe() local 175 dsd = pmc_find_telem_guid(dsd_buf); in pmc_pwrm_acpi_probe() 176 if (!dsd) in pmc_pwrm_acpi_probe() 179 acpi_disc_t acpi_disc __free(kfree) = pmc_parse_telem_dsd(dsd, &header); in pmc_pwrm_acpi_probe()
|
| /linux/Documentation/firmware-guide/acpi/dsd/ |
| H A D | data-node-references.rst | 22 hierarchical data extension node [dsd-guide]. 87 Documentation/firmware-guide/acpi/dsd/graph.rst. 92 [dsd-guide] DSD Guide. 93 https://github.com/UEFI/DSD-Guide/blob/main/dsd-guide.adoc, referenced
|
| H A D | phy.rst | 14 for connecting PHYs on the MDIO bus [dsd-properties-rules] to the MAC layer. 17 Properties UUID For _DSD" [dsd-guide] document and the 63 in accordance with [dsd-guide] "_DSD Implementation Guide" document). 193 [dsd-properties-rules] 199 [dsd-guide] DSD Guide. 200 https://github.com/UEFI/DSD-Guide/blob/main/dsd-guide.adoc, referenced
|
| H A D | graph.rst | 10 _DSD (Device Specific Data) [dsd-guide] is a predefined ACPI device 14 for graphs: property [dsd-guide] and hierarchical data extensions. The 157 [data-node-ref] Documentation/firmware-guide/acpi/dsd/data-node-references.rst 161 [dsd-guide] DSD Guide. 162 https://github.com/UEFI/DSD-Guide/blob/main/dsd-guide.adoc, referenced 165 [dsd-rules] _DSD Device Properties Usage Rules.
|
| H A D | leds.rst | 92 [data-node-ref] Documentation/firmware-guide/acpi/dsd/data-node-references.rst 96 [dsd-guide] DSD Guide. 97 https://github.com/UEFI/DSD-Guide/blob/main/dsd-guide.adoc, referenced
|
| /linux/drivers/platform/x86/amd/hsmp/ |
| H A D | acpi.c | 130 union acpi_object *dsd; in hsmp_read_acpi_dsd() local 143 dsd = buf.pointer; in hsmp_read_acpi_dsd() 153 if (!dsd || dsd->type != ACPI_TYPE_PACKAGE || dsd->package.count != 2) { in hsmp_read_acpi_dsd() 158 guid = &dsd->package.elements[0]; in hsmp_read_acpi_dsd() 159 mailbox_package = &dsd->package.elements[1]; in hsmp_read_acpi_dsd()
|
| /linux/drivers/dma/fsl-dpaa2-qdma/ |
| H A D | dpaa2-qdma.h | 20 u32 dsd:12; /* Destination stride distance */ member
|
| /linux/Documentation/translations/zh_CN/core-api/ |
| H A D | unaligned-memory-access.rst | 19 :作者: Daniel Drake <dsd@gentoo.org>,
|
| /linux/Documentation/scsi/ |
| H A D | ChangeLog.arcmsr | 117 ** Also removed some unneeded casts. Thanks to Daniel Drake <dsd@gentoo.org>
|
| H A D | ChangeLog.megaraid | 182 Signed-off-by: Daniel Drake <dsd@gentoo.org>
|
| /linux/Documentation/core-api/ |
| H A D | unaligned-memory-access.rst | 5 :Author: Daniel Drake <dsd@gentoo.org>,
|