Searched refs:detectcnt_dec (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/ |
| H A D | dhd_linux_sock_qos.h | 66 unsigned char *detectcnt_dec); 69 unsigned char detectcnt_dec);
|
| H A D | dhd_linux_sock_qos.c | 884 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 D | dhd_linux_exportfs.c | 481 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 D | dhd_linux_sock_qos.h | 66 unsigned char *detectcnt_dec); 69 unsigned char detectcnt_dec);
|
| H A D | dhd_linux_sock_qos.c | 884 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 D | dhd_linux_exportfs.c | 479 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()
|