Home
last modified time | relevance | path

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

/linux/drivers/staging/rtl8723bs/core/
H A Drtw_xmit.c2083 psta->sleepq_len++; in xmitframe_enqueue_for_sleeping_sta()
2114 psta->sleepq_len++; in xmitframe_enqueue_for_sleeping_sta()
2267 psta->sleepq_len--; in wakeup_sta_to_xmit()
2268 if (psta->sleepq_len > 0) in wakeup_sta_to_xmit()
2289 if (psta->sleepq_len == 0) { in wakeup_sta_to_xmit()
2318 psta_bmc->sleepq_len--; in wakeup_sta_to_xmit()
2319 if (psta_bmc->sleepq_len > 0) in wakeup_sta_to_xmit()
2328 if (psta_bmc->sleepq_len == 0) { in wakeup_sta_to_xmit()
2385 psta->sleepq_len--; in xmit_delivery_enabled_frames()
H A Drtw_sta_mgt.c23 psta->sleepq_len = 0; in _rtw_init_stainfo()
298 psta->sleepq_len = 0; in rtw_free_stainfo()
H A Drtw_recv.c1025 psta->sleepq_len--; in validate_recv_ctrl_frame()
1027 if (psta->sleepq_len > 0) in validate_recv_ctrl_frame()
1036 if (psta->sleepq_len == 0) { in validate_recv_ctrl_frame()
1052 if (psta->sleepq_len == 0) { in validate_recv_ctrl_frame()
1056 psta->sleepq_len = 0; in validate_recv_ctrl_frame()
H A Drtw_cmd.c1502 if (psta_bmc->sleepq_len == 0) { in rtw_chk_hi_queue_hdl()
H A Drtw_ap.c260 if (psta->sleepq_len > (NR_XMITFRAME / pstapriv->asoc_list_cnt) && in expire_timeout_chk()
H A Drtw_mlme_ext.c5835 if ((pstapriv->tim_bitmap & BIT(0)) && (psta_bmc->sleepq_len > 0)) { in chk_bmc_sleepq_hdl()
5848 psta_bmc->sleepq_len--; in chk_bmc_sleepq_hdl()
5849 if (psta_bmc->sleepq_len > 0) in chk_bmc_sleepq_hdl()
/linux/drivers/staging/rtl8723bs/include/
H A Dsta_info.h81 unsigned int sleepq_len; member