Home
last modified time | relevance | path

Searched refs:rate_record (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/staging/rtl8192e/rtl8192e/
H A Drtl_dm.c1837 if (rate_count < priv->rate_record) in _rtl92e_dm_fsync_timer_callback()
1839 priv->rate_record; in _rtl92e_dm_fsync_timer_callback()
1841 rate_count_diff = rate_count - priv->rate_record; in _rtl92e_dm_fsync_timer_callback()
1864 priv->rate_record = rate_count; in _rtl92e_dm_fsync_timer_callback()
1957 priv->rate_record = 0; in _rtl92e_dm_start_sw_fsync()
1972 priv->rate_record += in _rtl92e_dm_start_sw_fsync()
H A Drtl_core.h367 u32 rate_record; member
/openbmc/linux/drivers/staging/rtl8192u/
H A Dr8192U_dm.c2469 if (rate_count < priv->rate_record) in dm_fsync_work_callback()
2470 rate_count_diff = 0xffffffff - rate_count + priv->rate_record; in dm_fsync_work_callback()
2472 rate_count_diff = rate_count - priv->rate_record; in dm_fsync_work_callback()
2496 priv->rate_record = rate_count; in dm_fsync_work_callback()
2498 …rateRecord %d rateCount %d, rateCountdiff %d bSwitchFsync %d\n", priv->rate_record, rate_count, ra… in dm_fsync_work_callback()
2540 …rateRecord %d rateCount %d, rateCountdiff %d bSwitchFsync %d\n", priv->rate_record, rate_count, ra… in dm_fsync_work_callback()
2578 priv->rate_record = 0; in dm_StartSWFsync()
2594 priv->rate_record += priv->stats.received_rate_histogram[1][rateIndex]; in dm_StartSWFsync()
H A Dr8192U.h1018 u32 rate_record; member