Home
last modified time | relevance | path

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

/linux/drivers/staging/rtl8723bs/core/
H A Drtw_xmit.c2076 if (pstapriv->sta_dz_bitmap) { /* if anyone sta is in ps mode */ in xmitframe_enqueue_for_sleeping_sta()
2089 pstapriv->sta_dz_bitmap |= BIT(0); in xmitframe_enqueue_for_sleeping_sta()
2109 if (pstapriv->sta_dz_bitmap & BIT(psta->aid)) { in xmitframe_enqueue_for_sleeping_sta()
2205 pstapriv->sta_dz_bitmap |= BIT(psta->aid); in stop_sta_xmit()
2303 pstapriv->sta_dz_bitmap &= ~BIT(psta->aid); in wakeup_sta_to_xmit()
2310 if ((pstapriv->sta_dz_bitmap & 0xfffe) == 0x0) { /* no any sta in ps mode */ in wakeup_sta_to_xmit()
2333 pstapriv->sta_dz_bitmap &= ~BIT(0); in wakeup_sta_to_xmit()
H A Drtw_cmd.c1510 pstapriv->sta_dz_bitmap &= ~BIT(0); in rtw_chk_hi_queue_hdl()
/linux/drivers/staging/rtl8723bs/include/
H A Dsta_info.h288 u16 sta_dz_bitmap;/* only support for 15 stations, aid bitmap for sleeping stations. */ member