Searched refs:ldesc (Results 1 – 7 of 7) sorted by relevance
| /Linux-v5.10/drivers/dma/ |
| D | img-mdc-dma.c | 191 static inline void mdc_set_read_width(struct mdc_hw_list_desc *ldesc, in mdc_set_read_width() argument 194 ldesc->gen_conf |= to_mdc_width(bytes) << in mdc_set_read_width() 198 static inline void mdc_set_write_width(struct mdc_hw_list_desc *ldesc, in mdc_set_write_width() argument 201 ldesc->gen_conf |= to_mdc_width(bytes) << in mdc_set_write_width() 206 struct mdc_hw_list_desc *ldesc, in mdc_list_desc_config() argument 213 ldesc->gen_conf = MDC_GENERAL_CONFIG_IEN | MDC_GENERAL_CONFIG_LIST_IEN | in mdc_list_desc_config() 216 ldesc->readport_conf = in mdc_list_desc_config() 220 ldesc->read_addr = src; in mdc_list_desc_config() 221 ldesc->write_addr = dst; in mdc_list_desc_config() 222 ldesc->xfer_size = len - 1; in mdc_list_desc_config() [all …]
|
| D | nbpfaxi.c | 171 struct nbpf_link_desc ldesc[NBPF_SEGMENTS_PER_PAGE]; member 391 struct nbpf_link_desc *ldesc = list_first_entry(&desc->sg, struct nbpf_link_desc, node); in nbpf_start() local 393 nbpf_chan_write(chan, NBPF_CHAN_NXLA, (u32)ldesc->hwdesc_dma_addr); in nbpf_start() 398 if (ldesc->hwdesc->config & NBPF_CHAN_CFG_TM) in nbpf_start() 506 static int nbpf_prep_one(struct nbpf_link_desc *ldesc, in nbpf_prep_one() argument 510 struct nbpf_link_reg *hwdesc = ldesc->hwdesc; in nbpf_prep_one() 511 struct nbpf_desc *desc = ldesc->desc; in nbpf_prep_one() 580 __func__, &ldesc->hwdesc_dma_addr, hwdesc->header, in nbpf_prep_one() 583 dma_sync_single_for_device(dev, ldesc->hwdesc_dma_addr, sizeof(*hwdesc), in nbpf_prep_one() 694 struct nbpf_link_desc *ldesc; in nbpf_desc_page_alloc() local [all …]
|
| /Linux-v5.10/drivers/crypto/marvell/octeontx/ |
| D | otx_cptvf_algs.c | 1627 struct cpt_device_desc *ldesc = (struct cpt_device_desc *) lptr; in compare_func() local 1630 if (ldesc->dev->devfn < rdesc->dev->devfn) in compare_func() 1632 if (ldesc->dev->devfn > rdesc->dev->devfn) in compare_func() 1639 struct cpt_device_desc *ldesc = (struct cpt_device_desc *) lptr; in swap_func() local 1643 desc = *ldesc; in swap_func() 1644 *ldesc = *rdesc; in swap_func()
|
| /Linux-v5.10/drivers/mtd/ubi/ |
| D | eba.c | 108 struct ubi_eba_leb_desc *ldesc) in ubi_eba_get_ldesc() argument 110 ldesc->lnum = lnum; in ubi_eba_get_ldesc() 111 ldesc->pnum = vol->eba_tbl->entries[lnum].pnum; in ubi_eba_get_ldesc()
|
| D | fastmap.c | 1320 struct ubi_eba_leb_desc ldesc; in ubi_write_fastmap() local 1322 ubi_eba_get_ldesc(vol, j, &ldesc); in ubi_write_fastmap() 1323 feba->pnum[j] = cpu_to_be32(ldesc.pnum); in ubi_write_fastmap()
|
| D | ubi.h | 886 struct ubi_eba_leb_desc *ldesc);
|
| /Linux-v5.10/drivers/net/wireless/ath/ath11k/ |
| D | dp_rx.c | 211 struct hal_rx_desc *ldesc) in ath11k_dp_rx_desc_end_tlv_copy() argument 213 memcpy((u8 *)&fdesc->msdu_end, (u8 *)&ldesc->msdu_end, in ath11k_dp_rx_desc_end_tlv_copy() 215 memcpy((u8 *)&fdesc->attention, (u8 *)&ldesc->attention, in ath11k_dp_rx_desc_end_tlv_copy() 217 memcpy((u8 *)&fdesc->mpdu_end, (u8 *)&ldesc->mpdu_end, in ath11k_dp_rx_desc_end_tlv_copy() 1702 struct hal_rx_desc *ldesc; in ath11k_dp_rx_msdu_coalesce() local 1720 ldesc = (struct hal_rx_desc *)last->data; in ath11k_dp_rx_msdu_coalesce() 1721 rxcb->is_first_msdu = ath11k_dp_rx_h_msdu_end_first_msdu(ldesc); in ath11k_dp_rx_msdu_coalesce() 1722 rxcb->is_last_msdu = ath11k_dp_rx_h_msdu_end_last_msdu(ldesc); in ath11k_dp_rx_msdu_coalesce() 1734 ath11k_dp_rx_desc_end_tlv_copy(rxcb->rx_desc, ldesc); in ath11k_dp_rx_msdu_coalesce()
|