Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/hal/rtl8821c/
H A Drtl8821c_ops.c642 u16 cur_mac_rxff_ptr; in check_rx_count() local
644 cur_mac_rxff_ptr = rtw_read16(p, REG_RXFF_PTR_V1_8821C); in check_rx_count()
647 …rxff_ptr = %d , cur_mac_rxff_ptr = %d\n", __func__, psrtpriv->last_mac_rxff_ptr, cur_mac_rxff_ptr); in check_rx_count()
650 if (psrtpriv->last_mac_rxff_ptr == cur_mac_rxff_ptr) { in check_rx_count()
662 psrtpriv->last_mac_rxff_ptr = cur_mac_rxff_ptr; in check_rx_count()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8821cs/hal/rtl8821c/
H A Drtl8821c_ops.c643 u16 cur_mac_rxff_ptr; in check_rx_count() local
645 cur_mac_rxff_ptr = rtw_read16(p, REG_RXFF_PTR_V1_8821C); in check_rx_count()
648 …rxff_ptr = %d , cur_mac_rxff_ptr = %d\n", __func__, psrtpriv->last_mac_rxff_ptr, cur_mac_rxff_ptr); in check_rx_count()
651 if (psrtpriv->last_mac_rxff_ptr == cur_mac_rxff_ptr) { in check_rx_count()
663 psrtpriv->last_mac_rxff_ptr = cur_mac_rxff_ptr; in check_rx_count()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822bs/hal/rtl8822b/
H A Drtl8822b_ops.c901 u16 cur_mac_rxff_ptr; in check_rx_count() local
903 cur_mac_rxff_ptr = rtw_read16(p, REG_RXFF_PTR_V1_8822B); in check_rx_count()
906 …rxff_ptr = %d , cur_mac_rxff_ptr = %d\n", __func__, psrtpriv->last_mac_rxff_ptr, cur_mac_rxff_ptr); in check_rx_count()
909 if (psrtpriv->last_mac_rxff_ptr == cur_mac_rxff_ptr) { in check_rx_count()
921 psrtpriv->last_mac_rxff_ptr = cur_mac_rxff_ptr; in check_rx_count()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/hal/rtl8822c/
H A Drtl8822c_ops.c1084 u16 cur_mac_rxff_ptr; in check_rx_count() local
1086 cur_mac_rxff_ptr = rtw_read16(p, REG_RXFF_PTR_V1_8822C); in check_rx_count()
1089 …rxff_ptr = %d , cur_mac_rxff_ptr = %d\n", __func__, psrtpriv->last_mac_rxff_ptr, cur_mac_rxff_ptr); in check_rx_count()
1092 if (psrtpriv->last_mac_rxff_ptr == cur_mac_rxff_ptr) { in check_rx_count()
1104 psrtpriv->last_mac_rxff_ptr = cur_mac_rxff_ptr; in check_rx_count()