Home
last modified time | relevance | path

Searched refs:qdf_dp_get_status_from_a_status (Results 1 – 3 of 3) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/qdf/inc/
H A Dqdf_trace.h1133 enum qdf_dp_tx_rx_status qdf_dp_get_status_from_a_status(uint8_t status);
1476 enum qdf_dp_tx_rx_status qdf_dp_get_status_from_a_status(uint8_t status) in qdf_dp_get_status_from_a_status() function
/wlan-driver/qca-wifi-host-cmn/qdf/linux/src/
H A Dqdf_trace.c2492 enum qdf_dp_tx_rx_status qdf_dp_get_status_from_a_status(uint8_t status) in qdf_dp_get_status_from_a_status() function
2501 qdf_export_symbol(qdf_dp_get_status_from_a_status);
/wlan-driver/qcacld-3.0/core/dp/txrx/
H A Dol_tx_send.c344 dp_status = qdf_dp_get_status_from_a_status(status); in ol_tx_download_done_hl_free()