Home
last modified time | relevance | path

Searched refs:sleep_q (Results 1 – 12 of 12) sorted by relevance

/linux-4.1.27/drivers/staging/rtl8188eu/core/
Drtw_xmit.c1789 spin_lock_bh(&psta->sleep_q.lock); in xmitframe_enqueue_for_sleeping_sta()
1794 list_add_tail(&pxmitframe->list, get_list_head(&psta->sleep_q)); in xmitframe_enqueue_for_sleeping_sta()
1806 spin_unlock_bh(&psta->sleep_q.lock); in xmitframe_enqueue_for_sleeping_sta()
1811 spin_lock_bh(&psta->sleep_q.lock); in xmitframe_enqueue_for_sleeping_sta()
1819 list_add_tail(&pxmitframe->list, get_list_head(&psta->sleep_q)); in xmitframe_enqueue_for_sleeping_sta()
1859 spin_unlock_bh(&psta->sleep_q.lock); in xmitframe_enqueue_for_sleeping_sta()
1938 spin_lock_bh(&psta->sleep_q.lock); in wakeup_sta_to_xmit()
1940 xmitframe_phead = get_list_head(&psta->sleep_q); in wakeup_sta_to_xmit()
1989 spin_unlock_bh(&psta->sleep_q.lock); in wakeup_sta_to_xmit()
1992 spin_lock_bh(&psta->sleep_q.lock); in wakeup_sta_to_xmit()
[all …]
Drtw_sta_mgt.c37 _rtw_init_queue(&psta->sleep_q); in _rtw_init_stainfo()
93 _rtw_init_queue(&pstapriv->sleep_q); in _rtw_init_sta_priv()
315 rtw_free_xmitframe_queue(pxmitpriv, &psta->sleep_q); in rtw_free_stainfo()
Drtw_recv.c1035 spin_lock_bh(&psta->sleep_q.lock); in validate_recv_ctrl_frame()
1037 xmitframe_phead = get_list_head(&psta->sleep_q); in validate_recv_ctrl_frame()
1056 spin_unlock_bh(&psta->sleep_q.lock); in validate_recv_ctrl_frame()
1059 spin_lock_bh(&psta->sleep_q.lock); in validate_recv_ctrl_frame()
1088 spin_unlock_bh(&psta->sleep_q.lock); in validate_recv_ctrl_frame()
Drtw_mlme_ext.c5516 spin_lock_bh(&psta_bmc->sleep_q.lock); in tx_beacon_hdl()
5518 xmitframe_phead = get_list_head(&psta_bmc->sleep_q); in tx_beacon_hdl()
5538 spin_unlock_bh(&psta_bmc->sleep_q.lock); in tx_beacon_hdl()
5541 spin_lock_bh(&psta_bmc->sleep_q.lock); in tx_beacon_hdl()
5543 spin_unlock_bh(&psta_bmc->sleep_q.lock); in tx_beacon_hdl()
/linux-4.1.27/drivers/staging/rtl8188eu/include/
Dsta_info.h90 struct __queue sleep_q; member
302 struct __queue sleep_q; member
/linux-4.1.27/drivers/staging/rtl8712/
Dsta_info.h109 struct __queue sleep_q; member
Drtl871x_sta_mgt.c63 _init_queue(&pstapriv->sleep_q); in _r8712_init_sta_priv()
/linux-4.1.27/drivers/staging/rtl8723au/core/
Drtw_xmit.c1951 spin_lock_bh(&psta->sleep_q.lock); in xmitframe_enqueue_for_sleeping_sta23a()
1959 list_add_tail(&pxmitframe->list, get_list_head(&psta->sleep_q)); in xmitframe_enqueue_for_sleeping_sta23a()
1977 spin_unlock_bh(&psta->sleep_q.lock); in xmitframe_enqueue_for_sleeping_sta23a()
1983 spin_lock_bh(&psta->sleep_q.lock); in xmitframe_enqueue_for_sleeping_sta23a()
1993 list_add_tail(&pxmitframe->list, get_list_head(&psta->sleep_q)); in xmitframe_enqueue_for_sleeping_sta23a()
2044 spin_unlock_bh(&psta->sleep_q.lock); in xmitframe_enqueue_for_sleeping_sta23a()
2134 phead = get_list_head(&psta->sleep_q); in wakeup_sta_to_xmit23a()
2210 phead = get_list_head(&psta_bmc->sleep_q); in wakeup_sta_to_xmit23a()
2256 phead = get_list_head(&psta->sleep_q); in xmit_delivery_enabled_frames23a()
Drtw_sta_mgt.c33 _rtw_init_queue23a(&psta->sleep_q); in _rtw_init_stainfo()
217 rtw_free_xmitframe_queue23a(pxmitpriv, &psta->sleep_q); in rtw_free_stainfo23a()
Drtw_recv.c1109 xmitframe_phead = get_list_head(&psta->sleep_q); in validate_recv_ctrl_frame()
Drtw_mlme_ext.c6113 phead = get_list_head(&psta_bmc->sleep_q); in tx_beacon_hdl23a()
/linux-4.1.27/drivers/staging/rtl8723au/include/
Dsta_info.h90 struct rtw_queue sleep_q; member