Searched refs:sleepq_len (Results 1 – 7 of 7) sorted by relevance
2083 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()
23 psta->sleepq_len = 0; in _rtw_init_stainfo()298 psta->sleepq_len = 0; in rtw_free_stainfo()
1025 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()
1502 if (psta_bmc->sleepq_len == 0) { in rtw_chk_hi_queue_hdl()
260 if (psta->sleepq_len > (NR_XMITFRAME / pstapriv->asoc_list_cnt) && in expire_timeout_chk()
5835 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()
81 unsigned int sleepq_len; member