Home
last modified time | relevance | path

Searched refs:response_expected (Results 1 – 13 of 13) sorted by relevance

/wlan-driver/fw-api/hw/qcn9224/v1/
Dmactx_phy_desc.h73 response_expected : 1; member
109 uint32_t response_expected : 1,
/wlan-driver/fw-api/hw/qcn6432/
Dmactx_phy_desc.h64 response_expected : 1; // [31:31] member
100 uint32_t response_expected : 1, // [31:31]
/wlan-driver/fw-api/hw/peach/v1/
Dmactx_phy_desc.h60 response_expected : 1; member
96 uint32_t response_expected : 1,
/wlan-driver/fw-api/hw/peach/v2/
Dmactx_phy_desc.h60 response_expected : 1; member
96 uint32_t response_expected : 1,
/wlan-driver/fw-api/hw/qca5332/
Dmactx_phy_desc.h73 response_expected : 1; // [31:31] member
109 uint32_t response_expected : 1, // [31:31]
/wlan-driver/fw-api/hw/qcn9224/v2/
Dmactx_phy_desc.h73 response_expected : 1; member
109 uint32_t response_expected : 1,
/wlan-driver/fw-api/hw/kiwi/v2/
Dmactx_phy_desc.h66 response_expected : 1; member
102 uint32_t response_expected : 1,
/wlan-driver/fw-api/hw/qca5424/
Dmactx_phy_desc.h66 response_expected : 1; member
102 uint32_t response_expected : 1,
/wlan-driver/qcacld-3.0/core/hdd/src/
Dwlan_hdd_oemdata.c1249 if (hdd_adapter->response_expected) { in hdd_oem_event_handler_cb()
1405 adapter->response_expected = nla_get_flag( in __wlan_hdd_cfg80211_oem_data_handler()
1408 if (adapter->response_expected) { in __wlan_hdd_cfg80211_oem_data_handler()
1473 adapter->response_expected = false; in __wlan_hdd_cfg80211_oem_data_handler()
/wlan-driver/qca-wifi-host-cmn/dp/inc/
Dcdp_txrx_cmn.h1175 bool response_expected) in cdp_fw_stats_get() argument
1188 per_vdev, response_expected); in cdp_fw_stats_get()
Dcdp_txrx_ops.h417 bool per_vdev, bool response_expected);
/wlan-driver/qcacld-3.0/core/dp/txrx/
Dol_txrx.c4079 bool response_expected) in ol_txrx_fw_stats_get() argument
4112 if (response_expected) { in ol_txrx_fw_stats_get()
4133 if (response_expected) { in ol_txrx_fw_stats_get()
4159 if (response_expected == false) in ol_txrx_fw_stats_get()
/wlan-driver/qcacld-3.0/core/hdd/inc/
Dwlan_hdd_main.h1460 bool response_expected; member