Home
last modified time | relevance | path

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

/drivers/staging/r8188eu/core/
Drtw_xmit.c1819 spin_lock_bh(&psta->sleep_q.lock); in xmitframe_enqueue_for_sleeping_sta()
1824 list_add_tail(&pxmitframe->list, get_list_head(&psta->sleep_q)); in xmitframe_enqueue_for_sleeping_sta()
1836 spin_unlock_bh(&psta->sleep_q.lock); in xmitframe_enqueue_for_sleeping_sta()
1841 spin_lock_bh(&psta->sleep_q.lock); in xmitframe_enqueue_for_sleeping_sta()
1849 list_add_tail(&pxmitframe->list, get_list_head(&psta->sleep_q)); in xmitframe_enqueue_for_sleeping_sta()
1889 spin_unlock_bh(&psta->sleep_q.lock); in xmitframe_enqueue_for_sleeping_sta()
1968 spin_lock_bh(&psta->sleep_q.lock); in wakeup_sta_to_xmit()
1970 xmitframe_phead = get_list_head(&psta->sleep_q); in wakeup_sta_to_xmit()
2019 spin_unlock_bh(&psta->sleep_q.lock); in wakeup_sta_to_xmit()
2022 spin_lock_bh(&psta->sleep_q.lock); in wakeup_sta_to_xmit()
[all …]
Drtw_sta_mgt.c21 _rtw_init_queue(&psta->sleep_q); in _rtw_init_stainfo()
76 _rtw_init_queue(&pstapriv->sleep_q); in _rtw_init_sta_priv()
262 rtw_free_xmitframe_queue(pxmitpriv, &psta->sleep_q); in rtw_free_stainfo()
Drtw_mlme_ext.c8228 spin_lock_bh(&psta_bmc->sleep_q.lock); in tx_beacon_hdl()
8230 xmitframe_phead = get_list_head(&psta_bmc->sleep_q); in tx_beacon_hdl()
8250 spin_unlock_bh(&psta_bmc->sleep_q.lock); in tx_beacon_hdl()
8253 spin_lock_bh(&psta_bmc->sleep_q.lock); in tx_beacon_hdl()
8255 spin_unlock_bh(&psta_bmc->sleep_q.lock); in tx_beacon_hdl()
Drtw_recv.c950 xmitframe_phead = get_list_head(&psta->sleep_q); in validate_recv_ctrl_frame()
/drivers/staging/rtl8723bs/core/
Drtw_sta_mgt.c22 _rtw_init_queue(&psta->sleep_q); in _rtw_init_stainfo()
71 _rtw_init_queue(&pstapriv->sleep_q); in _rtw_init_sta_priv()
293 rtw_free_xmitframe_queue(pxmitpriv, &psta->sleep_q); in rtw_free_stainfo()
Drtw_xmit.c2034 spin_lock_bh(&psta->sleep_q.lock); in xmitframe_enqueue_for_sleeping_sta()
2041 list_add_tail(&pxmitframe->list, get_list_head(&psta->sleep_q)); in xmitframe_enqueue_for_sleeping_sta()
2059 spin_unlock_bh(&psta->sleep_q.lock); in xmitframe_enqueue_for_sleeping_sta()
2064 spin_lock_bh(&psta->sleep_q.lock); in xmitframe_enqueue_for_sleeping_sta()
2072 list_add_tail(&pxmitframe->list, get_list_head(&psta->sleep_q)); in xmitframe_enqueue_for_sleeping_sta()
2114 spin_unlock_bh(&psta->sleep_q.lock); in xmitframe_enqueue_for_sleeping_sta()
2200 xmitframe_phead = get_list_head(&psta->sleep_q); in wakeup_sta_to_xmit()
2271 xmitframe_phead = get_list_head(&psta_bmc->sleep_q); in wakeup_sta_to_xmit()
2315 xmitframe_phead = get_list_head(&psta->sleep_q); in xmit_delivery_enabled_frames()
Drtw_recv.c961 xmitframe_phead = get_list_head(&psta->sleep_q); in validate_recv_ctrl_frame()
Drtw_mlme_ext.c5932 xmitframe_phead = get_list_head(&psta_bmc->sleep_q); in chk_bmc_sleepq_hdl()
/drivers/staging/rtl8723bs/include/
Dsta_info.h80 struct __queue sleep_q; member
310 struct __queue sleep_q; member
/drivers/staging/r8188eu/include/
Dsta_info.h74 struct __queue sleep_q; member
301 struct __queue sleep_q; member
/drivers/staging/rtl8712/
Dsta_info.h96 struct __queue sleep_q; member
Drtl871x_sta_mgt.c51 _init_queue(&pstapriv->sleep_q); in _r8712_init_sta_priv()