Home
last modified time | relevance | path

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

/linux-6.15/drivers/dma/
H A Dimg-mdc-dma.c215 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()
222 ldesc->node_addr = 0; in mdc_list_desc_config()
223 ldesc->cmds_done = 0; in mdc_list_desc_config()
226 ldesc->next_desc = NULL; in mdc_list_desc_config()
593 struct mdc_hw_list_desc *ldesc; in mdc_tx_status() local
629 ldesc = mdesc->list; in mdc_tx_status()
632 ldesc = ldesc->next_desc; in mdc_tx_status()
[all …]
H A Dnbpfaxi.c693 struct nbpf_link_desc *ldesc; in nbpf_desc_page_alloc() local
707 for (i = 0, ldesc = dpage->ldesc, hwdesc = dpage->hwdesc; in nbpf_desc_page_alloc()
708 i < ARRAY_SIZE(dpage->ldesc); in nbpf_desc_page_alloc()
709 i++, ldesc++, hwdesc++) { in nbpf_desc_page_alloc()
710 ldesc->hwdesc = hwdesc; in nbpf_desc_page_alloc()
821 ldesc->desc = desc; in nbpf_desc_get()
825 prev = ldesc; in nbpf_desc_get()
924 struct nbpf_link_desc *ldesc; in nbpf_prep_sg() local
1075 struct nbpf_link_desc *ldesc; in nbpf_free_chan_resources() local
1078 for (i = 0, ldesc = dpage->ldesc; in nbpf_free_chan_resources()
[all …]
/linux-6.15/drivers/net/wireless/ath/ath11k/
H A Dhw.c358 struct hal_rx_desc *ldesc) in ath11k_hw_ipq8074_rx_desc_copy_attn_end() argument
360 memcpy((u8 *)&fdesc->u.ipq8074.msdu_end, (u8 *)&ldesc->u.ipq8074.msdu_end, in ath11k_hw_ipq8074_rx_desc_copy_attn_end()
362 memcpy((u8 *)&fdesc->u.ipq8074.attention, (u8 *)&ldesc->u.ipq8074.attention, in ath11k_hw_ipq8074_rx_desc_copy_attn_end()
364 memcpy((u8 *)&fdesc->u.ipq8074.mpdu_end, (u8 *)&ldesc->u.ipq8074.mpdu_end, in ath11k_hw_ipq8074_rx_desc_copy_attn_end()
535 struct hal_rx_desc *ldesc) in ath11k_hw_qcn9074_rx_desc_copy_attn_end() argument
537 memcpy((u8 *)&fdesc->u.qcn9074.msdu_end, (u8 *)&ldesc->u.qcn9074.msdu_end, in ath11k_hw_qcn9074_rx_desc_copy_attn_end()
539 memcpy((u8 *)&fdesc->u.qcn9074.attention, (u8 *)&ldesc->u.qcn9074.attention, in ath11k_hw_qcn9074_rx_desc_copy_attn_end()
541 memcpy((u8 *)&fdesc->u.qcn9074.mpdu_end, (u8 *)&ldesc->u.qcn9074.mpdu_end, in ath11k_hw_qcn9074_rx_desc_copy_attn_end()
706 struct hal_rx_desc *ldesc) in ath11k_hw_wcn6855_rx_desc_copy_attn_end() argument
708 memcpy((u8 *)&fdesc->u.wcn6855.msdu_end, (u8 *)&ldesc->u.wcn6855.msdu_end, in ath11k_hw_wcn6855_rx_desc_copy_attn_end()
[all …]
H A Dhw.h263 struct hal_rx_desc *ldesc);
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()
/linux-6.15/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-6.15/drivers/net/wireless/ath/ath12k/
H A Dhal.c403 struct hal_rx_desc *ldesc) in ath12k_hw_qcn9274_rx_desc_copy_end_tlv() argument
405 memcpy(&fdesc->u.qcn9274.msdu_end, &ldesc->u.qcn9274.msdu_end, in ath12k_hw_qcn9274_rx_desc_copy_end_tlv()
864 struct hal_rx_desc *ldesc) in ath12k_hw_qcn9274_compact_rx_desc_copy_end_tlv() argument
866 fdesc->u.qcn9274_compact.msdu_end = ldesc->u.qcn9274_compact.msdu_end; in ath12k_hw_qcn9274_compact_rx_desc_copy_end_tlv()
1216 struct hal_rx_desc *ldesc) in ath12k_hw_wcn7850_rx_desc_copy_end_tlv() argument
1218 memcpy(&fdesc->u.wcn7850.msdu_end, &ldesc->u.wcn7850.msdu_end, in ath12k_hw_wcn7850_rx_desc_copy_end_tlv()
H A Ddp_rx.c185 struct hal_rx_desc *ldesc) in ath12k_dp_rx_desc_end_tlv_copy() argument
187 ab->hal_rx_ops->rx_desc_copy_end_tlv(fdesc, ldesc); in ath12k_dp_rx_desc_end_tlv_copy()
1823 struct hal_rx_desc *ldesc; in ath12k_dp_rx_msdu_coalesce() local
1840 ldesc = (struct hal_rx_desc *)last->data; in ath12k_dp_rx_msdu_coalesce()
1841 rxcb->is_first_msdu = ath12k_dp_rx_h_first_msdu(ab, ldesc); in ath12k_dp_rx_msdu_coalesce()
1842 rxcb->is_last_msdu = ath12k_dp_rx_h_last_msdu(ab, ldesc); in ath12k_dp_rx_msdu_coalesce()
1854 ath12k_dp_rx_desc_end_tlv_copy(ab, rxcb->rx_desc, ldesc); in ath12k_dp_rx_msdu_coalesce()
H A Dhal.h1058 struct hal_rx_desc *ldesc);
/linux-6.15/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-6.15/drivers/crypto/marvell/octeontx2/
H A Dotx2_cptvf_algs.c1621 const struct cpt_device_desc *ldesc = (struct cpt_device_desc *) lptr; in compare_func() local
1624 if (ldesc->dev->devfn < rdesc->dev->devfn) in compare_func()
1626 if (ldesc->dev->devfn > rdesc->dev->devfn) in compare_func()