Home
last modified time | relevance | path

Searched refs:sleepq_len (Results 1 – 15 of 15) sorted by relevance

/Linux-v4.19/drivers/staging/rtl8188eu/core/
Drtw_xmit.c1662 psta->sleepq_len++; in xmitframe_enqueue_for_sleeping_sta()
1687 psta->sleepq_len++; in xmitframe_enqueue_for_sleeping_sta()
1716 if (psta->sleepq_len == 1) { in xmitframe_enqueue_for_sleeping_sta()
1836 psta->sleepq_len--; in wakeup_sta_to_xmit()
1837 if (psta->sleepq_len > 0) in wakeup_sta_to_xmit()
1861 if (psta->sleepq_len == 0) { in wakeup_sta_to_xmit()
1897 psta_bmc->sleepq_len--; in wakeup_sta_to_xmit()
1898 if (psta_bmc->sleepq_len > 0) in wakeup_sta_to_xmit()
1911 if (psta_bmc->sleepq_len == 0) { in wakeup_sta_to_xmit()
1967 psta->sleepq_len--; in xmit_delivery_enabled_frames()
Drtw_sta_mgt.c25 psta->sleepq_len = 0; in _rtw_init_stainfo()
265 psta->sleepq_len = 0; in rtw_free_stainfo()
Drtw_recv.c942 psta->sleepq_len--; in validate_recv_ctrl_frame()
944 if (psta->sleepq_len > 0) in validate_recv_ctrl_frame()
956 if (psta->sleepq_len == 0) { in validate_recv_ctrl_frame()
965 if (psta->sleepq_len == 0) { in validate_recv_ctrl_frame()
971 DBG_88E("error!psta->sleepq_len=%d\n", psta->sleepq_len); in validate_recv_ctrl_frame()
972 psta->sleepq_len = 0; in validate_recv_ctrl_frame()
Drtw_ap.c271 if (psta->sleepq_len > (NR_XMITFRAME / pstapriv->asoc_list_cnt) && in expire_timeout_chk()
274 (psta->hwaddr), psta->sleepq_len, in expire_timeout_chk()
Drtw_cmd.c1030 if (psta_bmc->sleepq_len == 0) { in rtw_chk_hi_queue_hdl()
Drtw_mlme_ext.c5430 if ((pstapriv->tim_bitmap&BIT(0)) && (psta_bmc->sleepq_len > 0)) { in tx_beacon_hdl()
5444 psta_bmc->sleepq_len--; in tx_beacon_hdl()
5445 if (psta_bmc->sleepq_len > 0) in tx_beacon_hdl()
/Linux-v4.19/drivers/staging/rtl8723bs/core/
Drtw_xmit.c2448 psta->sleepq_len++; in xmitframe_enqueue_for_sleeping_sta()
2491 psta->sleepq_len++; in xmitframe_enqueue_for_sleeping_sta()
2676 psta->sleepq_len--; in wakeup_sta_to_xmit()
2677 if (psta->sleepq_len > 0) in wakeup_sta_to_xmit()
2708 if (psta->sleepq_len == 0) { in wakeup_sta_to_xmit()
2745 psta_bmc->sleepq_len--; in wakeup_sta_to_xmit()
2746 if (psta_bmc->sleepq_len > 0) in wakeup_sta_to_xmit()
2766 if (psta_bmc->sleepq_len == 0) { in wakeup_sta_to_xmit()
2836 psta->sleepq_len--; in xmit_delivery_enabled_frames()
Drtw_sta_mgt.c25 psta->sleepq_len = 0; in _rtw_init_stainfo()
341 psta->sleepq_len = 0; in rtw_free_stainfo()
Drtw_recv.c1164 psta->sleepq_len--; in validate_recv_ctrl_frame()
1166 if (psta->sleepq_len > 0) in validate_recv_ctrl_frame()
1177 if (psta->sleepq_len == 0) { in validate_recv_ctrl_frame()
1196 if (psta->sleepq_len == 0) { in validate_recv_ctrl_frame()
1202 DBG_871X("error!psta->sleepq_len =%d\n", psta->sleepq_len); in validate_recv_ctrl_frame()
1203 psta->sleepq_len = 0; in validate_recv_ctrl_frame()
Drtw_ap.c207 , psta->sleepq_len in chk_sta_is_alive()
354 if (psta->sleepq_len > (NR_XMITFRAME/pstapriv->asoc_list_cnt) in expire_timeout_chk()
363 psta->sleepq_len, in expire_timeout_chk()
Drtw_debug.c1309 psta->sleepq_len); in proc_get_all_sta_info()
Drtw_cmd.c1757 if (psta_bmc->sleepq_len == 0) { in rtw_chk_hi_queue_hdl()
Drtw_mlme_ext.c6750 if ((pstapriv->tim_bitmap&BIT(0)) && (psta_bmc->sleepq_len > 0)) { in chk_bmc_sleepq_hdl()
6766 psta_bmc->sleepq_len--; in chk_bmc_sleepq_hdl()
6767 if (psta_bmc->sleepq_len > 0) in chk_bmc_sleepq_hdl()
/Linux-v4.19/drivers/staging/rtl8188eu/include/
Dsta_info.h78 unsigned int sleepq_len; member
/Linux-v4.19/drivers/staging/rtl8723bs/include/
Dsta_info.h81 unsigned int sleepq_len; member