Home
last modified time | relevance | path

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

/linux/drivers/dma/
A Dimg-mdc-dma.c216 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()
223 ldesc->node_addr = 0; in mdc_list_desc_config()
224 ldesc->cmds_done = 0; in mdc_list_desc_config()
227 ldesc->next_desc = NULL; in mdc_list_desc_config()
594 struct mdc_hw_list_desc *ldesc; in mdc_tx_status() local
630 ldesc = mdesc->list; in mdc_tx_status()
633 ldesc = ldesc->next_desc; in mdc_tx_status()
[all …]
A Dnbpfaxi.c694 struct nbpf_link_desc *ldesc; in nbpf_desc_page_alloc() local
708 for (i = 0, ldesc = dpage->ldesc, hwdesc = dpage->hwdesc; in nbpf_desc_page_alloc()
709 i < ARRAY_SIZE(dpage->ldesc); in nbpf_desc_page_alloc()
710 i++, ldesc++, hwdesc++) { in nbpf_desc_page_alloc()
711 ldesc->hwdesc = hwdesc; in nbpf_desc_page_alloc()
822 ldesc->desc = desc; in nbpf_desc_get()
826 prev = ldesc; in nbpf_desc_get()
925 struct nbpf_link_desc *ldesc; in nbpf_prep_sg() local
1076 struct nbpf_link_desc *ldesc; in nbpf_free_chan_resources() local
1079 for (i = 0, ldesc = dpage->ldesc; in nbpf_free_chan_resources()
[all …]
/linux/drivers/net/wireless/ath/ath11k/
A Dhw.c347 struct hal_rx_desc *ldesc) in ath11k_hw_ipq8074_rx_desc_copy_attn_end() argument
349 memcpy((u8 *)&fdesc->u.ipq8074.msdu_end, (u8 *)&ldesc->u.ipq8074.msdu_end, in ath11k_hw_ipq8074_rx_desc_copy_attn_end()
351 memcpy((u8 *)&fdesc->u.ipq8074.attention, (u8 *)&ldesc->u.ipq8074.attention, in ath11k_hw_ipq8074_rx_desc_copy_attn_end()
353 memcpy((u8 *)&fdesc->u.ipq8074.mpdu_end, (u8 *)&ldesc->u.ipq8074.mpdu_end, in ath11k_hw_ipq8074_rx_desc_copy_attn_end()
518 struct hal_rx_desc *ldesc) in ath11k_hw_qcn9074_rx_desc_copy_attn_end() argument
520 memcpy((u8 *)&fdesc->u.qcn9074.msdu_end, (u8 *)&ldesc->u.qcn9074.msdu_end, in ath11k_hw_qcn9074_rx_desc_copy_attn_end()
522 memcpy((u8 *)&fdesc->u.qcn9074.attention, (u8 *)&ldesc->u.qcn9074.attention, in ath11k_hw_qcn9074_rx_desc_copy_attn_end()
524 memcpy((u8 *)&fdesc->u.qcn9074.mpdu_end, (u8 *)&ldesc->u.qcn9074.mpdu_end, in ath11k_hw_qcn9074_rx_desc_copy_attn_end()
689 struct hal_rx_desc *ldesc) in ath11k_hw_wcn6855_rx_desc_copy_attn_end() argument
691 memcpy((u8 *)&fdesc->u.wcn6855.msdu_end, (u8 *)&ldesc->u.wcn6855.msdu_end, in ath11k_hw_wcn6855_rx_desc_copy_attn_end()
[all …]
A Dhw.h210 struct hal_rx_desc *ldesc);
A Ddp_rx.c231 struct hal_rx_desc *ldesc) in ath11k_dp_rx_desc_end_tlv_copy() argument
233 ab->hw_params.hw_ops->rx_desc_copy_attn_end_tlv(fdesc, ldesc); in ath11k_dp_rx_desc_end_tlv_copy()
1774 struct hal_rx_desc *ldesc; in ath11k_dp_rx_msdu_coalesce() local
1791 ldesc = (struct hal_rx_desc *)last->data; in ath11k_dp_rx_msdu_coalesce()
1792 rxcb->is_first_msdu = ath11k_dp_rx_h_msdu_end_first_msdu(ab, ldesc); in ath11k_dp_rx_msdu_coalesce()
1793 rxcb->is_last_msdu = ath11k_dp_rx_h_msdu_end_last_msdu(ab, ldesc); in ath11k_dp_rx_msdu_coalesce()
1805 ath11k_dp_rx_desc_end_tlv_copy(ab, rxcb->rx_desc, ldesc); in ath11k_dp_rx_msdu_coalesce()
/linux/drivers/crypto/marvell/octeontx/
A Dotx_cptvf_algs.c1628 struct cpt_device_desc *ldesc = (struct cpt_device_desc *) lptr; in compare_func() local
1631 if (ldesc->dev->devfn < rdesc->dev->devfn) in compare_func()
1633 if (ldesc->dev->devfn > rdesc->dev->devfn) in compare_func()
1640 struct cpt_device_desc *ldesc = (struct cpt_device_desc *) lptr; in swap_func() local
1644 desc = *ldesc; in swap_func()
1645 *ldesc = *rdesc; in swap_func()
/linux/drivers/crypto/marvell/octeontx2/
A Dotx2_cptvf_algs.c1671 const struct cpt_device_desc *ldesc = (struct cpt_device_desc *) lptr; in compare_func() local
1674 if (ldesc->dev->devfn < rdesc->dev->devfn) in compare_func()
1676 if (ldesc->dev->devfn > rdesc->dev->devfn) in compare_func()
1683 struct cpt_device_desc *ldesc = lptr; in swap_func() local
1687 desc = *ldesc; in swap_func()
1688 *ldesc = *rdesc; in swap_func()
/linux/drivers/mtd/ubi/
A Deba.c108 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()
A Dfastmap.c1320 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()
A Dubi.h884 struct ubi_eba_leb_desc *ldesc);

Completed in 53 milliseconds