Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/rtl8188eu/core/
Drtw_xmit.c1793 spin_lock_bh(&psta->sleep_q.lock); in xmitframe_enqueue_for_sleeping_sta()
1798 list_add_tail(&pxmitframe->list, get_list_head(&psta->sleep_q)); in xmitframe_enqueue_for_sleeping_sta()
1810 spin_unlock_bh(&psta->sleep_q.lock); in xmitframe_enqueue_for_sleeping_sta()
1815 spin_lock_bh(&psta->sleep_q.lock); in xmitframe_enqueue_for_sleeping_sta()
1823 list_add_tail(&pxmitframe->list, get_list_head(&psta->sleep_q)); in xmitframe_enqueue_for_sleeping_sta()
1863 spin_unlock_bh(&psta->sleep_q.lock); in xmitframe_enqueue_for_sleeping_sta()
1942 spin_lock_bh(&psta->sleep_q.lock); in wakeup_sta_to_xmit()
1944 xmitframe_phead = get_list_head(&psta->sleep_q); in wakeup_sta_to_xmit()
1993 spin_unlock_bh(&psta->sleep_q.lock); in wakeup_sta_to_xmit()
1996 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()
91 _rtw_init_queue(&pstapriv->sleep_q); in _rtw_init_sta_priv()
286 rtw_free_xmitframe_queue(pxmitpriv, &psta->sleep_q); in rtw_free_stainfo()
Drtw_recv.c1010 spin_lock_bh(&psta->sleep_q.lock); in validate_recv_ctrl_frame()
1012 xmitframe_phead = get_list_head(&psta->sleep_q); in validate_recv_ctrl_frame()
1031 spin_unlock_bh(&psta->sleep_q.lock); in validate_recv_ctrl_frame()
1034 spin_lock_bh(&psta->sleep_q.lock); in validate_recv_ctrl_frame()
1063 spin_unlock_bh(&psta->sleep_q.lock); in validate_recv_ctrl_frame()
Drtw_mlme_ext.c5559 spin_lock_bh(&psta_bmc->sleep_q.lock); in tx_beacon_hdl()
5561 xmitframe_phead = get_list_head(&psta_bmc->sleep_q); in tx_beacon_hdl()
5581 spin_unlock_bh(&psta_bmc->sleep_q.lock); in tx_beacon_hdl()
5584 spin_lock_bh(&psta_bmc->sleep_q.lock); in tx_beacon_hdl()
5586 spin_unlock_bh(&psta_bmc->sleep_q.lock); in tx_beacon_hdl()
/linux-4.4.14/drivers/staging/rtl8188eu/include/
Dsta_info.h90 struct __queue sleep_q; member
301 struct __queue sleep_q; member
/linux-4.4.14/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.4.14/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.c6100 phead = get_list_head(&psta_bmc->sleep_q); in tx_beacon_hdl23a()
/linux-4.4.14/drivers/staging/rtl8723au/include/
Dsta_info.h90 struct rtw_queue sleep_q; member