/wlan-driver/qcacld-3.0/core/dp/txrx/ |
D | ol_tx_sched.c | 163 bool active; member 205 txq_queue->active = false; in ol_tx_sched_select_batch_rr() 228 txq_queue->active = true; in ol_tx_sched_select_batch_rr() 238 txq_queue->active = true; in ol_tx_sched_select_batch_rr() 264 if (!txq_queue->active) { in ol_tx_sched_txq_enqueue_rr() 268 txq_queue->active = true; in ol_tx_sched_txq_enqueue_rr() 287 if (TAILQ_EMPTY(&txq_queue->head) && txq_queue->active) { in ol_tx_sched_txq_deactivate_rr() 290 txq_queue->active = false; in ol_tx_sched_txq_deactivate_rr() 347 if (txq_queue->active == true && txq_queue->frms == 0) { in ol_tx_sched_txq_discard_rr() 350 txq_queue->active = false; in ol_tx_sched_txq_discard_rr() [all …]
|
D | ol_rx_reorder_timeout.c | 43 if (!list_elem->active) { in ol_rx_reorder_timeout_remove() 47 list_elem->active = 0; in ol_rx_reorder_timeout_remove() 80 list_elem->active = 1; in ol_rx_reorder_timeout_add() 113 if (peer->tids_rx_reorder[tid].timeout.active) in ol_rx_reorder_timeout_update() 141 list_elem->active = 0; in ol_rx_reorder_timeout() 193 if (peer->tids_rx_reorder[tid].timeout.active) in ol_rx_reorder_timeout_peer_cleanup()
|
D | ol_rx_reorder_timeout.h | 38 (peer)->tids_rx_reorder[(tid)].timeout.active = 0
|
D | ol_txrx_types.h | 243 uint8_t active; member
|
/wlan-driver/qca-wifi-host-cmn/utils/logging/inc/ |
D | wlan_logging_sock_svc.h | 91 void wlan_logging_set_active(bool active); 101 static inline void wlan_logging_set_active(bool active) {} in wlan_logging_set_active() argument
|
/wlan-driver/qcacld-3.0/components/ocb/dispatcher/src/ |
D | wlan_ocb_tgt_api.c | 221 bool active) in tgt_ocb_dcc_stats_indicate() argument 262 active ? "Get stats response" : "DCC stats indication"); in tgt_ocb_dcc_stats_indicate() 263 if (active) in tgt_ocb_dcc_stats_indicate()
|
/wlan-driver/qca-wifi-host-cmn/hif/src/ |
D | hif_runtime_pm.c | 794 if (lock->active) in __hif_pm_runtime_prevent_suspend() 814 lock->active = true; in __hif_pm_runtime_prevent_suspend() 834 if (gp_hif_rtpm_ctx->prevent_cnt == 0 || !lock->active) in __hif_pm_runtime_allow_suspend() 856 lock->active = false; in __hif_pm_runtime_allow_suspend() 894 if (lock->active) in __hif_pm_runtime_prevent_suspend_sync() 915 lock->active = true; in __hif_pm_runtime_prevent_suspend_sync()
|
/wlan-driver/qca-wifi-host-cmn/hif/src/sdio/native_sdio/src/ |
D | hif.c | 170 struct bus_request *active; in add_to_async_list() local 173 active = device->asyncreq; in add_to_async_list() 174 if (!active) { in add_to_async_list() 180 active = async; in add_to_async_list() 182 active->inusenext = busrequest; in add_to_async_list()
|
/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/ |
D | lim_assoc_utils.c | 812 if (!session_entry->protStaCache[i].active) in lim_decide_ap_protection_on_ht20_delete() 818 session_entry->protStaCache[i].active = in lim_decide_ap_protection_on_ht20_delete() 879 if (session_entry->protStaCache[i].active && in lim_decide_ap_protection_on_delete() 884 session_entry->protStaCache[i].active = false; in lim_decide_ap_protection_on_delete() 905 if (session_entry->protStaCache[i].active && in lim_decide_ap_protection_on_delete() 911 session_entry->protStaCache[i].active = in lim_decide_ap_protection_on_delete() 935 if (session_entry->protStaCache[i].active && in lim_decide_ap_protection_on_delete() 941 session_entry->protStaCache[i].active = false; in lim_decide_ap_protection_on_delete() 967 if (session_entry->protStaCache[i].active && in lim_decide_ap_protection_on_delete() 972 session_entry->protStaCache[i].active = false; in lim_decide_ap_protection_on_delete() [all …]
|
D | lim_utils.c | 937 mac_ctx->lim.protStaOverlapCache[i].active = false; in lim_handle_update_olbc_cache() 1053 if (pe_session->protStaCache[i].active) { in lim_update_prot_sta_params() 1068 if (!pe_session->protStaCache[i].active) in lim_update_prot_sta_params() 1081 pe_session->protStaCache[i].active = true; in lim_update_prot_sta_params() 1286 staNoShortCache[i].active) && in lim_update_short_preamble() 1294 staNoShortCache[i].active) && in lim_update_short_preamble() 1305 staNoShortCache[i].active) in lim_update_short_preamble() 1308 staNoShortCache[i].active) in lim_update_short_preamble() 1334 active = true; in lim_update_short_preamble() 1340 mac_ctx->lim.gLimNoShortParams.staNoShortCache[i].active = true; in lim_update_short_preamble() [all …]
|
D | lim_api.c | 1406 mac->lim.protStaOverlapCache[0].active = true; in lim_update_overlap_sta_param() 1414 if (mac->lim.protStaOverlapCache[i].active) { in lim_update_overlap_sta_param() 1429 mac->lim.protStaOverlapCache[i].active = true; in lim_update_overlap_sta_param()
|
/wlan-driver/qca-wifi-host-cmn/qdf/linux/src/ |
D | qdf_lro.c | 407 if (lro_mgr->lro_arr[i].active) { in qdf_lro_flush() 433 if (lro_arr[i].active) in qdf_lro_get_desc()
|
/wlan-driver/qcacld-3.0/os_if/dp/src/ |
D | os_if_dp_lro.c | 98 if (!dp_lro_info.lro_desc->active) in osif_dp_lro_rx()
|
/wlan-driver/qcacld-3.0/core/mac/src/pe/include/ |
D | lim_global.h | 323 uint8_t active; member
|
/wlan-driver/qca-wifi-host-cmn/dp/inc/ |
D | cdp_txrx_ctrl.h | 147 bool active) in cdp_record_vdev_mscs_params() argument 159 (soc, macaddr, vdev_id, mscs_params, active); in cdp_record_vdev_mscs_params()
|
D | cdp_txrx_ops.h | 901 bool active);
|
/wlan-driver/qcacld-3.0/components/umac/mlme/connection_mgr/core/src/ |
D | wlan_cm_vdev_connect.c | 1927 bool active; in cm_is_vdevid_active() local 1941 active = cm_is_vdev_active(vdev); in cm_is_vdevid_active() 1944 return active; in cm_is_vdevid_active()
|
/wlan-driver/qca-wifi-host-cmn/utils/logging/src/ |
D | wlan_logging_sock_svc.c | 1015 void wlan_logging_set_active(bool active) in wlan_logging_set_active() argument 1017 gwlan_logging.is_active = active; in wlan_logging_set_active()
|
/wlan-driver/qca-wifi-host-cmn/umac/mlo_mgr/inc/ |
D | wlan_mlo_mgr_public_structs.h | 1353 uint32_t active[MLO_VDEV_BITMAP_SZ]; member
|
/wlan-driver/qcacld-3.0/core/mac/src/cfg/cfgUtil/ |
D | dot11f.frms | 754 * an active session. 1231 * may be multiple Enrollees active on the network, but not all of them have 3730 // the config methods active 3838 // the config methods active 3897 // the config methods active
|
/wlan-driver/qca-wifi-host-cmn/wmi/src/ |
D | wmi_unified_11be_tlv.c | 1012 resp->active[i] = bitmap[i]; in extract_mlo_link_set_active_resp_tlv() 1013 wmi_debug("vdev active[%d]: 0x%x", i, resp->active[i]); in extract_mlo_link_set_active_resp_tlv()
|
/wlan-driver/qca-wifi-host-cmn/hif/inc/ |
D | hif.h | 1447 bool active; member
|
/wlan-driver/qcacld-3.0/components/cmn_services/policy_mgr/src/ |
D | wlan_policy_mgr_get_set_utils.c | 4592 &resp->active_sz, resp->active, in policy_mgr_handle_vdev_active_inactive_resp() 4599 psoc, resp->active[i], 0, i * 32); in policy_mgr_handle_vdev_active_inactive_resp() 4635 psoc, resp->active[i], 0, i * 32); in policy_mgr_handle_force_active_resp() 4732 psoc, resp->active[i], in policy_mgr_handle_force_active_num_resp() 4733 resp->active[i] ^ req->param.vdev_bitmap[i], in policy_mgr_handle_force_active_num_resp() 4831 psoc, resp->active[i], 0, i * 32); in policy_mgr_handle_force_active_inactive_resp() 4927 resp->active[0], resp->inactive[0]); in policy_mgr_handle_link_enable_disable_resp()
|
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/ |
D | dp_main.c | 6177 bool active) in dp_record_mscs_params() argument 6196 if (!active) { in dp_record_mscs_params() 6198 tgt_peer->mscs_active = active; in dp_record_mscs_params()
|
/wlan-driver/qca-wifi-host-cmn/wmi/inc/ |
D | wmi_unified_param.h | 3334 uint8_t active; member
|