Searched refs:vow_config (Results 1 – 7 of 7) sorted by relevance
24 unsigned int vow_config; variable180 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()
752 #define VOW_GET_NUM_VI_STA(vow_config) (((vow_config) & 0xffff0000) >> 16) argument753 #define VOW_GET_DESC_PER_VI_STA(vow_config) ((vow_config) & 0x0000ffff) argument
4088 A_UINT32 vow_config; member
78 u32 vow_config; member
6933 uint32_t vow_config; member
625 tgt_cfg->vow_config = CFG_TGT_DEFAULT_VOW_CONFIG; in wma_set_default_tgt_config()
9670 resource_cfg->vow_config = tgt_res_cfg->vow_config; in wmi_copy_resource_config()