Searched refs:detectcnt_upgrd_thresh (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/ |
| H A D | dhd_linux_exportfs.c | 506 unsigned int detectcnt_upgrd_thresh; in show_sock_qos_detectcnt_upgrd_thresh() local 509 detectcnt_upgrd_thresh = dhd_sock_qos_get_detectcnt_upgrd_thresh(dhd); in show_sock_qos_detectcnt_upgrd_thresh() 510 ret = scnprintf(buf, PAGE_SIZE - 1, "%d \n", detectcnt_upgrd_thresh); in show_sock_qos_detectcnt_upgrd_thresh() 518 unsigned int detectcnt_upgrd_thresh; in update_sock_qos_detectcnt_upgrd_thresh() local 521 sscanf(buf, "%u", &detectcnt_upgrd_thresh); in update_sock_qos_detectcnt_upgrd_thresh() 523 dhd_sock_qos_set_detectcnt_upgrd_thresh(dhd, detectcnt_upgrd_thresh); in update_sock_qos_detectcnt_upgrd_thresh()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/ |
| H A D | dhd_linux_exportfs.c | 508 unsigned int detectcnt_upgrd_thresh; in show_sock_qos_detectcnt_upgrd_thresh() local 511 detectcnt_upgrd_thresh = dhd_sock_qos_get_detectcnt_upgrd_thresh(dhd); in show_sock_qos_detectcnt_upgrd_thresh() 512 ret = scnprintf(buf, PAGE_SIZE - 1, "%d \n", detectcnt_upgrd_thresh); in show_sock_qos_detectcnt_upgrd_thresh() 520 unsigned int detectcnt_upgrd_thresh; in update_sock_qos_detectcnt_upgrd_thresh() local 523 sscanf(buf, "%u", &detectcnt_upgrd_thresh); in update_sock_qos_detectcnt_upgrd_thresh() 525 dhd_sock_qos_set_detectcnt_upgrd_thresh(dhd, detectcnt_upgrd_thresh); in update_sock_qos_detectcnt_upgrd_thresh()
|