Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/rtl8188eu/core/
Drtw_xmit.c1800 psta->sleepq_len++; in xmitframe_enqueue_for_sleeping_sta()
1825 psta->sleepq_len++; in xmitframe_enqueue_for_sleeping_sta()
1854 if (psta->sleepq_len == 1) { in xmitframe_enqueue_for_sleeping_sta()
1974 psta->sleepq_len--; in wakeup_sta_to_xmit()
1975 if (psta->sleepq_len > 0) in wakeup_sta_to_xmit()
1999 if (psta->sleepq_len == 0) { in wakeup_sta_to_xmit()
2035 psta_bmc->sleepq_len--; in wakeup_sta_to_xmit()
2036 if (psta_bmc->sleepq_len > 0) in wakeup_sta_to_xmit()
2049 if (psta_bmc->sleepq_len == 0) { in wakeup_sta_to_xmit()
2105 psta->sleepq_len--; in xmit_delivery_enabled_frames()
Drtw_sta_mgt.c38 psta->sleepq_len = 0; in _rtw_init_stainfo()
287 psta->sleepq_len = 0; in rtw_free_stainfo()
Drtw_recv.c1022 psta->sleepq_len--; in validate_recv_ctrl_frame()
1024 if (psta->sleepq_len > 0) in validate_recv_ctrl_frame()
1036 if (psta->sleepq_len == 0) { in validate_recv_ctrl_frame()
1045 if (psta->sleepq_len == 0) { in validate_recv_ctrl_frame()
1051 DBG_88E("error!psta->sleepq_len=%d\n", psta->sleepq_len); in validate_recv_ctrl_frame()
1052 psta->sleepq_len = 0; in validate_recv_ctrl_frame()
Drtw_ap.c396 if (psta->sleepq_len > (NR_XMITFRAME/pstapriv->asoc_list_cnt) && in expire_timeout_chk()
399 (psta->hwaddr), psta->sleepq_len, in expire_timeout_chk()
Drtw_debug.c869 len += snprintf(page + len, count - len, "sleepq_len=%d\n", psta->sleepq_len); in proc_get_all_sta_info()
Drtw_cmd.c1128 if (psta_bmc->sleepq_len == 0) { in rtw_chk_hi_queue_hdl()
Drtw_mlme_ext.c5557 if ((pstapriv->tim_bitmap&BIT(0)) && (psta_bmc->sleepq_len > 0)) { in tx_beacon_hdl()
5571 psta_bmc->sleepq_len--; in tx_beacon_hdl()
5572 if (psta_bmc->sleepq_len > 0) in tx_beacon_hdl()
/linux-4.4.14/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.c273 if (psta->sleepq_len > (NR_XMITFRAME/pstapriv->asoc_list_cnt) in expire_timeout_chk23a()
279 psta->sleepq_len, in expire_timeout_chk23a()
Drtw_cmd.c1079 if (psta_bmc->sleepq_len == 0) { in rtw_chk_hi_queue_hdl()
Drtw_mlme_ext.c6095 if (pstapriv->tim_bitmap & BIT(0) && psta_bmc->sleepq_len > 0) { in tx_beacon_hdl23a()
6109 psta_bmc->sleepq_len--; in tx_beacon_hdl23a()
6110 if (psta_bmc->sleepq_len>0) in tx_beacon_hdl23a()
/linux-4.4.14/drivers/staging/rtl8723au/include/
Dsta_info.h91 unsigned int sleepq_len; member
/linux-4.4.14/drivers/staging/rtl8188eu/include/
Dsta_info.h91 unsigned int sleepq_len; member
/linux-4.4.14/drivers/staging/rtl8723au/hal/
Drtl8723au_xmit.c450 if (psta->sleepq_len > (NR_XMITFRAME>>3)) in rtl8723au_hal_xmit()