Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/staging/r8188eu/core/
Drtw_xmit.c1752 spin_lock_bh(&psta->sleep_q.lock); in xmitframe_enqueue_for_sleeping_sta()
1757 list_add_tail(&pxmitframe->list, get_list_head(&psta->sleep_q)); in xmitframe_enqueue_for_sleeping_sta()
1769 spin_unlock_bh(&psta->sleep_q.lock); in xmitframe_enqueue_for_sleeping_sta()
1774 spin_lock_bh(&psta->sleep_q.lock); in xmitframe_enqueue_for_sleeping_sta()
1782 list_add_tail(&pxmitframe->list, get_list_head(&psta->sleep_q)); in xmitframe_enqueue_for_sleeping_sta()
1822 spin_unlock_bh(&psta->sleep_q.lock); in xmitframe_enqueue_for_sleeping_sta()
1901 spin_lock_bh(&psta->sleep_q.lock); in wakeup_sta_to_xmit()
1903 xmitframe_phead = get_list_head(&psta->sleep_q); in wakeup_sta_to_xmit()
1952 spin_unlock_bh(&psta->sleep_q.lock); in wakeup_sta_to_xmit()
1955 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()
69 rtw_init_queue(&pstapriv->sleep_q); in _rtw_init_sta_priv()
241 rtw_free_xmitframe_queue(pxmitpriv, &psta->sleep_q); in rtw_free_stainfo()
Drtw_mlme_ext.c7627 spin_lock_bh(&psta_bmc->sleep_q.lock); in tx_beacon_hdl()
7629 xmitframe_phead = get_list_head(&psta_bmc->sleep_q); in tx_beacon_hdl()
7649 spin_unlock_bh(&psta_bmc->sleep_q.lock); in tx_beacon_hdl()
7652 spin_lock_bh(&psta_bmc->sleep_q.lock); in tx_beacon_hdl()
7654 spin_unlock_bh(&psta_bmc->sleep_q.lock); in tx_beacon_hdl()
Drtw_recv.c855 xmitframe_phead = get_list_head(&psta->sleep_q); in validate_recv_ctrl_frame()
/linux-5.19.10/drivers/staging/rtl8723bs/core/
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()
298 rtw_free_xmitframe_queue(pxmitpriv, &psta->sleep_q); in rtw_free_stainfo()
Drtw_xmit.c2042 spin_lock_bh(&psta->sleep_q.lock); in xmitframe_enqueue_for_sleeping_sta()
2049 list_add_tail(&pxmitframe->list, get_list_head(&psta->sleep_q)); in xmitframe_enqueue_for_sleeping_sta()
2067 spin_unlock_bh(&psta->sleep_q.lock); in xmitframe_enqueue_for_sleeping_sta()
2072 spin_lock_bh(&psta->sleep_q.lock); in xmitframe_enqueue_for_sleeping_sta()
2080 list_add_tail(&pxmitframe->list, get_list_head(&psta->sleep_q)); in xmitframe_enqueue_for_sleeping_sta()
2122 spin_unlock_bh(&psta->sleep_q.lock); in xmitframe_enqueue_for_sleeping_sta()
2208 xmitframe_phead = get_list_head(&psta->sleep_q); in wakeup_sta_to_xmit()
2279 xmitframe_phead = get_list_head(&psta_bmc->sleep_q); in wakeup_sta_to_xmit()
2323 xmitframe_phead = get_list_head(&psta->sleep_q); in xmit_delivery_enabled_frames()
Drtw_recv.c965 xmitframe_phead = get_list_head(&psta->sleep_q); in validate_recv_ctrl_frame()
Drtw_mlme_ext.c5884 xmitframe_phead = get_list_head(&psta_bmc->sleep_q); in chk_bmc_sleepq_hdl()
/linux-5.19.10/drivers/staging/r8188eu/include/
Dsta_info.h73 struct __queue sleep_q; member
249 struct __queue sleep_q; member
/linux-5.19.10/drivers/staging/rtl8723bs/include/
Dsta_info.h80 struct __queue sleep_q; member
310 struct __queue sleep_q; member
/linux-5.19.10/drivers/staging/rtl8712/
Dsta_info.h95 struct __queue sleep_q; member
Drtl871x_sta_mgt.c51 _init_queue(&pstapriv->sleep_q); in _r8712_init_sta_priv()