Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Ddhd_linux_sock_qos.h74 void dhd_sock_qos_set_maxfl(dhd_info_t *dhd, unsigned int maxfl);
H A Ddhd_linux_exportfs.c534 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 Ddhd_linux_sock_qos.c945 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 Ddhd_linux_sock_qos.h74 void dhd_sock_qos_set_maxfl(dhd_info_t *dhd, unsigned int maxfl);
H A Ddhd_linux_exportfs.c532 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 Ddhd_linux_sock_qos.c945 unsigned int maxfl) in dhd_sock_qos_set_maxfl() argument
950 dhd->psk_qos->max_sock_fl = maxfl; in dhd_sock_qos_set_maxfl()