Home
last modified time | relevance | path

Searched refs:ldesc (Results 1 – 11 of 11) 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 …]
/linux/drivers/net/wireless/ath/ath12k/wifi7/
H A Dhal_qcc2072.c170 struct hal_rx_desc *ldesc) in ath12k_hal_rx_desc_copy_end_tlv_qcc2072() argument
172 memcpy(&fdesc->u.qcc2072.msdu_end, &ldesc->u.qcc2072.msdu_end, in ath12k_hal_rx_desc_copy_end_tlv_qcc2072()
399 struct hal_rx_desc *ldesc) in ath12k_hal_extract_rx_desc_data_qcc2072() argument
401 rx_desc_data->is_first_msdu = ath12k_hal_rx_desc_get_first_msdu_qcc2072(ldesc); in ath12k_hal_extract_rx_desc_data_qcc2072()
402 rx_desc_data->is_last_msdu = ath12k_hal_rx_desc_get_last_msdu_qcc2072(ldesc); in ath12k_hal_extract_rx_desc_data_qcc2072()
403 rx_desc_data->l3_pad_bytes = ath12k_hal_rx_desc_get_l3_pad_bytes_qcc2072(ldesc); in ath12k_hal_extract_rx_desc_data_qcc2072()
412 rx_desc_data->msdu_len = ath12k_hal_rx_desc_get_msdu_len_qcc2072(ldesc); in ath12k_hal_extract_rx_desc_data_qcc2072()
426 rx_desc_data->msdu_done = ath12k_hal_rx_h_msdu_done_qcc2072(ldesc); in ath12k_hal_extract_rx_desc_data_qcc2072()
H A Dhal_wcn7850.c411 struct hal_rx_desc *ldesc) in ath12k_hal_rx_desc_copy_end_tlv_wcn7850() argument
413 memcpy(&fdesc->u.wcn7850.msdu_end, &ldesc->u.wcn7850.msdu_end, in ath12k_hal_rx_desc_copy_end_tlv_wcn7850()
601 struct hal_rx_desc *ldesc) in ath12k_hal_extract_rx_desc_data_wcn7850() argument
603 rx_desc_data->is_first_msdu = ath12k_hal_rx_desc_get_first_msdu_wcn7850(ldesc); in ath12k_hal_extract_rx_desc_data_wcn7850()
604 rx_desc_data->is_last_msdu = ath12k_hal_rx_desc_get_last_msdu_wcn7850(ldesc); in ath12k_hal_extract_rx_desc_data_wcn7850()
605 rx_desc_data->l3_pad_bytes = ath12k_hal_rx_desc_get_l3_pad_bytes_wcn7850(ldesc); in ath12k_hal_extract_rx_desc_data_wcn7850()
614 rx_desc_data->msdu_len = ath12k_hal_rx_desc_get_msdu_len_wcn7850(ldesc); in ath12k_hal_extract_rx_desc_data_wcn7850()
628 rx_desc_data->msdu_done = ath12k_hal_rx_h_msdu_done_wcn7850(ldesc); in ath12k_hal_extract_rx_desc_data_wcn7850()
H A Dhal_qcn9274.c723 struct hal_rx_desc *ldesc) in ath12k_hal_rx_desc_copy_end_tlv_qcn9274() argument
725 fdesc->u.qcn9274_compact.msdu_end = ldesc->u.qcn9274_compact.msdu_end; in ath12k_hal_rx_desc_copy_end_tlv_qcn9274()
919 struct hal_rx_desc *ldesc) in ath12k_hal_extract_rx_desc_data_qcn9274() argument
921 rx_desc_data->is_first_msdu = ath12k_hal_rx_desc_get_first_msdu_qcn9274(ldesc); in ath12k_hal_extract_rx_desc_data_qcn9274()
922 rx_desc_data->is_last_msdu = ath12k_hal_rx_desc_get_last_msdu_qcn9274(ldesc); in ath12k_hal_extract_rx_desc_data_qcn9274()
923 rx_desc_data->l3_pad_bytes = ath12k_hal_rx_desc_get_l3_pad_bytes_qcn9274(ldesc); in ath12k_hal_extract_rx_desc_data_qcn9274()
934 rx_desc_data->msdu_len = ath12k_hal_rx_desc_get_msdu_len_qcn9274(ldesc); in ath12k_hal_extract_rx_desc_data_qcn9274()
946 rx_desc_data->msdu_done = ath12k_hal_rx_h_msdu_done_qcn9274(ldesc); in ath12k_hal_extract_rx_desc_data_qcn9274()
H A Ddp_rx.c426 struct hal_rx_desc *ldesc; in ath12k_wifi7_dp_rx_msdu_coalesce() local
444 ldesc = (struct hal_rx_desc *)last->data; in ath12k_wifi7_dp_rx_msdu_coalesce()
458 ath12k_dp_rx_desc_end_tlv_copy(hal, rxcb->rx_desc, ldesc); in ath12k_wifi7_dp_rx_msdu_coalesce()
/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/net/wireless/ath/ath12k/
H A Dhal.h1380 struct hal_rx_desc *ldesc);
1384 struct hal_rx_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/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()
1762 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()