Home
last modified time | relevance | path

Searched refs:vow_config (Results 1 – 7 of 7) sorted by relevance

/wlan-driver/qcacld-3.0/core/dp/txrx/
H A Dol_cfg.c24 unsigned int vow_config; variable
180 cfg_ctx->vow_config = vow_config; in ol_pdev_cfg_attach()
433 uint16_t vow_max_sta = (cfg->vow_config & 0xffff0000) >> 16; in ol_cfg_target_tx_credit()
434 uint16_t vow_max_desc_persta = cfg->vow_config & 0x0000ffff; in ol_cfg_target_tx_credit()
/wlan-driver/fw-api/fw/
H A Dwlan_defs.h752 #define VOW_GET_NUM_VI_STA(vow_config) (((vow_config) & 0xffff0000) >> 16) argument
753 #define VOW_GET_DESC_PER_VI_STA(vow_config) ((vow_config) & 0x0000ffff) argument
H A Dwmi_unified.h4088 A_UINT32 vow_config; member
/wlan-driver/qcacld-3.0/core/dp/ol/inc/
H A Dol_cfg.h78 u32 vow_config; member
/wlan-driver/qca-wifi-host-cmn/wmi/inc/
H A Dwmi_unified_param.h6933 uint32_t vow_config; member
/wlan-driver/qcacld-3.0/core/wma/src/
H A Dwma_main.c625 tgt_cfg->vow_config = CFG_TGT_DEFAULT_VOW_CONFIG; in wma_set_default_tgt_config()
/wlan-driver/qca-wifi-host-cmn/wmi/src/
H A Dwmi_unified_tlv.c9670 resource_cfg->vow_config = tgt_res_cfg->vow_config; in wmi_copy_resource_config()