Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/staging/r8188eu/core/
Drtw_sta_mgt.c93 pstapriv->sta_dz_bitmap = 0; in _rtw_init_sta_priv()
347 pstapriv->sta_dz_bitmap &= ~BIT(psta->aid); in rtw_free_stainfo()
Drtw_xmit.c1822 if (pstapriv->sta_dz_bitmap) {/* if any one sta is in ps mode */ in xmitframe_enqueue_for_sleeping_sta()
1830 pstapriv->sta_dz_bitmap |= BIT(0); in xmitframe_enqueue_for_sleeping_sta()
1847 if (pstapriv->sta_dz_bitmap & BIT(psta->aid)) { in xmitframe_enqueue_for_sleeping_sta()
1939 pstapriv->sta_dz_bitmap |= BIT(psta->aid); in stop_sta_xmit()
2039 pstapriv->sta_dz_bitmap &= ~BIT(psta->aid); in wakeup_sta_to_xmit()
2049 if ((pstapriv->sta_dz_bitmap & 0xfffe) == 0x0) { /* no any sta in ps mode */ in wakeup_sta_to_xmit()
2078 pstapriv->sta_dz_bitmap &= ~BIT(0); in wakeup_sta_to_xmit()
Drtw_debug.c828 … len, count - len, "sta_dz_bitmap=0x%x, tim_bitmap=0x%x\n", pstapriv->sta_dz_bitmap, pstapriv->tim… in proc_get_all_sta_info()
Drtw_cmd.c1781 pstapriv->sta_dz_bitmap &= ~BIT(0); in rtw_chk_hi_queue_hdl()
Drtw_recv.c943 if ((psta->state & WIFI_SLEEP_STATE) && (pstapriv->sta_dz_bitmap & BIT(psta->aid))) { in validate_recv_ctrl_frame()
/Linux-v5.15/drivers/staging/rtl8723bs/core/
Drtw_sta_mgt.c86 pstapriv->sta_dz_bitmap = 0; in _rtw_init_sta_priv()
405 pstapriv->sta_dz_bitmap &= ~BIT(psta->aid); in rtw_free_stainfo()
Drtw_xmit.c2036 if (pstapriv->sta_dz_bitmap) { /* if anyone sta is in ps mode */ in xmitframe_enqueue_for_sleeping_sta()
2049 pstapriv->sta_dz_bitmap |= BIT(0); in xmitframe_enqueue_for_sleeping_sta()
2069 if (pstapriv->sta_dz_bitmap & BIT(psta->aid)) { in xmitframe_enqueue_for_sleeping_sta()
2165 pstapriv->sta_dz_bitmap |= BIT(psta->aid); in stop_sta_xmit()
2263 pstapriv->sta_dz_bitmap &= ~BIT(psta->aid); in wakeup_sta_to_xmit()
2270 if ((pstapriv->sta_dz_bitmap&0xfffe) == 0x0) { /* no any sta in ps mode */ in wakeup_sta_to_xmit()
2293 pstapriv->sta_dz_bitmap &= ~BIT(0); in wakeup_sta_to_xmit()
Drtw_recv.c953 if ((psta->state&WIFI_SLEEP_STATE) && (pstapriv->sta_dz_bitmap&BIT(psta->aid))) { in validate_recv_ctrl_frame()
Drtw_cmd.c1634 pstapriv->sta_dz_bitmap &= ~BIT(0); in rtw_chk_hi_queue_hdl()
/Linux-v5.15/drivers/staging/rtl8723bs/include/
Dsta_info.h332 u16 sta_dz_bitmap;/* only support for 15 stations, aid bitmap for sleeping stations. */ member
/Linux-v5.15/drivers/staging/r8188eu/include/
Dsta_info.h325 u16 sta_dz_bitmap;/* only support 15 stations, station aid bitmap member
/Linux-v5.15/drivers/staging/r8188eu/os_dep/
Dioctl_linux.c4253 …DBG_88E("sta_dz_bitmap = 0x%x, tim_bitmap = 0x%x\n", pstapriv->sta_dz_bitmap, pstapriv->tim_bitmap… in rtw_dbg_port()