Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/staging/r8188eu/core/
Drtw_xmit.c1853 spin_lock_bh(&psta->sleep_q.lock); in xmitframe_enqueue_for_sleeping_sta()
1858 list_add_tail(&pxmitframe->list, get_list_head(&psta->sleep_q)); in xmitframe_enqueue_for_sleeping_sta()
1870 spin_unlock_bh(&psta->sleep_q.lock); in xmitframe_enqueue_for_sleeping_sta()
1875 spin_lock_bh(&psta->sleep_q.lock); in xmitframe_enqueue_for_sleeping_sta()
1883 list_add_tail(&pxmitframe->list, get_list_head(&psta->sleep_q)); in xmitframe_enqueue_for_sleeping_sta()
1923 spin_unlock_bh(&psta->sleep_q.lock); in xmitframe_enqueue_for_sleeping_sta()
2002 spin_lock_bh(&psta->sleep_q.lock); in wakeup_sta_to_xmit()
2004 xmitframe_phead = get_list_head(&psta->sleep_q); in wakeup_sta_to_xmit()
2053 spin_unlock_bh(&psta->sleep_q.lock); in wakeup_sta_to_xmit()
2056 spin_lock_bh(&psta->sleep_q.lock); in wakeup_sta_to_xmit()
[all …]
Drtw_sta_mgt.c18 rtw_init_queue(&psta->sleep_q); in _rtw_init_stainfo()
66 rtw_init_queue(&pstapriv->sleep_q); in _rtw_init_sta_priv()
263 rtw_free_xmitframe_queue(pxmitpriv, &psta->sleep_q); in rtw_free_stainfo()
Drtw_mlme_ext.c7893 spin_lock_bh(&psta_bmc->sleep_q.lock); in tx_beacon_hdl()
7895 xmitframe_phead = get_list_head(&psta_bmc->sleep_q); in tx_beacon_hdl()
7915 spin_unlock_bh(&psta_bmc->sleep_q.lock); in tx_beacon_hdl()
7918 spin_lock_bh(&psta_bmc->sleep_q.lock); in tx_beacon_hdl()
7920 spin_unlock_bh(&psta_bmc->sleep_q.lock); in tx_beacon_hdl()
Drtw_recv.c953 xmitframe_phead = get_list_head(&psta->sleep_q); in validate_recv_ctrl_frame()
/linux-6.1.9/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.c958 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-6.1.9/drivers/staging/r8188eu/include/
Dsta_info.h73 struct __queue sleep_q; member
249 struct __queue sleep_q; member
/linux-6.1.9/drivers/staging/rtl8723bs/include/
Dsta_info.h80 struct __queue sleep_q; member
310 struct __queue sleep_q; member
/linux-6.1.9/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()