Searched refs:tx_resume (Results 1 – 8 of 8) sorted by relevance
/wlan-driver/qcacld-3.0/core/hdd/inc/ |
D | wlan_hdd_softap_tx_rx.h | 197 void hdd_softap_tx_resume_cb(void *adapter_context, bool tx_resume); 205 void hdd_softap_tx_resume_cb(void *adapter_context, bool tx_resume) in hdd_softap_tx_resume_cb() argument
|
D | wlan_hdd_tx_rx.h | 177 void hdd_tx_resume_cb(void *adapter_context, bool tx_resume); 222 static inline void hdd_tx_resume_cb(void *adapter_context, bool tx_resume) in hdd_tx_resume_cb() argument
|
/wlan-driver/qcacld-3.0/core/hdd/src/ |
D | wlan_hdd_softap_tx_rx.c | 104 hdd_softap_tx_resume_false(struct hdd_adapter *adapter, bool tx_resume) in hdd_softap_tx_resume_false() argument 109 if (true == tx_resume) in hdd_softap_tx_resume_false() 129 void hdd_softap_tx_resume_cb(void *adapter_context, bool tx_resume) in hdd_softap_tx_resume_cb() argument 139 if (true == tx_resume) { in hdd_softap_tx_resume_cb() 151 hdd_softap_tx_resume_false(adapter, tx_resume); in hdd_softap_tx_resume_cb()
|
D | wlan_hdd_tx_rx.c | 247 hdd_tx_resume_false(struct hdd_adapter *adapter, bool tx_resume) in hdd_tx_resume_false() argument 252 if (true == tx_resume) in hdd_tx_resume_false() 287 void hdd_tx_resume_cb(void *adapter_context, bool tx_resume) in hdd_tx_resume_cb() argument 300 if (true == tx_resume) { in hdd_tx_resume_cb() 314 hdd_tx_resume_false(adapter, tx_resume); in hdd_tx_resume_cb()
|
/wlan-driver/qcacld-3.0/core/dp/txrx/ |
D | ol_tx_send.h | 157 bool tx_resume);
|
D | ol_txrx_legacy_flow_control.c | 640 bool tx_resume) in ol_txrx_flow_control_cb() argument 652 vdev->osif_flow_control_cb(vdev->osif_fc_ctx, tx_resume); in ol_txrx_flow_control_cb()
|
/wlan-driver/qca-wifi-host-cmn/dp/inc/ |
D | cdp_txrx_cmn_struct.h | 979 bool tx_resume);
|
D | cdp_txrx_ops.h | 2171 bool tx_resume);
|