Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Ddhd_linux_exportfs.c2029 extern uint32 agg_h2d_db_timeout;
2108 ret = scnprintf(buf, PAGE_SIZE - 1, "%d\n", agg_h2d_db_timeout); in show_agg_h2d_db_timeout()
2124 agg_h2d_db_timeout = val; in set_agg_h2d_db_timeout()
2125 DHD_ERROR(("%s: agg_h2d_db_timeout: %d\n", __FUNCTION__, agg_h2d_db_timeout)); in set_agg_h2d_db_timeout()
2130 __ATTR(agg_h2d_db_timeout, 0660, show_agg_h2d_db_timeout, set_agg_h2d_db_timeout);
H A Ddhd_msgbuf.c573 uint32 agg_h2d_db_timeout = AGG_H2D_DB_TIMEOUT_USEC; variable
3840 hrtimer_start(&agg_db_info->timer, ns_to_ktime(agg_h2d_db_timeout * NSEC_PER_USEC), in dhd_msgbuf_agg_h2d_db_timer_start()
10726 agg_h2d_db_enab, agg_h2d_db_timeout, agg_h2d_db_inflight_thresh);
H A Ddhd_linux.c813 extern uint agg_h2d_db_timeout;
814 module_param(agg_h2d_db_timeout, uint, 0644);
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Ddhd_linux_exportfs.c2031 extern uint32 agg_h2d_db_timeout;
2110 ret = scnprintf(buf, PAGE_SIZE - 1, "%d\n", agg_h2d_db_timeout); in show_agg_h2d_db_timeout()
2126 agg_h2d_db_timeout = val; in set_agg_h2d_db_timeout()
2127 DHD_ERROR(("%s: agg_h2d_db_timeout: %d\n", __FUNCTION__, agg_h2d_db_timeout)); in set_agg_h2d_db_timeout()
2132 __ATTR(agg_h2d_db_timeout, 0660, show_agg_h2d_db_timeout, set_agg_h2d_db_timeout);
H A Ddhd_msgbuf.c569 uint32 agg_h2d_db_timeout = AGG_H2D_DB_TIMEOUT_USEC; variable
3836 hrtimer_start(&agg_db_info->timer, ns_to_ktime(agg_h2d_db_timeout * NSEC_PER_USEC), in dhd_msgbuf_agg_h2d_db_timer_start()
10722 agg_h2d_db_enab, agg_h2d_db_timeout, agg_h2d_db_inflight_thresh);
H A Ddhd_linux.c814 extern uint agg_h2d_db_timeout;
815 module_param(agg_h2d_db_timeout, uint, 0644);