Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/staging/r8188eu/core/
Drtw_xmit.c1820 spin_lock_bh(&psta->sleep_q.lock); in xmitframe_enqueue_for_sleeping_sta()
1825 list_add_tail(&pxmitframe->list, get_list_head(&psta->sleep_q)); in xmitframe_enqueue_for_sleeping_sta()
1837 spin_unlock_bh(&psta->sleep_q.lock); in xmitframe_enqueue_for_sleeping_sta()
1842 spin_lock_bh(&psta->sleep_q.lock); in xmitframe_enqueue_for_sleeping_sta()
1850 list_add_tail(&pxmitframe->list, get_list_head(&psta->sleep_q)); in xmitframe_enqueue_for_sleeping_sta()
1890 spin_unlock_bh(&psta->sleep_q.lock); in xmitframe_enqueue_for_sleeping_sta()
1969 spin_lock_bh(&psta->sleep_q.lock); in wakeup_sta_to_xmit()
1971 xmitframe_phead = get_list_head(&psta->sleep_q); in wakeup_sta_to_xmit()
2020 spin_unlock_bh(&psta->sleep_q.lock); in wakeup_sta_to_xmit()
2023 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.c8226 spin_lock_bh(&psta_bmc->sleep_q.lock); in tx_beacon_hdl()
8228 xmitframe_phead = get_list_head(&psta_bmc->sleep_q); in tx_beacon_hdl()
8248 spin_unlock_bh(&psta_bmc->sleep_q.lock); in tx_beacon_hdl()
8251 spin_lock_bh(&psta_bmc->sleep_q.lock); in tx_beacon_hdl()
8253 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()
/Linux-v5.15/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()
294 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.c5936 xmitframe_phead = get_list_head(&psta_bmc->sleep_q); in chk_bmc_sleepq_hdl()
/Linux-v5.15/drivers/staging/rtl8723bs/include/
Dsta_info.h80 struct __queue sleep_q; member
310 struct __queue sleep_q; member
/Linux-v5.15/drivers/staging/r8188eu/include/
Dsta_info.h74 struct __queue sleep_q; member
301 struct __queue sleep_q; member
/Linux-v5.15/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()