Searched refs:maxfl (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/ |
| H A D | dhd_linux_sock_qos.h | 74 void dhd_sock_qos_set_maxfl(dhd_info_t *dhd, unsigned int maxfl);
|
| H A D | dhd_linux_exportfs.c | 534 unsigned int maxfl; in show_sock_qos_maxfl() local 537 maxfl = dhd_sock_qos_get_maxfl(dhd); in show_sock_qos_maxfl() 538 ret = scnprintf(buf, PAGE_SIZE - 1, "%u \n", maxfl); in show_sock_qos_maxfl() 546 unsigned int maxfl; in update_sock_qos_maxfl() local 549 sscanf(buf, "%u", &maxfl); in update_sock_qos_maxfl() 551 dhd_sock_qos_set_maxfl(dhd, maxfl); in update_sock_qos_maxfl()
|
| H A D | dhd_linux_sock_qos.c | 945 unsigned int maxfl) in dhd_sock_qos_set_maxfl() argument 950 dhd->psk_qos->max_sock_fl = maxfl; in dhd_sock_qos_set_maxfl()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/ |
| H A D | dhd_linux_sock_qos.h | 74 void dhd_sock_qos_set_maxfl(dhd_info_t *dhd, unsigned int maxfl);
|
| H A D | dhd_linux_exportfs.c | 532 unsigned int maxfl; in show_sock_qos_maxfl() local 535 maxfl = dhd_sock_qos_get_maxfl(dhd); in show_sock_qos_maxfl() 536 ret = scnprintf(buf, PAGE_SIZE - 1, "%u \n", maxfl); in show_sock_qos_maxfl() 544 unsigned int maxfl; in update_sock_qos_maxfl() local 547 sscanf(buf, "%u", &maxfl); in update_sock_qos_maxfl() 549 dhd_sock_qos_set_maxfl(dhd, maxfl); in update_sock_qos_maxfl()
|
| H A D | dhd_linux_sock_qos.c | 945 unsigned int maxfl) in dhd_sock_qos_set_maxfl() argument 950 dhd->psk_qos->max_sock_fl = maxfl; in dhd_sock_qos_set_maxfl()
|