Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/rtl8188eu/core/
Drtw_xmit.c1796 psta->sleepq_len++; in xmitframe_enqueue_for_sleeping_sta()
1821 psta->sleepq_len++; in xmitframe_enqueue_for_sleeping_sta()
1850 if (psta->sleepq_len == 1) { in xmitframe_enqueue_for_sleeping_sta()
1970 psta->sleepq_len--; in wakeup_sta_to_xmit()
1971 if (psta->sleepq_len > 0) in wakeup_sta_to_xmit()
1995 if (psta->sleepq_len == 0) { in wakeup_sta_to_xmit()
2031 psta_bmc->sleepq_len--; in wakeup_sta_to_xmit()
2032 if (psta_bmc->sleepq_len > 0) in wakeup_sta_to_xmit()
2045 if (psta_bmc->sleepq_len == 0) { in wakeup_sta_to_xmit()
2101 psta->sleepq_len--; in xmit_delivery_enabled_frames()
Drtw_sta_mgt.c38 psta->sleepq_len = 0; in _rtw_init_stainfo()
316 psta->sleepq_len = 0; in rtw_free_stainfo()
Drtw_recv.c1047 psta->sleepq_len--; in validate_recv_ctrl_frame()
1049 if (psta->sleepq_len > 0) in validate_recv_ctrl_frame()
1061 if (psta->sleepq_len == 0) { in validate_recv_ctrl_frame()
1070 if (psta->sleepq_len == 0) { in validate_recv_ctrl_frame()
1076 DBG_88E("error!psta->sleepq_len=%d\n", psta->sleepq_len); in validate_recv_ctrl_frame()
1077 psta->sleepq_len = 0; in validate_recv_ctrl_frame()
Drtw_ap.c373 if (psta->sleepq_len > (NR_XMITFRAME/pstapriv->asoc_list_cnt) && in expire_timeout_chk()
376 (psta->hwaddr), psta->sleepq_len, in expire_timeout_chk()
Drtw_cmd.c1128 if (psta_bmc->sleepq_len == 0) { in rtw_chk_hi_queue_hdl()
Drtw_debug.c868 len += snprintf(page + len, count - len, "sleepq_len=%d\n", psta->sleepq_len); in proc_get_all_sta_info()
Drtw_mlme_ext.c5514 if ((pstapriv->tim_bitmap&BIT(0)) && (psta_bmc->sleepq_len > 0)) { in tx_beacon_hdl()
5528 psta_bmc->sleepq_len--; in tx_beacon_hdl()
5529 if (psta_bmc->sleepq_len > 0) in tx_beacon_hdl()
/linux-4.1.27/drivers/staging/rtl8723au/core/
Drtw_xmit.c1961 psta->sleepq_len++; in xmitframe_enqueue_for_sleeping_sta23a()
1995 psta->sleepq_len++; in xmitframe_enqueue_for_sleeping_sta23a()
2024 if (psta->sleepq_len == 1) { in xmitframe_enqueue_for_sleeping_sta23a()
2160 psta->sleepq_len--; in wakeup_sta_to_xmit23a()
2161 if (psta->sleepq_len > 0) in wakeup_sta_to_xmit23a()
2181 if (psta->sleepq_len == 0) { in wakeup_sta_to_xmit23a()
2218 psta_bmc->sleepq_len--; in wakeup_sta_to_xmit23a()
2219 if (psta_bmc->sleepq_len > 0) in wakeup_sta_to_xmit23a()
2227 if (psta_bmc->sleepq_len == 0) { in wakeup_sta_to_xmit23a()
2286 psta->sleepq_len--; in xmit_delivery_enabled_frames23a()
Drtw_sta_mgt.c34 psta->sleepq_len = 0; in _rtw_init_stainfo()
218 psta->sleepq_len = 0; in rtw_free_stainfo23a()
Drtw_recv.c1121 psta->sleepq_len--; in validate_recv_ctrl_frame()
1123 if (psta->sleepq_len>0) in validate_recv_ctrl_frame()
1135 if (psta->sleepq_len == 0) { in validate_recv_ctrl_frame()
1155 if (psta->sleepq_len == 0) { in validate_recv_ctrl_frame()
1166 psta->sleepq_len); in validate_recv_ctrl_frame()
1167 psta->sleepq_len = 0; in validate_recv_ctrl_frame()
Drtw_ap.c268 if (psta->sleepq_len > (NR_XMITFRAME/pstapriv->asoc_list_cnt) in expire_timeout_chk23a()
274 psta->sleepq_len, in expire_timeout_chk23a()
Drtw_cmd.c1078 if (psta_bmc->sleepq_len == 0) { in rtw_chk_hi_queue_hdl()
Drtw_mlme_ext.c6108 if (pstapriv->tim_bitmap & BIT(0) && psta_bmc->sleepq_len > 0) { in tx_beacon_hdl23a()
6122 psta_bmc->sleepq_len--; in tx_beacon_hdl23a()
6123 if (psta_bmc->sleepq_len>0) in tx_beacon_hdl23a()
/linux-4.1.27/drivers/staging/rtl8723au/include/
Dsta_info.h91 unsigned int sleepq_len; member
/linux-4.1.27/drivers/staging/rtl8188eu/include/
Dsta_info.h91 unsigned int sleepq_len; member
/linux-4.1.27/drivers/staging/rtl8723au/hal/
Drtl8723au_xmit.c450 if (psta->sleepq_len > (NR_XMITFRAME>>3)) in rtl8723au_hal_xmit()