Searched refs:detectcnt_inc (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/ |
| H A D | dhd_linux_sock_qos.h | 65 unsigned char *detectcnt_inc, 68 unsigned char detectcnt_inc,
|
| H A D | dhd_linux_sock_qos.c | 883 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 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 | 65 unsigned char *detectcnt_inc, 68 unsigned char detectcnt_inc,
|
| H A D | dhd_linux_sock_qos.c | 883 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 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()
|