Home
last modified time | relevance | path

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

/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.c4232 struct dsd_dma *dsd, *nxt; in qla2x00_mem_alloc() local
4249 dsd = kzalloc_obj(*dsd, GFP_ATOMIC); in qla2x00_mem_alloc()
4250 if (!dsd) { in qla2x00_mem_alloc()
4258 dsd->dsd_addr = dma_pool_alloc( in qla2x00_mem_alloc()
4260 &dsd->dsd_list_dma); in qla2x00_mem_alloc()
4261 if (!dsd->dsd_addr) { in qla2x00_mem_alloc()
4266 kfree(dsd); in qla2x00_mem_alloc()
4276 if (MSD(dsd->dsd_list_dma) ^ in qla2x00_mem_alloc()
4277 MSD(dsd->dsd_list_dma + bufsize)) { in qla2x00_mem_alloc()
4278 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.c721 cur_dsd = cont_pkt->dsd; in qla2x00_start_nvme_mq()
722 avail_dsds = ARRAY_SIZE(cont_pkt->dsd); in qla2x00_start_nvme_mq()
1119 put_unaligned_le64(a->tx_addr, &lsrjt_iocb->dsd[0].address); in qla_nvme_lsrjt_pt_iocb()
1120 lsrjt_iocb->dsd[0].length = cpu_to_le32(a->tx_byte_count); in qla_nvme_lsrjt_pt_iocb()
1124 put_unaligned_le64(a->rx_addr, &lsrjt_iocb->dsd[1].address); in qla_nvme_lsrjt_pt_iocb()
1125 lsrjt_iocb->dsd[1].length = 0; in qla_nvme_lsrjt_pt_iocb()
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.h220 struct dsd32 dsd[3]; member
433 struct dsd64 dsd; member
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.c1089 put_unaligned_le64(fw_dma, &mn->dsd.address); in qla84xx_updatefw()
1090 mn->dsd.length = cpu_to_le32(data_len); in qla84xx_updatefw()
1269 put_unaligned_le64(mgmt_dma, &mn->dsd.address); in qla84xx_mgmt_cmd()
1270 mn->dsd.length = cpu_to_le32(ql84_mgmt->mgmt.len); in qla84xx_mgmt_cmd()
H A Dqla_edif.c3133 cur_dsd = cont_pkt->dsd; in qla28xx_start_scsi_edif()
H A Dqla_target.c2623 cur_dsd = cont_pkt64->dsd; in qlt_load_cont_data_segments()
2648 cur_dsd = &pkt24->u.status0.dsd; in qlt_load_data_segments()
/linux/Documentation/firmware-guide/acpi/
H A Dindex.rst11 dsd/graph
12 dsd/data-node-references
13 dsd/leds
14 dsd/phy
/linux/Documentation/firmware-guide/acpi/dsd/
H A Ddata-node-references.rst22 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 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
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 Dleds.rst92 [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 Dacpi.c111 union acpi_object *dsd; in hsmp_read_acpi_dsd() local
124 dsd = buf.pointer; in hsmp_read_acpi_dsd()
134 if (!dsd || dsd->type != ACPI_TYPE_PACKAGE || dsd->package.count != 2) { in hsmp_read_acpi_dsd()
139 guid = &dsd->package.elements[0]; in hsmp_read_acpi_dsd()
140 mailbox_package = &dsd->package.elements[1]; in hsmp_read_acpi_dsd()
/linux/drivers/hwtracing/coresight/
H A Dcoresight-platform.c522 const union acpi_object *dsd; in acpi_get_dsd_graph() local
529 dsd = buf->pointer; in acpi_get_dsd_graph()
535 for (i = 0; i + 1 < dsd->package.count; i += 2) { in acpi_get_dsd_graph()
538 guid = &dsd->package.elements[i]; in acpi_get_dsd_graph()
539 package = &dsd->package.elements[i + 1]; in acpi_get_dsd_graph()
/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>
H A DChangeLog.megaraid182 Signed-off-by: Daniel Drake <dsd@gentoo.org>
/linux/Documentation/core-api/
H A Dunaligned-memory-access.rst5 :Author: Daniel Drake <dsd@gentoo.org>,
/linux/
H A DCREDITS1053 E: dsd@gentoo.org