Home
last modified time | relevance | path

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

/linux/drivers/staging/rtl8723bs/core/
H A Drtw_sta_mgt.c23 psta->sleepq_len = 0; in _rtw_init_stainfo()
299 psta->sleepq_len = 0; in rtw_free_stainfo()
H A Drtw_cmd.c1504 if (psta_bmc->sleepq_len == 0) { in rtw_chk_hi_queue_hdl()
H A Drtw_ap.c261 if (psta->sleepq_len > (NR_XMITFRAME / pstapriv->asoc_list_cnt) && in expire_timeout_chk()
H A Drtw_mlme_ext.c5849 if ((pstapriv->tim_bitmap&BIT(0)) && (psta_bmc->sleepq_len > 0)) { in chk_bmc_sleepq_hdl()
5862 psta_bmc->sleepq_len--; in chk_bmc_sleepq_hdl()
5863 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