Home
last modified time | relevance | path

Searched refs:agg_db_info (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Ddhd_msgbuf.c3799 agg_h2d_db_info_t *agg_db_info; in dhd_msgbuf_agg_h2d_db_timer_fn() local
3806 agg_db_info = container_of(timer, agg_h2d_db_info_t, timer); in dhd_msgbuf_agg_h2d_db_timer_fn()
3809 dhd = agg_db_info->dhd; in dhd_msgbuf_agg_h2d_db_timer_fn()
3832 agg_h2d_db_info_t *agg_db_info = &prot->agg_h2d_db_info; in dhd_msgbuf_agg_h2d_db_timer_start() local
3835 if (!hrtimer_active(&agg_db_info->timer)) { in dhd_msgbuf_agg_h2d_db_timer_start()
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()
3845 agg_h2d_db_info_t *agg_db_info = &prot->agg_h2d_db_info; in dhd_msgbuf_agg_h2d_db_timer_init() local
3847 agg_db_info->dhd = dhd; in dhd_msgbuf_agg_h2d_db_timer_init()
3848 hrtimer_init(&agg_db_info->timer, CLOCK_MONOTONIC, HRTIMER_MODE_REL); in dhd_msgbuf_agg_h2d_db_timer_init()
3850 agg_db_info->timer.function = &dhd_msgbuf_agg_h2d_db_timer_fn; in dhd_msgbuf_agg_h2d_db_timer_init()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Ddhd_msgbuf.c3803 agg_h2d_db_info_t *agg_db_info; in dhd_msgbuf_agg_h2d_db_timer_fn() local
3810 agg_db_info = container_of(timer, agg_h2d_db_info_t, timer); in dhd_msgbuf_agg_h2d_db_timer_fn()
3813 dhd = agg_db_info->dhd; in dhd_msgbuf_agg_h2d_db_timer_fn()
3836 agg_h2d_db_info_t *agg_db_info = &prot->agg_h2d_db_info; in dhd_msgbuf_agg_h2d_db_timer_start() local
3839 if (!hrtimer_active(&agg_db_info->timer)) { in dhd_msgbuf_agg_h2d_db_timer_start()
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()
3849 agg_h2d_db_info_t *agg_db_info = &prot->agg_h2d_db_info; in dhd_msgbuf_agg_h2d_db_timer_init() local
3851 agg_db_info->dhd = dhd; in dhd_msgbuf_agg_h2d_db_timer_init()
3852 hrtimer_init(&agg_db_info->timer, CLOCK_MONOTONIC, HRTIMER_MODE_REL); in dhd_msgbuf_agg_h2d_db_timer_init()
3854 agg_db_info->timer.function = &dhd_msgbuf_agg_h2d_db_timer_fn; in dhd_msgbuf_agg_h2d_db_timer_init()
[all …]