Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Ddhd_linux_sock_qos.h65 unsigned char *detectcnt_inc,
68 unsigned char detectcnt_inc,
H A Ddhd_linux_sock_qos.c883 unsigned char *detectcnt_inc, in dhd_sock_qos_get_detectcnt_thresh() argument
888 if (dhd == NULL || detectcnt_inc == NULL || in dhd_sock_qos_get_detectcnt_thresh()
894 *detectcnt_inc = pqos_params->detect_cnt_inc_thresh; in dhd_sock_qos_get_detectcnt_thresh()
899 unsigned char detectcnt_inc, in dhd_sock_qos_set_detectcnt_thresh() argument
908 pqos_params->detect_cnt_inc_thresh = detectcnt_inc; 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.h65 unsigned char *detectcnt_inc,
68 unsigned char detectcnt_inc,
H A Ddhd_linux_sock_qos.c883 unsigned char *detectcnt_inc, in dhd_sock_qos_get_detectcnt_thresh() argument
888 if (dhd == NULL || detectcnt_inc == NULL || in dhd_sock_qos_get_detectcnt_thresh()
894 *detectcnt_inc = pqos_params->detect_cnt_inc_thresh; in dhd_sock_qos_get_detectcnt_thresh()
899 unsigned char detectcnt_inc, in dhd_sock_qos_set_detectcnt_thresh() argument
908 pqos_params->detect_cnt_inc_thresh = detectcnt_inc; 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()