Home
last modified time | relevance | path

Searched refs:dsd (Results 1 – 25 of 31) sorted by relevance

12

/linux/drivers/scsi/qla2xxx/
H A Dqla_dsd.h12 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 Dqla_inline.h95 struct dsd_dma *dsd, *tdsd; in qla2x00_clean_dsd_pool() local
98 list_for_each_entry_safe(dsd, tdsd, &ctx->dsd_list, list) { in qla2x00_clean_dsd_pool()
99 dma_pool_free(ha->dl_dma_pool, dsd->dsd_addr, in qla2x00_clean_dsd_pool()
100 dsd->dsd_list_dma); in qla2x00_clean_dsd_pool()
101 list_del(&dsd->list); in qla2x00_clean_dsd_pool()
102 kfree(dsd); in qla2x00_clean_dsd_pool()
H A Dqla_os.c4238 struct dsd_dma *dsd, *nxt; in qla2x00_mem_alloc() local
4255 dsd = kzalloc(sizeof(*dsd), GFP_ATOMIC); in qla2x00_mem_alloc()
4256 if (!dsd) { in qla2x00_mem_alloc()
4264 dsd->dsd_addr = dma_pool_alloc( in qla2x00_mem_alloc()
4266 &dsd->dsd_list_dma); in qla2x00_mem_alloc()
4267 if (!dsd->dsd_addr) { in qla2x00_mem_alloc()
4272 kfree(dsd); in qla2x00_mem_alloc()
4282 if (MSD(dsd->dsd_list_dma) ^ in qla2x00_mem_alloc()
4283 MSD(dsd->dsd_list_dma + bufsize)) { in qla2x00_mem_alloc()
4284 list_add_tail(&dsd->list, in qla2x00_mem_alloc()
[all …]
H A Dqla_iocb.c232 cur_dsd = cont_pkt->dsd; in qla2x00_build_scsi_iocbs_32()
233 avail_dsds = ARRAY_SIZE(cont_pkt->dsd); in qla2x00_build_scsi_iocbs_32()
288 cur_dsd = cont_pkt->dsd; in qla2x00_build_scsi_iocbs_64()
289 avail_dsds = ARRAY_SIZE(cont_pkt->dsd); in qla2x00_build_scsi_iocbs_64()
737 cur_dsd = &cmd_pkt->dsd; in qla24xx_build_scsi_iocbs()
751 cur_dsd = cont_pkt->dsd; in qla24xx_build_scsi_iocbs()
752 avail_dsds = ARRAY_SIZE(cont_pkt->dsd); in qla24xx_build_scsi_iocbs()
836 struct dsd64 *dsd, uint16_t tot_dsds, struct qla_tc_param *tc) in qla24xx_walk_and_build_sglist_no_difb() argument
843 struct dsd64 *cur_dsd = dsd; in qla24xx_walk_and_build_sglist_no_difb()
950 struct dsd64 *dsd, uint16_t tot_dsds, struct qla_tc_param *tc) in qla24xx_walk_and_build_sglist() argument
[all …]
H A Dqla_nvme.h108 struct dsd64 dsd[2]; member
H A Dqla_fw.h558 struct dsd64 dsd; member
727 struct dsd64 dsd[2]; member
1785 struct dsd64 dsd; member
1842 struct dsd64 dsd; member
H A Dqla_target.h219 struct dsd32 dsd[3]; member
432 struct dsd64 dsd; member
H A Dqla_mr.h50 struct dsd64 dsd; member
H A Dqla_gs.c85 put_unaligned_le64(arg->req_dma, &ct_pkt->dsd[0].address); in qla24xx_prep_ms_iocb()
86 ct_pkt->dsd[0].length = ct_pkt->cmd_byte_count; in qla24xx_prep_ms_iocb()
88 put_unaligned_le64(arg->rsp_dma, &ct_pkt->dsd[1].address); in qla24xx_prep_ms_iocb()
89 ct_pkt->dsd[1].length = ct_pkt->rsp_byte_count; in qla24xx_prep_ms_iocb()
1455 put_unaligned_le64(ha->ct_sns_dma, &ct_pkt->dsd[0].address); in qla24xx_prep_ms_fdmi_iocb()
1456 ct_pkt->dsd[0].length = ct_pkt->cmd_byte_count; in qla24xx_prep_ms_fdmi_iocb()
1458 put_unaligned_le64(ha->ct_sns_dma, &ct_pkt->dsd[1].address); in qla24xx_prep_ms_fdmi_iocb()
1459 ct_pkt->dsd[1].length = ct_pkt->rsp_byte_count; in qla24xx_prep_ms_fdmi_iocb()
1474 ct_pkt->dsd[0].length = ct_pkt->cmd_byte_count; in qla2x00_update_ms_fdmi_iocb()
H A Dqla_mr.c3005 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()
H A Dqla_bsg.c1087 put_unaligned_le64(fw_dma, &mn->dsd.address); in qla84xx_updatefw()
1088 mn->dsd.length = cpu_to_le32(data_len); in qla84xx_updatefw()
1267 put_unaligned_le64(mgmt_dma, &mn->dsd.address); in qla84xx_mgmt_cmd()
1268 mn->dsd.length = cpu_to_le32(ql84_mgmt->mgmt.len); in qla84xx_mgmt_cmd()
/linux/sound/pci/lola/
H A Dlola_pcm.c54 unsigned int val = lola_dsd_read(chip, str->dsd, STS); in lola_stream_clear_pending_irq()
57 lola_dsd_write(chip, str->dsd, STS, val); in lola_stream_clear_pending_irq()
64 lola_dsd_write(chip, str->dsd, CTL, in lola_stream_start()
75 lola_dsd_write(chip, str->dsd, CTL, in lola_stream_stop()
88 val = lola_dsd_read(chip, str->dsd, CTL); in wait_for_srst_clear()
93 dev_warn(chip->card->dev, "SRST not clear (stream %d)\n", str->dsd); in wait_for_srst_clear()
103 unsigned int reg = lola_dsd_read(chip, str->dsd, STS); in lola_stream_wait_for_fifo()
108 dev_warn(chip->card->dev, "FIFO not ready (stream %d)\n", str->dsd); in lola_stream_wait_for_fifo()
133 reg = lola_dsd_read(chip, str->dsd, STS); in lola_sync_wait_for_fifo()
135 pending = str->dsd + 1; in lola_sync_wait_for_fifo()
[all …]
H A Dlola.h281 unsigned int dsd; /* DSD index */ member
390 #define lola_dsd_read(chip, dsd, name) \ argument
392 (LOLA_BAR1_DSD_SIZE * (dsd)) + LOLA_BAR1_DSDn##name)
393 #define lola_dsd_write(chip, dsd, name, val) \ argument
395 (LOLA_BAR1_DSD_SIZE * (dsd)) + LOLA_BAR1_DSDn##name)
/linux/Documentation/firmware-guide/acpi/
H A Dindex.rst11 dsd/graph
12 dsd/data-node-references
13 dsd/leds
14 dsd/phy
/linux/drivers/platform/x86/amd/hsmp/
H A Dacpi.c105 union acpi_object *dsd; in hsmp_read_acpi_dsd() local
118 dsd = buf.pointer; in hsmp_read_acpi_dsd()
128 if (!dsd || dsd->type != ACPI_TYPE_PACKAGE || dsd->package.count != 2) { in hsmp_read_acpi_dsd()
133 guid = &dsd->package.elements[0]; in hsmp_read_acpi_dsd()
134 mailbox_package = &dsd->package.elements[1]; in hsmp_read_acpi_dsd()
/linux/Documentation/firmware-guide/acpi/dsd/
H A Ddata-node-references.rst16 hierarchical data extension [dsd-guide] keys. Specifically, the hierarchical
89 Documentation/firmware-guide/acpi/dsd/graph.rst.
94 [dsd-guide] DSD Guide.
95 https://github.com/UEFI/DSD-Guide/blob/main/dsd-guide.adoc, referenced
H A Dphy.rst14 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 Dgraph.rst10 _DSD (Device Specific Data) [dsd-guide] is a predefined ACPI device
14 for graphs: property [dsd-guide] and hierarchical data extensions. The
160 [data-node-ref] Documentation/firmware-guide/acpi/dsd/data-node-references.rst
164 [dsd-guide] DSD Guide.
165 https://github.com/UEFI/DSD-Guide/blob/main/dsd-guide.adoc, referenced
168 [dsd-rules] _DSD Device Properties Usage Rules.
H A Dleds.rst97 [data-node-ref] Documentation/firmware-guide/acpi/dsd/data-node-references.rst
101 [dsd-guide] DSD Guide.
102 https://github.com/UEFI/DSD-Guide/blob/main/dsd-guide.adoc, referenced
/linux/drivers/hwtracing/coresight/
H A Dcoresight-platform.c522 const union acpi_object *dsd; in acpi_get_dsd_graph()
529 dsd = buf->pointer; in acpi_get_dsd_graph()
535 for (i = 0; i + 1 < dsd->package.count; i += 2) {
538 guid = &dsd->package.elements[i]; in acpi_validate_coresight_graph()
539 package = &dsd->package.elements[i + 1]; in acpi_validate_coresight_graph()
501 const union acpi_object *dsd; acpi_get_dsd_graph() local
/linux/drivers/dma/fsl-dpaa2-qdma/
H A Ddpaa2-qdma.h20 u32 dsd:12; /* Destination stride distance */ member
/linux/Documentation/translations/zh_CN/core-api/
H A Dunaligned-memory-access.rst19 :作者: Daniel Drake <dsd@gentoo.org>,
/linux/Documentation/scsi/
H A DChangeLog.arcmsr117 ** Also removed some unneeded casts. Thanks to Daniel Drake <dsd@gentoo.org>
/linux/Documentation/core-api/
H A Dunaligned-memory-access.rst5 :Author: Daniel Drake <dsd@gentoo.org>,
/linux/arch/arm64/boot/dts/exynos/
H A Dexynos5433.dtsi967 "sclk_decon_eclk", "dsd";
1010 "sclk_decon_eclk", "dsd";

12