Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/staging/r8188eu/core/
Drtw_xmit.c1759 psta->sleepq_len++; in xmitframe_enqueue_for_sleeping_sta()
1784 psta->sleepq_len++; in xmitframe_enqueue_for_sleeping_sta()
1813 if (psta->sleepq_len == 1) { in xmitframe_enqueue_for_sleeping_sta()
1933 psta->sleepq_len--; in wakeup_sta_to_xmit()
1934 if (psta->sleepq_len > 0) in wakeup_sta_to_xmit()
1958 if (psta->sleepq_len == 0) { in wakeup_sta_to_xmit()
1994 psta_bmc->sleepq_len--; in wakeup_sta_to_xmit()
1995 if (psta_bmc->sleepq_len > 0) in wakeup_sta_to_xmit()
2008 if (psta_bmc->sleepq_len == 0) { in wakeup_sta_to_xmit()
2064 psta->sleepq_len--; in xmit_delivery_enabled_frames()
Drtw_sta_mgt.c22 psta->sleepq_len = 0; in _rtw_init_stainfo()
242 psta->sleepq_len = 0; in rtw_free_stainfo()
Drtw_recv.c865 psta->sleepq_len--; in validate_recv_ctrl_frame()
867 if (psta->sleepq_len > 0) in validate_recv_ctrl_frame()
874 if (psta->sleepq_len == 0) { in validate_recv_ctrl_frame()
883 if (psta->sleepq_len == 0) in validate_recv_ctrl_frame()
887 psta->sleepq_len = 0; in validate_recv_ctrl_frame()
Drtw_ap.c251 if (psta->sleepq_len > (NR_XMITFRAME / pstapriv->asoc_list_cnt) && in expire_timeout_chk()
Drtw_cmd.c1204 if (psta_bmc->sleepq_len == 0) { in rtw_chk_hi_queue_hdl()
Drtw_mlme_ext.c7625 if ((pstapriv->tim_bitmap & BIT(0)) && (psta_bmc->sleepq_len > 0)) { in tx_beacon_hdl()
7639 psta_bmc->sleepq_len--; in tx_beacon_hdl()
7640 if (psta_bmc->sleepq_len > 0) in tx_beacon_hdl()
/linux-5.19.10/drivers/staging/rtl8723bs/core/
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()
Drtw_sta_mgt.c24 psta->sleepq_len = 0; in _rtw_init_stainfo()
299 psta->sleepq_len = 0; in rtw_free_stainfo()
Drtw_recv.c975 psta->sleepq_len--; in validate_recv_ctrl_frame()
977 if (psta->sleepq_len > 0) in validate_recv_ctrl_frame()
986 if (psta->sleepq_len == 0) { in validate_recv_ctrl_frame()
1002 if (psta->sleepq_len == 0) { in validate_recv_ctrl_frame()
1006 psta->sleepq_len = 0; in validate_recv_ctrl_frame()
Drtw_ap.c262 if (psta->sleepq_len > (NR_XMITFRAME / pstapriv->asoc_list_cnt) in expire_timeout_chk()
Drtw_mlme_ext.c5878 if ((pstapriv->tim_bitmap&BIT(0)) && (psta_bmc->sleepq_len > 0)) { in chk_bmc_sleepq_hdl()
5891 psta_bmc->sleepq_len--; in chk_bmc_sleepq_hdl()
5892 if (psta_bmc->sleepq_len > 0) in chk_bmc_sleepq_hdl()
Drtw_cmd.c1602 if (psta_bmc->sleepq_len == 0) { in rtw_chk_hi_queue_hdl()
/linux-5.19.10/drivers/staging/r8188eu/include/
Dsta_info.h74 unsigned int sleepq_len; member
/linux-5.19.10/drivers/staging/rtl8723bs/include/
Dsta_info.h81 unsigned int sleepq_len; member