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 D | rtl8821c_ops.c | 642 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 D | rtl8821c_ops.c | 643 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 D | rtl8822b_ops.c | 901 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 D | rtl8822c_ops.c | 1084 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()
|