Searched refs:sleep_q (Results 1 – 7 of 7) sorted by relevance
22 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()
2042 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()
958 xmitframe_phead = get_list_head(&psta->sleep_q); in validate_recv_ctrl_frame()
5884 xmitframe_phead = get_list_head(&psta_bmc->sleep_q); in chk_bmc_sleepq_hdl()
80 struct __queue sleep_q; member310 struct __queue sleep_q; member
95 struct __queue sleep_q; member
51 _init_queue(&pstapriv->sleep_q); in _r8712_init_sta_priv()
Completed in 24 milliseconds