Home
last modified time | relevance | path

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

/drivers/staging/rtl8188eu/core/
Drtw_xmit.c1668 psta->sleepq_len++; in xmitframe_enqueue_for_sleeping_sta()
1693 psta->sleepq_len++; in xmitframe_enqueue_for_sleeping_sta()
1722 if (psta->sleepq_len == 1) { in xmitframe_enqueue_for_sleeping_sta()
1847 psta->sleepq_len--; in wakeup_sta_to_xmit()
1848 if (psta->sleepq_len > 0) in wakeup_sta_to_xmit()
1872 if (psta->sleepq_len == 0) { in wakeup_sta_to_xmit()
1908 psta_bmc->sleepq_len--; in wakeup_sta_to_xmit()
1909 if (psta_bmc->sleepq_len > 0) in wakeup_sta_to_xmit()
1922 if (psta_bmc->sleepq_len == 0) { in wakeup_sta_to_xmit()
1978 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.c937 psta->sleepq_len--; in validate_recv_ctrl_frame()
939 if (psta->sleepq_len > 0) in validate_recv_ctrl_frame()
951 if (psta->sleepq_len == 0) { in validate_recv_ctrl_frame()
960 if (psta->sleepq_len == 0) { in validate_recv_ctrl_frame()
966 DBG_88E("error!psta->sleepq_len=%d\n", psta->sleepq_len); in validate_recv_ctrl_frame()
967 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.c1019 if (psta_bmc->sleepq_len == 0) { in rtw_chk_hi_queue_hdl()
Drtw_mlme_ext.c5410 if ((pstapriv->tim_bitmap & BIT(0)) && (psta_bmc->sleepq_len > 0)) { in tx_beacon_hdl()
5424 psta_bmc->sleepq_len--; in tx_beacon_hdl()
5425 if (psta_bmc->sleepq_len > 0) in tx_beacon_hdl()
/drivers/staging/rtl8723bs/core/
Drtw_xmit.c2446 psta->sleepq_len++; in xmitframe_enqueue_for_sleeping_sta()
2489 psta->sleepq_len++; in xmitframe_enqueue_for_sleeping_sta()
2674 psta->sleepq_len--; in wakeup_sta_to_xmit()
2675 if (psta->sleepq_len > 0) in wakeup_sta_to_xmit()
2706 if (psta->sleepq_len == 0) { in wakeup_sta_to_xmit()
2743 psta_bmc->sleepq_len--; in wakeup_sta_to_xmit()
2744 if (psta_bmc->sleepq_len > 0) in wakeup_sta_to_xmit()
2764 if (psta_bmc->sleepq_len == 0) { in wakeup_sta_to_xmit()
2834 psta->sleepq_len--; in xmit_delivery_enabled_frames()
Drtw_sta_mgt.c25 psta->sleepq_len = 0; in _rtw_init_stainfo()
339 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.c192 , psta->sleepq_len in chk_sta_is_alive()
327 if (psta->sleepq_len > (NR_XMITFRAME / pstapriv->asoc_list_cnt) in expire_timeout_chk()
336 psta->sleepq_len, in expire_timeout_chk()
Drtw_mlme_ext.c6685 if ((pstapriv->tim_bitmap&BIT(0)) && (psta_bmc->sleepq_len > 0)) { in chk_bmc_sleepq_hdl()
6701 psta_bmc->sleepq_len--; in chk_bmc_sleepq_hdl()
6702 if (psta_bmc->sleepq_len > 0) in chk_bmc_sleepq_hdl()
Drtw_cmd.c1714 if (psta_bmc->sleepq_len == 0) { in rtw_chk_hi_queue_hdl()
/drivers/staging/rtl8188eu/include/
Dsta_info.h78 unsigned int sleepq_len; member
/drivers/staging/rtl8723bs/include/
Dsta_info.h81 unsigned int sleepq_len; member