Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/components/dp/core/inc/
H A Dwlan_dp_txrx.h566 void dp_sta_notify_tx_comp_cb(qdf_nbuf_t nbuf, void *ctx, uint16_t flag);
/wlan-driver/qcacld-3.0/components/dp/dispatcher/src/
H A Dwlan_dp_ucfg_api.c1204 txrx_ops.tx.tx_comp = dp_sta_notify_tx_comp_cb; in ucfg_dp_sta_register_txrx_ops()
1260 txrx_ops.tx.tx_comp = dp_sta_notify_tx_comp_cb; in ucfg_dp_tdlsta_register_txrx_ops()
/wlan-driver/qcacld-3.0/components/dp/core/src/
H A Dwlan_dp_txrx.c796 void dp_sta_notify_tx_comp_cb(qdf_nbuf_t nbuf, void *ctx, uint16_t flag) in dp_sta_notify_tx_comp_cb() function