Home
last modified time | relevance | path

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

/openbmc/linux/drivers/staging/rtl8723bs/core/
H A Drtw_xmit.c2051 psta->sleepq_len++; in xmitframe_enqueue_for_sleeping_sta()
2082 psta->sleepq_len++; in xmitframe_enqueue_for_sleeping_sta()
2235 psta->sleepq_len--; in wakeup_sta_to_xmit()
2236 if (psta->sleepq_len > 0) in wakeup_sta_to_xmit()
2257 if (psta->sleepq_len == 0) { in wakeup_sta_to_xmit()
2286 psta_bmc->sleepq_len--; in wakeup_sta_to_xmit()
2287 if (psta_bmc->sleepq_len > 0) in wakeup_sta_to_xmit()
2296 if (psta_bmc->sleepq_len == 0) { in wakeup_sta_to_xmit()
2353 psta->sleepq_len--; in xmit_delivery_enabled_frames()
H A Drtw_sta_mgt.c24 psta->sleepq_len = 0; in _rtw_init_stainfo()
299 psta->sleepq_len = 0; in rtw_free_stainfo()
H A Drtw_recv.c968 psta->sleepq_len--; in validate_recv_ctrl_frame()
970 if (psta->sleepq_len > 0) in validate_recv_ctrl_frame()
979 if (psta->sleepq_len == 0) { in validate_recv_ctrl_frame()
995 if (psta->sleepq_len == 0) { in validate_recv_ctrl_frame()
999 psta->sleepq_len = 0; in validate_recv_ctrl_frame()
H A Drtw_ap.c262 if (psta->sleepq_len > (NR_XMITFRAME / pstapriv->asoc_list_cnt) in expire_timeout_chk()
H A Drtw_cmd.c1514 if (psta_bmc->sleepq_len == 0) { in rtw_chk_hi_queue_hdl()
H A Drtw_mlme_ext.c5876 if ((pstapriv->tim_bitmap&BIT(0)) && (psta_bmc->sleepq_len > 0)) { in chk_bmc_sleepq_hdl()
5889 psta_bmc->sleepq_len--; in chk_bmc_sleepq_hdl()
5890 if (psta_bmc->sleepq_len > 0) in chk_bmc_sleepq_hdl()
/openbmc/linux/drivers/staging/rtl8723bs/include/
H A Dsta_info.h81 unsigned int sleepq_len; member