Searched refs:sta_dz_bitmap (Results 1 – 12 of 12) sorted by relevance
/Linux-v5.15/drivers/staging/r8188eu/core/ |
D | rtw_sta_mgt.c | 93 pstapriv->sta_dz_bitmap = 0; in _rtw_init_sta_priv() 347 pstapriv->sta_dz_bitmap &= ~BIT(psta->aid); in rtw_free_stainfo()
|
D | rtw_xmit.c | 1822 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()
|
D | rtw_debug.c | 828 … 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()
|
D | rtw_cmd.c | 1781 pstapriv->sta_dz_bitmap &= ~BIT(0); in rtw_chk_hi_queue_hdl()
|
D | rtw_recv.c | 943 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/ |
D | rtw_sta_mgt.c | 86 pstapriv->sta_dz_bitmap = 0; in _rtw_init_sta_priv() 405 pstapriv->sta_dz_bitmap &= ~BIT(psta->aid); in rtw_free_stainfo()
|
D | rtw_xmit.c | 2036 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()
|
D | rtw_recv.c | 953 if ((psta->state&WIFI_SLEEP_STATE) && (pstapriv->sta_dz_bitmap&BIT(psta->aid))) { in validate_recv_ctrl_frame()
|
D | rtw_cmd.c | 1634 pstapriv->sta_dz_bitmap &= ~BIT(0); in rtw_chk_hi_queue_hdl()
|
/Linux-v5.15/drivers/staging/rtl8723bs/include/ |
D | sta_info.h | 332 u16 sta_dz_bitmap;/* only support for 15 stations, aid bitmap for sleeping stations. */ member
|
/Linux-v5.15/drivers/staging/r8188eu/include/ |
D | sta_info.h | 325 u16 sta_dz_bitmap;/* only support 15 stations, station aid bitmap member
|
/Linux-v5.15/drivers/staging/r8188eu/os_dep/ |
D | ioctl_linux.c | 4253 …DBG_88E("sta_dz_bitmap = 0x%x, tim_bitmap = 0x%x\n", pstapriv->sta_dz_bitmap, pstapriv->tim_bitmap… in rtw_dbg_port()
|