Searched refs:sta_dz_bitmap (Results 1 – 12 of 12) sorted by relevance
93 pstapriv->sta_dz_bitmap = 0; in _rtw_init_sta_priv()354 pstapriv->sta_dz_bitmap &= ~BIT(psta->aid); in rtw_free_stainfo()
1657 if (pstapriv->sta_dz_bitmap) {/* if any one sta is in ps mode */ in xmitframe_enqueue_for_sleeping_sta()1665 pstapriv->sta_dz_bitmap |= BIT(0); in xmitframe_enqueue_for_sleeping_sta()1682 if (pstapriv->sta_dz_bitmap&BIT(psta->aid)) { in xmitframe_enqueue_for_sleeping_sta()1774 pstapriv->sta_dz_bitmap |= BIT(psta->aid); in stop_sta_xmit()1874 pstapriv->sta_dz_bitmap &= ~BIT(psta->aid); in wakeup_sta_to_xmit()1884 if ((pstapriv->sta_dz_bitmap&0xfffe) == 0x0) { /* no any sta in ps mode */ in wakeup_sta_to_xmit()1913 pstapriv->sta_dz_bitmap &= ~BIT(0); in wakeup_sta_to_xmit()
1051 pstapriv->sta_dz_bitmap &= ~BIT(0); in rtw_chk_hi_queue_hdl()
926 if ((psta->state&WIFI_SLEEP_STATE) && (pstapriv->sta_dz_bitmap&BIT(psta->aid))) { in validate_recv_ctrl_frame()
89 pstapriv->sta_dz_bitmap = 0; in _rtw_init_sta_priv()468 pstapriv->sta_dz_bitmap &= ~BIT(psta->aid); in rtw_free_stainfo()
2439 if (pstapriv->sta_dz_bitmap) { /* if anyone sta is in ps mode */ in xmitframe_enqueue_for_sleeping_sta()2454 pstapriv->sta_dz_bitmap |= BIT(0); in xmitframe_enqueue_for_sleeping_sta()2484 if (pstapriv->sta_dz_bitmap & BIT(psta->aid)) { in xmitframe_enqueue_for_sleeping_sta()2604 pstapriv->sta_dz_bitmap |= BIT(psta->aid); in stop_sta_xmit()2727 pstapriv->sta_dz_bitmap &= ~BIT(psta->aid); in wakeup_sta_to_xmit()2734 if ((pstapriv->sta_dz_bitmap&0xfffe) == 0x0) { /* no any sta in ps mode */ in wakeup_sta_to_xmit()2774 pstapriv->sta_dz_bitmap &= ~BIT(0); in wakeup_sta_to_xmit()
1274 …DBG_871X_SEL_NL(m, "sta_dz_bitmap = 0x%x, tim_bitmap = 0x%x\n", pstapriv->sta_dz_bitmap, pstapriv-… in proc_get_all_sta_info()
1765 pstapriv->sta_dz_bitmap &= ~BIT(0); in rtw_chk_hi_queue_hdl()
1146 if ((psta->state&WIFI_SLEEP_STATE) && (pstapriv->sta_dz_bitmap&BIT(psta->aid))) { in validate_recv_ctrl_frame()
314 u16 sta_dz_bitmap;/* only support 15 stations, station aid bitmap member
342 u16 sta_dz_bitmap;/* only support 15 stations, staion aid bitmap for sleeping sta. */ member
2871 …DBG_871X("sta_dz_bitmap = 0x%x, tim_bitmap = 0x%x\n", pstapriv->sta_dz_bitmap, pstapriv->tim_bitma… in rtw_dbg_port()