Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/
H A Ddhd_config.c1216 edcf_acparam_t *acparam_cur, int aci) in dhd_conf_update_wme() argument
1229 aifsn = acparam_cur->ACI&EDCF_AIFSN_MASK; in dhd_conf_update_wme()
1230 ecwmin = acparam_cur->ECW&EDCF_ECWMIN_MASK; in dhd_conf_update_wme()
1231 ecwmax = (acparam_cur->ECW&EDCF_ECWMAX_MASK)>>EDCF_ECWMAX_SHIFT; in dhd_conf_update_wme()
1232 txop = acparam_cur->TXOP; in dhd_conf_update_wme()
1249 acp = acparam_cur; in dhd_conf_update_wme()
1277 edcf_acparam_t acparam_cur[AC_COUNT]; in dhd_conf_set_wme() local
1287 dhd_conf_get_wme(dhd, ifidx, mode, acparam_cur); in dhd_conf_set_wme()
1289 dhd_conf_update_wme(dhd, ifidx, mode, &acparam_cur[AC_BK], AC_BK); in dhd_conf_set_wme()
1290 dhd_conf_update_wme(dhd, ifidx, mode, &acparam_cur[AC_BE], AC_BE); in dhd_conf_set_wme()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Ddhd_config.c2249 edcf_acparam_t *acparam_cur, int aci) in dhd_conf_update_wme() argument
2262 aifsn = acparam_cur->ACI&EDCF_AIFSN_MASK; in dhd_conf_update_wme()
2263 ecwmin = acparam_cur->ECW&EDCF_ECWMIN_MASK; in dhd_conf_update_wme()
2264 ecwmax = (acparam_cur->ECW&EDCF_ECWMAX_MASK)>>EDCF_ECWMAX_SHIFT; in dhd_conf_update_wme()
2265 txop = acparam_cur->TXOP; in dhd_conf_update_wme()
2282 acp = acparam_cur; in dhd_conf_update_wme()
2310 edcf_acparam_t acparam_cur[AC_COUNT]; in dhd_conf_set_wme() local
2320 dhd_conf_get_wme(dhd, ifidx, mode, acparam_cur); in dhd_conf_set_wme()
2322 dhd_conf_update_wme(dhd, ifidx, mode, &acparam_cur[AC_BK], AC_BK); in dhd_conf_set_wme()
2323 dhd_conf_update_wme(dhd, ifidx, mode, &acparam_cur[AC_BE], AC_BE); in dhd_conf_set_wme()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Ddhd_config.c2130 edcf_acparam_t *acparam_cur, int aci) in dhd_conf_update_wme() argument
2143 aifsn = acparam_cur->ACI&EDCF_AIFSN_MASK; in dhd_conf_update_wme()
2144 ecwmin = acparam_cur->ECW&EDCF_ECWMIN_MASK; in dhd_conf_update_wme()
2145 ecwmax = (acparam_cur->ECW&EDCF_ECWMAX_MASK)>>EDCF_ECWMAX_SHIFT; in dhd_conf_update_wme()
2146 txop = acparam_cur->TXOP; in dhd_conf_update_wme()
2163 acp = acparam_cur; in dhd_conf_update_wme()
2191 edcf_acparam_t acparam_cur[AC_COUNT]; in dhd_conf_set_wme() local
2201 dhd_conf_get_wme(dhd, ifidx, mode, acparam_cur); in dhd_conf_set_wme()
2203 dhd_conf_update_wme(dhd, ifidx, mode, &acparam_cur[AC_BK], AC_BK); in dhd_conf_set_wme()
2204 dhd_conf_update_wme(dhd, ifidx, mode, &acparam_cur[AC_BE], AC_BE); in dhd_conf_set_wme()
[all …]