Home
last modified time | relevance | path

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

/linux/drivers/staging/rtl8723bs/core/
A Drtw_sta_mgt.c22 INIT_LIST_HEAD(&psta->sleep_q.queue); in _rtw_init_stainfo()
23 spin_lock_init(&psta->sleep_q.lock); in _rtw_init_stainfo()
73 INIT_LIST_HEAD(&pstapriv->sleep_q.queue); in _rtw_init_sta_priv()
74 spin_lock_init(&pstapriv->sleep_q.lock); in _rtw_init_sta_priv()
296 spin_lock_bh(&psta->sleep_q.lock); in rtw_free_stainfo()
297 rtw_free_xmitframe_queue(pxmitpriv, &psta->sleep_q); in rtw_free_stainfo()
299 spin_unlock_bh(&psta->sleep_q.lock); in rtw_free_stainfo()
A Drtw_xmit.c2045 spin_lock_bh(&psta->sleep_q.lock); in xmitframe_enqueue_for_sleeping_sta()
2070 spin_unlock_bh(&psta->sleep_q.lock); in xmitframe_enqueue_for_sleeping_sta()
2075 spin_lock_bh(&psta->sleep_q.lock); in xmitframe_enqueue_for_sleeping_sta()
2125 spin_unlock_bh(&psta->sleep_q.lock); in xmitframe_enqueue_for_sleeping_sta()
2208 spin_lock_bh(&psta->sleep_q.lock); in wakeup_sta_to_xmit()
2210 xmitframe_phead = get_list_head(&psta->sleep_q); in wakeup_sta_to_xmit()
2281 xmitframe_phead = get_list_head(&psta_bmc->sleep_q); in wakeup_sta_to_xmit()
2309 spin_unlock_bh(&psta->sleep_q.lock); in wakeup_sta_to_xmit()
2322 spin_lock_bh(&psta->sleep_q.lock); in xmit_delivery_enabled_frames()
2324 xmitframe_phead = get_list_head(&psta->sleep_q); in xmit_delivery_enabled_frames()
[all …]
A Drtw_recv.c961 spin_lock_bh(&psta->sleep_q.lock); in validate_recv_ctrl_frame()
963 xmitframe_phead = get_list_head(&psta->sleep_q); in validate_recv_ctrl_frame()
992 spin_unlock_bh(&psta->sleep_q.lock); in validate_recv_ctrl_frame()
995 spin_unlock_bh(&psta->sleep_q.lock); in validate_recv_ctrl_frame()
A Drtw_mlme_ext.c5920 spin_lock_bh(&psta_bmc->sleep_q.lock); in chk_bmc_sleepq_hdl()
5922 xmitframe_phead = get_list_head(&psta_bmc->sleep_q); in chk_bmc_sleepq_hdl()
5943 spin_unlock_bh(&psta_bmc->sleep_q.lock); in chk_bmc_sleepq_hdl()
/linux/drivers/staging/r8188eu/core/
A Drtw_xmit.c1796 spin_lock_bh(&psta->sleep_q.lock); in xmitframe_enqueue_for_sleeping_sta()
1813 spin_unlock_bh(&psta->sleep_q.lock); in xmitframe_enqueue_for_sleeping_sta()
1818 spin_lock_bh(&psta->sleep_q.lock); in xmitframe_enqueue_for_sleeping_sta()
1866 spin_unlock_bh(&psta->sleep_q.lock); in xmitframe_enqueue_for_sleeping_sta()
1945 spin_lock_bh(&psta->sleep_q.lock); in wakeup_sta_to_xmit()
1996 spin_unlock_bh(&psta->sleep_q.lock); in wakeup_sta_to_xmit()
1999 spin_lock_bh(&psta->sleep_q.lock); in wakeup_sta_to_xmit()
2018 spin_unlock_bh(&psta->sleep_q.lock); in wakeup_sta_to_xmit()
2026 spin_lock_bh(&psta_bmc->sleep_q.lock); in wakeup_sta_to_xmit()
2073 spin_lock_bh(&psta->sleep_q.lock); in xmit_delivery_enabled_frames()
[all …]
A Drtw_sta_mgt.c21 rtw_init_queue(&psta->sleep_q); in _rtw_init_stainfo()
69 rtw_init_queue(&pstapriv->sleep_q); in _rtw_init_sta_priv()
251 rtw_free_xmitframe_queue(pxmitpriv, &psta->sleep_q); in rtw_free_stainfo()
A Drtw_mlme_ext.c7969 spin_lock_bh(&psta_bmc->sleep_q.lock); in tx_beacon_hdl()
7971 xmitframe_phead = get_list_head(&psta_bmc->sleep_q); in tx_beacon_hdl()
7991 spin_unlock_bh(&psta_bmc->sleep_q.lock); in tx_beacon_hdl()
7994 spin_lock_bh(&psta_bmc->sleep_q.lock); in tx_beacon_hdl()
7996 spin_unlock_bh(&psta_bmc->sleep_q.lock); in tx_beacon_hdl()
A Drtw_recv.c880 xmitframe_phead = get_list_head(&psta->sleep_q); in validate_recv_ctrl_frame()
/linux/drivers/staging/rtl8723bs/include/
A Dsta_info.h80 struct __queue sleep_q; member
310 struct __queue sleep_q; member
/linux/drivers/staging/r8188eu/include/
A Dsta_info.h74 struct __queue sleep_q; member
297 struct __queue sleep_q; member
/linux/drivers/staging/rtl8712/
A Dsta_info.h96 struct __queue sleep_q; member
A Drtl871x_sta_mgt.c51 _init_queue(&pstapriv->sleep_q); in _r8712_init_sta_priv()

Completed in 46 milliseconds