Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/staging/rtl8188eu/core/
Drtw_xmit.c1668 psta->sleepq_len++; in xmitframe_enqueue_for_sleeping_sta()
1693 psta->sleepq_len++; in xmitframe_enqueue_for_sleeping_sta()
1722 if (psta->sleepq_len == 1) { in xmitframe_enqueue_for_sleeping_sta()
1847 psta->sleepq_len--; in wakeup_sta_to_xmit()
1848 if (psta->sleepq_len > 0) in wakeup_sta_to_xmit()
1872 if (psta->sleepq_len == 0) { in wakeup_sta_to_xmit()
1908 psta_bmc->sleepq_len--; in wakeup_sta_to_xmit()
1909 if (psta_bmc->sleepq_len > 0) in wakeup_sta_to_xmit()
1922 if (psta_bmc->sleepq_len == 0) { in wakeup_sta_to_xmit()
1978 psta->sleepq_len--; in xmit_delivery_enabled_frames()
Drtw_sta_mgt.c25 psta->sleepq_len = 0; in _rtw_init_stainfo()
270 psta->sleepq_len = 0; in rtw_free_stainfo()
Drtw_recv.c928 psta->sleepq_len--; in validate_recv_ctrl_frame()
930 if (psta->sleepq_len > 0) in validate_recv_ctrl_frame()
942 if (psta->sleepq_len == 0) { in validate_recv_ctrl_frame()
951 if (psta->sleepq_len == 0) { in validate_recv_ctrl_frame()
957 DBG_88E("error!psta->sleepq_len=%d\n", psta->sleepq_len); in validate_recv_ctrl_frame()
958 psta->sleepq_len = 0; in validate_recv_ctrl_frame()
Drtw_ap.c273 if (psta->sleepq_len > (NR_XMITFRAME / pstapriv->asoc_list_cnt) && in expire_timeout_chk()
276 (psta->hwaddr), psta->sleepq_len, in expire_timeout_chk()
Drtw_cmd.c1040 if (psta_bmc->sleepq_len == 0) { in rtw_chk_hi_queue_hdl()
Drtw_mlme_ext.c5398 if ((pstapriv->tim_bitmap & BIT(0)) && (psta_bmc->sleepq_len > 0)) { in tx_beacon_hdl()
5412 psta_bmc->sleepq_len--; in tx_beacon_hdl()
5413 if (psta_bmc->sleepq_len > 0) in tx_beacon_hdl()
/Linux-v5.10/drivers/staging/rtl8723bs/core/
Drtw_xmit.c2241 psta->sleepq_len++; in xmitframe_enqueue_for_sleeping_sta()
2274 psta->sleepq_len++; in xmitframe_enqueue_for_sleeping_sta()
2436 psta->sleepq_len--; in wakeup_sta_to_xmit()
2437 if (psta->sleepq_len > 0) in wakeup_sta_to_xmit()
2458 if (psta->sleepq_len == 0) { in wakeup_sta_to_xmit()
2491 psta_bmc->sleepq_len--; in wakeup_sta_to_xmit()
2492 if (psta_bmc->sleepq_len > 0) in wakeup_sta_to_xmit()
2501 if (psta_bmc->sleepq_len == 0) { in wakeup_sta_to_xmit()
2561 psta->sleepq_len--; in xmit_delivery_enabled_frames()
Drtw_sta_mgt.c25 psta->sleepq_len = 0; in _rtw_init_stainfo()
336 psta->sleepq_len = 0; in rtw_free_stainfo()
Drtw_recv.c1162 psta->sleepq_len--; in validate_recv_ctrl_frame()
1164 if (psta->sleepq_len > 0) in validate_recv_ctrl_frame()
1175 if (psta->sleepq_len == 0) { in validate_recv_ctrl_frame()
1194 if (psta->sleepq_len == 0) { in validate_recv_ctrl_frame()
1200 DBG_871X("error!psta->sleepq_len =%d\n", psta->sleepq_len); in validate_recv_ctrl_frame()
1201 psta->sleepq_len = 0; in validate_recv_ctrl_frame()
Drtw_ap.c193 , psta->sleepq_len in chk_sta_is_alive()
329 if (psta->sleepq_len > (NR_XMITFRAME / pstapriv->asoc_list_cnt) in expire_timeout_chk()
338 psta->sleepq_len, in expire_timeout_chk()
Drtw_cmd.c1702 if (psta_bmc->sleepq_len == 0) { in rtw_chk_hi_queue_hdl()
Drtw_mlme_ext.c6690 if ((pstapriv->tim_bitmap&BIT(0)) && (psta_bmc->sleepq_len > 0)) { in chk_bmc_sleepq_hdl()
6706 psta_bmc->sleepq_len--; in chk_bmc_sleepq_hdl()
6707 if (psta_bmc->sleepq_len > 0) in chk_bmc_sleepq_hdl()
/Linux-v5.10/drivers/staging/rtl8188eu/include/
Dsta_info.h78 unsigned int sleepq_len; member
/Linux-v5.10/drivers/staging/rtl8723bs/include/
Dsta_info.h81 unsigned int sleepq_len; member