Searched refs:htt_frag_desc (Results 1 – 5 of 5) sorted by relevance
/wlan-driver/qcacld-3.0/core/dp/txrx/ |
D | ol_tx_ll_fastpath.c | 178 qdf_mem_zero(tx_desc->htt_frag_desc, sizeof(struct msdu_ext_desc_t)); in ol_tx_prepare_ll_fast() 221 htt_tx_desc_num_frags(pdev->htt_pdev, tx_desc->htt_frag_desc, in ol_tx_prepare_ll_fast() 229 tx_desc->htt_frag_desc, in ol_tx_prepare_ll_fast() 248 htt_tx_desc_frag(pdev->htt_pdev, tx_desc->htt_frag_desc, in ol_tx_prepare_ll_fast() 252 tx_desc->htt_frag_desc, in ol_tx_prepare_ll_fast()
|
D | ol_tx_desc.c | 778 htt_tx_desc_num_frags(pdev->htt_pdev, tx_desc->htt_frag_desc, in ol_tx_desc_ll() 787 tx_desc->htt_frag_desc, &msdu_info->tso_info); in ol_tx_desc_ll() 803 htt_tx_desc_frag(pdev->htt_pdev, tx_desc->htt_frag_desc, in ol_tx_desc_ll() 807 tx_desc->htt_frag_desc, in ol_tx_desc_ll()
|
D | ol_tx_ll.c | 220 tx_desc->htt_frag_desc, &tx_desc->htt_frag_desc_paddr); in ol_txrx_dump_frag_desc() 226 frag_ptr_i_p = tx_desc->htt_frag_desc; in ol_txrx_dump_frag_desc()
|
D | ol_txrx.c | 1203 void *htt_frag_desc = NULL; in ol_txrx_pdev_post_attach() local 1226 i, &frag_paddr, &htt_frag_desc); in ol_txrx_pdev_post_attach() 1235 if (!ret && htt_frag_desc) { in ol_txrx_pdev_post_attach() 1240 memset(htt_frag_desc, 0, 6 * sizeof(uint32_t)); in ol_txrx_pdev_post_attach() 1241 c_element->tx_desc.htt_frag_desc = htt_frag_desc; in ol_txrx_pdev_post_attach()
|
D | ol_txrx_types.h | 163 void *htt_frag_desc; /* struct msdu_ext_desc_t * */ member
|