Home
last modified time | relevance | path

Searched refs:ldesc (Results 1 – 8 of 8) sorted by relevance

/linux/drivers/dma/
H A Dimg-mdc-dma.c190 static inline void mdc_set_read_width(struct mdc_hw_list_desc *ldesc, in mdc_set_read_width() argument
193 ldesc->gen_conf |= to_mdc_width(bytes) << in mdc_set_read_width()
197 static inline void mdc_set_write_width(struct mdc_hw_list_desc *ldesc, in mdc_set_write_width() argument
200 ldesc->gen_conf |= to_mdc_width(bytes) << in mdc_set_write_width()
205 struct mdc_hw_list_desc *ldesc, in mdc_list_desc_config() argument
212 ldesc->gen_conf = MDC_GENERAL_CONFIG_IEN | MDC_GENERAL_CONFIG_LIST_IEN | in mdc_list_desc_config()
215 ldesc->readport_conf = in mdc_list_desc_config()
219 ldesc->read_addr = src; in mdc_list_desc_config()
220 ldesc->write_addr = dst; in mdc_list_desc_config()
221 ldesc->xfer_size = len - 1; in mdc_list_desc_config()
[all …]
H A Dnbpfaxi.c170 struct nbpf_link_desc ldesc[NBPF_SEGMENTS_PER_PAGE]; member
390 struct nbpf_link_desc *ldesc = list_first_entry(&desc->sg, struct nbpf_link_desc, node); in nbpf_start() local
392 nbpf_chan_write(chan, NBPF_CHAN_NXLA, (u32)ldesc->hwdesc_dma_addr); in nbpf_start()
397 if (ldesc->hwdesc->config & NBPF_CHAN_CFG_TM) in nbpf_start()
505 static int nbpf_prep_one(struct nbpf_link_desc *ldesc, in nbpf_prep_one() argument
509 struct nbpf_link_reg *hwdesc = ldesc->hwdesc; in nbpf_prep_one()
510 struct nbpf_desc *desc = ldesc->desc; in nbpf_prep_one()
579 __func__, &ldesc->hwdesc_dma_addr, hwdesc->header, in nbpf_prep_one()
582 dma_sync_single_for_device(dev, ldesc->hwdesc_dma_addr, sizeof(*hwdesc), in nbpf_prep_one()
693 struct nbpf_link_desc *ldesc; in nbpf_desc_page_alloc() local
[all …]
/linux/drivers/mtd/ubi/
H A Deba.c105 struct ubi_eba_leb_desc *ldesc) in ubi_eba_get_ldesc() argument
107 ldesc->lnum = lnum; in ubi_eba_get_ldesc()
108 ldesc->pnum = vol->eba_tbl->entries[lnum].pnum; in ubi_eba_get_ldesc()
H A Dfastmap.c1318 struct ubi_eba_leb_desc ldesc; in ubi_write_fastmap() local
1320 ubi_eba_get_ldesc(vol, j, &ldesc); in ubi_write_fastmap()
1321 feba->pnum[j] = cpu_to_be32(ldesc.pnum); in ubi_write_fastmap()
H A Dubi.h881 struct ubi_eba_leb_desc *ldesc);
/linux/drivers/crypto/marvell/octeontx/
H A Dotx_cptvf_algs.c1531 struct cpt_device_desc *ldesc = (struct cpt_device_desc *) lptr; in compare_func() local
1534 if (ldesc->dev->devfn < rdesc->dev->devfn) in compare_func()
1536 if (ldesc->dev->devfn > rdesc->dev->devfn) in compare_func()
/linux/drivers/net/wireless/ath/ath12k/wifi7/
H A Ddp_rx.c412 struct hal_rx_desc *ldesc; in ath12k_wifi7_dp_rx_msdu_coalesce() local
430 ldesc = (struct hal_rx_desc *)last->data; in ath12k_wifi7_dp_rx_msdu_coalesce()
444 ath12k_dp_rx_desc_end_tlv_copy(hal, rxcb->rx_desc, ldesc); in ath12k_wifi7_dp_rx_msdu_coalesce()
/linux/drivers/net/wireless/ath/ath11k/
H A Ddp_rx.c243 struct hal_rx_desc *ldesc) in ath11k_dp_rx_desc_end_tlv_copy() argument
245 ab->hw_params.hw_ops->rx_desc_copy_attn_end_tlv(fdesc, ldesc); in ath11k_dp_rx_desc_end_tlv_copy()
1763 struct hal_rx_desc *ldesc; in ath11k_dp_rx_msdu_coalesce() local
1780 ldesc = (struct hal_rx_desc *)last->data; in ath11k_dp_rx_msdu_coalesce()
1781 rxcb->is_first_msdu = ath11k_dp_rx_h_msdu_end_first_msdu(ab, ldesc); in ath11k_dp_rx_msdu_coalesce()
1782 rxcb->is_last_msdu = ath11k_dp_rx_h_msdu_end_last_msdu(ab, ldesc); in ath11k_dp_rx_msdu_coalesce()
1794 ath11k_dp_rx_desc_end_tlv_copy(ab, rxcb->rx_desc, ldesc); in ath11k_dp_rx_msdu_coalesce()