Home
last modified time | relevance | path

Searched refs:ol_tx_desc_find (Results 1 – 4 of 4) sorted by relevance

/wlan-driver/qcacld-3.0/core/dp/txrx/
H A Dol_tx_desc.h98 static inline struct ol_tx_desc_t *ol_tx_desc_find( in ol_tx_desc_find() function
128 tx_desc = ol_tx_desc_find(pdev, tx_desc_id); in ol_tx_desc_find_check()
146 tx_desc = ol_tx_desc_find(pdev, tx_desc_id); in ol_tx_desc_find_check()
H A Dol_tx_send.c240 tx_desc = ol_tx_desc_find(pdev, *msdu_id_storage); in ol_tx_send_batch()
277 tx_desc = ol_tx_desc_find(pdev, msdu_id); in ol_tx_download_done_base()
342 tx_desc = ol_tx_desc_find(pdev, msdu_id); in ol_tx_download_done_hl_free()
537 tx_desc = ol_tx_desc_find(pdev, i); in ol_tx_discard_target_frms()
1077 tx_desc = ol_tx_desc_find(pdev, tx_desc_id); in ol_tx_completion_handler()
1204 tx_desc = ol_tx_desc_find(pdev, tx_desc_id); in ol_tx_desc_update_group_credit()
1422 tx_desc = ol_tx_desc_find(pdev, tx_desc_id); in ol_tx_inspect_handler()
1711 struct ol_tx_desc_t *tx_desc = ol_tx_desc_find(pdev, msdu_id); in ol_tx_delay_category()
1809 struct ol_tx_desc_t *tx_desc = ol_tx_desc_find(pdev, id); in ol_tx_delay_compute()
H A Dol_txrx.c1211 ol_tx_desc_find(pdev, i + 1); in ol_txrx_pdev_post_attach()
1576 (ol_tx_desc_find(pdev, i))->htt_tx_desc); in ol_txrx_pdev_post_attach()
1635 tx_desc = ol_tx_desc_find(pdev, i); in ol_tx_free_descs_inuse()
2125 tx_desc = ol_tx_desc_find(pdev, i); in ol_txrx_tx_desc_reset_vdev()
2143 tx_desc = ol_tx_desc_find(pdev, i); in ol_txrx_tx_desc_reset_vdev()
/wlan-driver/qca-wifi-host-cmn/utils/pktlog/
H A Dpktlog_wifi2.c150 tx_desc = ol_tx_desc_find(txrx_pdev, tx_desc_id); in fill_ieee80211_hdr_data()