Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/staging/rtl8188eu/core/
Drtw_sta_mgt.c93 pstapriv->sta_dz_bitmap = 0; in _rtw_init_sta_priv()
354 pstapriv->sta_dz_bitmap &= ~BIT(psta->aid); in rtw_free_stainfo()
Drtw_xmit.c1657 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()
Drtw_cmd.c1051 pstapriv->sta_dz_bitmap &= ~BIT(0); in rtw_chk_hi_queue_hdl()
Drtw_recv.c926 if ((psta->state&WIFI_SLEEP_STATE) && (pstapriv->sta_dz_bitmap&BIT(psta->aid))) { in validate_recv_ctrl_frame()
/Linux-v4.19/drivers/staging/rtl8723bs/core/
Drtw_sta_mgt.c89 pstapriv->sta_dz_bitmap = 0; in _rtw_init_sta_priv()
468 pstapriv->sta_dz_bitmap &= ~BIT(psta->aid); in rtw_free_stainfo()
Drtw_xmit.c2439 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()
Drtw_debug.c1274 …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()
Drtw_cmd.c1765 pstapriv->sta_dz_bitmap &= ~BIT(0); in rtw_chk_hi_queue_hdl()
Drtw_recv.c1146 if ((psta->state&WIFI_SLEEP_STATE) && (pstapriv->sta_dz_bitmap&BIT(psta->aid))) { in validate_recv_ctrl_frame()
/Linux-v4.19/drivers/staging/rtl8188eu/include/
Dsta_info.h314 u16 sta_dz_bitmap;/* only support 15 stations, station aid bitmap member
/Linux-v4.19/drivers/staging/rtl8723bs/include/
Dsta_info.h342 u16 sta_dz_bitmap;/* only support 15 stations, staion aid bitmap for sleeping sta. */ member
/Linux-v4.19/drivers/staging/rtl8723bs/os_dep/
Dioctl_linux.c2871 …DBG_871X("sta_dz_bitmap = 0x%x, tim_bitmap = 0x%x\n", pstapriv->sta_dz_bitmap, pstapriv->tim_bitma… in rtw_dbg_port()