Home
last modified time | relevance | path

Searched refs:max_ast_idx (Results 1 – 3 of 3) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/wlan_cfg/
Dwlan_cfg.h459 int max_ast_idx; member
Dwlan_cfg.c4528 cfg->max_ast_idx = val; in wlan_cfg_set_max_ast_idx()
4533 return cfg->max_ast_idx; in wlan_cfg_get_max_ast_idx()
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/
Ddp_peer.c1073 unsigned int max_ast_idx = wlan_cfg_get_max_ast_idx(soc->wlan_cfg_ctx); in dp_peer_ast_hash_attach() local
1075 hash_elems = ((max_ast_idx * DP_AST_HASH_LOAD_MULT) >> in dp_peer_ast_hash_attach()
1085 soc, hash_elems, max_ast_idx); in dp_peer_ast_hash_attach()