Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/staging/rtl8723bs/core/
Drtw_xmit.c2050 psta->sleepq_len++; in xmitframe_enqueue_for_sleeping_sta()
2081 psta->sleepq_len++; in xmitframe_enqueue_for_sleeping_sta()
2234 psta->sleepq_len--; in wakeup_sta_to_xmit()
2235 if (psta->sleepq_len > 0) in wakeup_sta_to_xmit()
2256 if (psta->sleepq_len == 0) { in wakeup_sta_to_xmit()
2285 psta_bmc->sleepq_len--; in wakeup_sta_to_xmit()
2286 if (psta_bmc->sleepq_len > 0) in wakeup_sta_to_xmit()
2295 if (psta_bmc->sleepq_len == 0) { in wakeup_sta_to_xmit()
2352 psta->sleepq_len--; in xmit_delivery_enabled_frames()
Drtw_sta_mgt.c23 psta->sleepq_len = 0; in _rtw_init_stainfo()
297 psta->sleepq_len = 0; in rtw_free_stainfo()
Drtw_recv.c967 psta->sleepq_len--; in validate_recv_ctrl_frame()
969 if (psta->sleepq_len > 0) in validate_recv_ctrl_frame()
978 if (psta->sleepq_len == 0) { in validate_recv_ctrl_frame()
994 if (psta->sleepq_len == 0) { in validate_recv_ctrl_frame()
998 psta->sleepq_len = 0; in validate_recv_ctrl_frame()
Drtw_ap.c261 if (psta->sleepq_len > (NR_XMITFRAME / pstapriv->asoc_list_cnt) in expire_timeout_chk()
Drtw_cmd.c1513 if (psta_bmc->sleepq_len == 0) { in rtw_chk_hi_queue_hdl()
Drtw_mlme_ext.c5875 if ((pstapriv->tim_bitmap&BIT(0)) && (psta_bmc->sleepq_len > 0)) { in chk_bmc_sleepq_hdl()
5888 psta_bmc->sleepq_len--; in chk_bmc_sleepq_hdl()
5889 if (psta_bmc->sleepq_len > 0) in chk_bmc_sleepq_hdl()
/linux-6.12.1/drivers/staging/rtl8723bs/include/
Dsta_info.h81 unsigned int sleepq_len; member