Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/staging/r8188eu/core/
Drtw_xmit.c1827 psta->sleepq_len++; in xmitframe_enqueue_for_sleeping_sta()
1852 psta->sleepq_len++; in xmitframe_enqueue_for_sleeping_sta()
1881 if (psta->sleepq_len == 1) { in xmitframe_enqueue_for_sleeping_sta()
2001 psta->sleepq_len--; in wakeup_sta_to_xmit()
2002 if (psta->sleepq_len > 0) in wakeup_sta_to_xmit()
2026 if (psta->sleepq_len == 0) { in wakeup_sta_to_xmit()
2062 psta_bmc->sleepq_len--; in wakeup_sta_to_xmit()
2063 if (psta_bmc->sleepq_len > 0) in wakeup_sta_to_xmit()
2076 if (psta_bmc->sleepq_len == 0) { in wakeup_sta_to_xmit()
2132 psta->sleepq_len--; in xmit_delivery_enabled_frames()
Drtw_sta_mgt.c22 psta->sleepq_len = 0; in _rtw_init_stainfo()
263 psta->sleepq_len = 0; in rtw_free_stainfo()
Drtw_recv.c960 psta->sleepq_len--; in validate_recv_ctrl_frame()
962 if (psta->sleepq_len > 0) in validate_recv_ctrl_frame()
971 if (psta->sleepq_len == 0) { in validate_recv_ctrl_frame()
980 if (psta->sleepq_len == 0) { in validate_recv_ctrl_frame()
986 DBG_88E("error!psta->sleepq_len=%d\n", psta->sleepq_len); in validate_recv_ctrl_frame()
987 psta->sleepq_len = 0; in validate_recv_ctrl_frame()
Drtw_ap.c257 if (psta->sleepq_len > (NR_XMITFRAME / pstapriv->asoc_list_cnt) && in expire_timeout_chk()
260 (psta->hwaddr), psta->sleepq_len, in expire_timeout_chk()
Drtw_debug.c848 len += snprintf(page + len, count - len, "sleepq_len=%d\n", psta->sleepq_len); in proc_get_all_sta_info()
Drtw_cmd.c1760 if (psta_bmc->sleepq_len == 0) { in rtw_chk_hi_queue_hdl()
Drtw_mlme_ext.c8224 if ((pstapriv->tim_bitmap & BIT(0)) && (psta_bmc->sleepq_len > 0)) { in tx_beacon_hdl()
8238 psta_bmc->sleepq_len--; in tx_beacon_hdl()
8239 if (psta_bmc->sleepq_len > 0) in tx_beacon_hdl()
/Linux-v5.15/drivers/staging/rtl8723bs/core/
Drtw_xmit.c2043 psta->sleepq_len++; in xmitframe_enqueue_for_sleeping_sta()
2074 psta->sleepq_len++; in xmitframe_enqueue_for_sleeping_sta()
2227 psta->sleepq_len--; in wakeup_sta_to_xmit()
2228 if (psta->sleepq_len > 0) in wakeup_sta_to_xmit()
2249 if (psta->sleepq_len == 0) { in wakeup_sta_to_xmit()
2278 psta_bmc->sleepq_len--; in wakeup_sta_to_xmit()
2279 if (psta_bmc->sleepq_len > 0) in wakeup_sta_to_xmit()
2288 if (psta_bmc->sleepq_len == 0) { in wakeup_sta_to_xmit()
2345 psta->sleepq_len--; in xmit_delivery_enabled_frames()
Drtw_sta_mgt.c23 psta->sleepq_len = 0; in _rtw_init_stainfo()
295 psta->sleepq_len = 0; in rtw_free_stainfo()
Drtw_recv.c971 psta->sleepq_len--; in validate_recv_ctrl_frame()
973 if (psta->sleepq_len > 0) in validate_recv_ctrl_frame()
982 if (psta->sleepq_len == 0) { in validate_recv_ctrl_frame()
998 if (psta->sleepq_len == 0) { in validate_recv_ctrl_frame()
1002 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_mlme_ext.c5930 if ((pstapriv->tim_bitmap&BIT(0)) && (psta_bmc->sleepq_len > 0)) { in chk_bmc_sleepq_hdl()
5943 psta_bmc->sleepq_len--; in chk_bmc_sleepq_hdl()
5944 if (psta_bmc->sleepq_len > 0) in chk_bmc_sleepq_hdl()
Drtw_cmd.c1626 if (psta_bmc->sleepq_len == 0) { in rtw_chk_hi_queue_hdl()
/Linux-v5.15/drivers/staging/rtl8723bs/include/
Dsta_info.h81 unsigned int sleepq_len; member
/Linux-v5.15/drivers/staging/r8188eu/include/
Dsta_info.h75 unsigned int sleepq_len; member