Home
last modified time | relevance | path

Searched refs:detectcnt_dec (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Ddhd_linux_sock_qos.h66 unsigned char *detectcnt_dec);
69 unsigned char detectcnt_dec);
H A Ddhd_linux_sock_qos.c884 unsigned char *detectcnt_dec) in dhd_sock_qos_get_detectcnt_thresh() argument
889 detectcnt_dec == NULL) { in dhd_sock_qos_get_detectcnt_thresh()
895 *detectcnt_dec = pqos_params->detect_cnt_dec_thresh; in dhd_sock_qos_get_detectcnt_thresh()
900 unsigned char detectcnt_dec) in dhd_sock_qos_set_detectcnt_thresh() argument
909 pqos_params->detect_cnt_dec_thresh = detectcnt_dec; in dhd_sock_qos_set_detectcnt_thresh()
H A Ddhd_linux_exportfs.c481 unsigned char detectcnt_inc, detectcnt_dec; in show_sock_qos_detectcnt_thresh() local
484 dhd_sock_qos_get_detectcnt_thresh(dhd, &detectcnt_inc, &detectcnt_dec); in show_sock_qos_detectcnt_thresh()
486 detectcnt_inc, detectcnt_dec); in show_sock_qos_detectcnt_thresh()
494 unsigned int detectcnt_inc, detectcnt_dec; in update_sock_qos_detectcnt_thresh() local
497 sscanf(buf, "%u %u", &detectcnt_inc, &detectcnt_dec); in update_sock_qos_detectcnt_thresh()
499 dhd_sock_qos_set_detectcnt_thresh(dhd, detectcnt_inc, detectcnt_dec); in update_sock_qos_detectcnt_thresh()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Ddhd_linux_sock_qos.h66 unsigned char *detectcnt_dec);
69 unsigned char detectcnt_dec);
H A Ddhd_linux_sock_qos.c884 unsigned char *detectcnt_dec) in dhd_sock_qos_get_detectcnt_thresh() argument
889 detectcnt_dec == NULL) { in dhd_sock_qos_get_detectcnt_thresh()
895 *detectcnt_dec = pqos_params->detect_cnt_dec_thresh; in dhd_sock_qos_get_detectcnt_thresh()
900 unsigned char detectcnt_dec) in dhd_sock_qos_set_detectcnt_thresh() argument
909 pqos_params->detect_cnt_dec_thresh = detectcnt_dec; in dhd_sock_qos_set_detectcnt_thresh()
H A Ddhd_linux_exportfs.c479 unsigned char detectcnt_inc, detectcnt_dec; in show_sock_qos_detectcnt_thresh() local
482 dhd_sock_qos_get_detectcnt_thresh(dhd, &detectcnt_inc, &detectcnt_dec); in show_sock_qos_detectcnt_thresh()
484 detectcnt_inc, detectcnt_dec); in show_sock_qos_detectcnt_thresh()
492 unsigned int detectcnt_inc, detectcnt_dec; in update_sock_qos_detectcnt_thresh() local
495 sscanf(buf, "%u %u", &detectcnt_inc, &detectcnt_dec); in update_sock_qos_detectcnt_thresh()
497 dhd_sock_qos_set_detectcnt_thresh(dhd, detectcnt_inc, detectcnt_dec); in update_sock_qos_detectcnt_thresh()