Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/staging/r8188eu/core/
Drtw_xmit.c1860 psta->sleepq_len++; in xmitframe_enqueue_for_sleeping_sta()
1885 psta->sleepq_len++; in xmitframe_enqueue_for_sleeping_sta()
1914 if (psta->sleepq_len == 1) { in xmitframe_enqueue_for_sleeping_sta()
2034 psta->sleepq_len--; in wakeup_sta_to_xmit()
2035 if (psta->sleepq_len > 0) in wakeup_sta_to_xmit()
2059 if (psta->sleepq_len == 0) { in wakeup_sta_to_xmit()
2095 psta_bmc->sleepq_len--; in wakeup_sta_to_xmit()
2096 if (psta_bmc->sleepq_len > 0) in wakeup_sta_to_xmit()
2109 if (psta_bmc->sleepq_len == 0) { in wakeup_sta_to_xmit()
2165 psta->sleepq_len--; in xmit_delivery_enabled_frames()
Drtw_sta_mgt.c19 psta->sleepq_len = 0; in _rtw_init_stainfo()
264 psta->sleepq_len = 0; in rtw_free_stainfo()
Drtw_recv.c963 psta->sleepq_len--; in validate_recv_ctrl_frame()
965 if (psta->sleepq_len > 0) in validate_recv_ctrl_frame()
972 if (psta->sleepq_len == 0) { in validate_recv_ctrl_frame()
981 if (psta->sleepq_len == 0) in validate_recv_ctrl_frame()
985 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.c1185 if (psta_bmc->sleepq_len == 0) { in rtw_chk_hi_queue_hdl()
Drtw_mlme_ext.c7891 if ((pstapriv->tim_bitmap & BIT(0)) && (psta_bmc->sleepq_len > 0)) { in tx_beacon_hdl()
7905 psta_bmc->sleepq_len--; in tx_beacon_hdl()
7906 if (psta_bmc->sleepq_len > 0) in tx_beacon_hdl()
/linux-6.1.9/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.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()
Drtw_ap.c262 if (psta->sleepq_len > (NR_XMITFRAME / pstapriv->asoc_list_cnt) in expire_timeout_chk()
Drtw_cmd.c1514 if (psta_bmc->sleepq_len == 0) { in rtw_chk_hi_queue_hdl()
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()
/linux-6.1.9/drivers/staging/r8188eu/include/
Dsta_info.h74 unsigned int sleepq_len; member
/linux-6.1.9/drivers/staging/rtl8723bs/include/
Dsta_info.h81 unsigned int sleepq_len; member