Home
last modified time | relevance | path

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

/openbmc/linux/drivers/staging/rtl8723bs/core/
H 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()
298 rtw_free_xmitframe_queue(pxmitpriv, &psta->sleep_q); in rtw_free_stainfo()
H A 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()
H A Drtw_recv.c958 xmitframe_phead = get_list_head(&psta->sleep_q); in validate_recv_ctrl_frame()
H A Drtw_mlme_ext.c5882 xmitframe_phead = get_list_head(&psta_bmc->sleep_q); in chk_bmc_sleepq_hdl()
/openbmc/linux/drivers/staging/rtl8712/
H A Dsta_info.h95 struct __queue sleep_q; member
H A Drtl871x_sta_mgt.c51 _init_queue(&pstapriv->sleep_q); in _r8712_init_sta_priv()
/openbmc/linux/drivers/staging/rtl8723bs/include/
H A Dsta_info.h80 struct __queue sleep_q; member
310 struct __queue sleep_q; member