Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/staging/rtl8192e/rtl8192e/
Dr8192E_dev.c1828 static u8 rx_chk_cnt; in rtl92e_is_rx_stuck() local
1833 rx_chk_cnt++; in rtl92e_is_rx_stuck()
1835 rx_chk_cnt = 0; in rtl92e_is_rx_stuck()
1841 if (rx_chk_cnt < 2) in rtl92e_is_rx_stuck()
1843 rx_chk_cnt = 0; in rtl92e_is_rx_stuck()
1849 if (rx_chk_cnt < 4) in rtl92e_is_rx_stuck()
1851 rx_chk_cnt = 0; in rtl92e_is_rx_stuck()
1853 if (rx_chk_cnt < 8) in rtl92e_is_rx_stuck()
1855 rx_chk_cnt = 0; in rtl92e_is_rx_stuck()