Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/dp/htt/
H A Dhtt_tx.c779 int htt_tx_send_std(htt_pdev_handle pdev, qdf_nbuf_t msdu, uint16_t msdu_id) in htt_tx_send_std() function
873 return htt_tx_send_std(pdev, msdu, msdu_id); in htt_tx_send_nonstd()
1045 int htt_tx_send_std(htt_pdev_handle pdev, qdf_nbuf_t msdu, uint16_t msdu_id) in htt_tx_send_std() function
/wlan-driver/qcacld-3.0/core/dp/ol/inc/
H A Dol_htt_tx_api.h434 htt_tx_send_std(htt_pdev_handle htt_pdev, qdf_nbuf_t msdu, uint16_t msdu_id);
/wlan-driver/qcacld-3.0/core/dp/txrx/
H A Dol_tx_sched.c1427 if (htt_tx_send_std(pdev->htt_pdev, msdu, msdu_id)) { in ol_tx_sched_dispatch()
H A Dol_tx_send.c217 failed = htt_tx_send_std(pdev->htt_pdev, msdu, id); in ol_tx_send()