Home
last modified time | relevance | path

Searched refs:sta_q (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/
H A Dphl_twt.c670 struct phl_queue *sta_q, struct rtw_twt_sta_info *psta) in _twt_sta_enqueue() argument
676 _os_spinlock(drv, &sta_q->lock, _bh, NULL); in _twt_sta_enqueue()
677 list_add_tail(&psta->list, &sta_q->queue); in _twt_sta_enqueue()
678 sta_q->cnt++; in _twt_sta_enqueue()
679 _os_spinunlock(drv, &sta_q->lock, _bh, NULL); in _twt_sta_enqueue()
684 struct phl_queue *sta_q, u16 *cnt) in _twt_sta_dequeue() argument
689 _os_spinlock(drv, &sta_q->lock, _bh, NULL); in _twt_sta_dequeue()
690 if (list_empty(&sta_q->queue)) { in _twt_sta_dequeue()
693 psta = list_first_entry(&sta_q->queue, in _twt_sta_dequeue()
696 sta_q->cnt--; in _twt_sta_dequeue()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/
H A Dphl_twt.c670 struct phl_queue *sta_q, struct rtw_twt_sta_info *psta) in _twt_sta_enqueue() argument
676 _os_spinlock(drv, &sta_q->lock, _bh, NULL); in _twt_sta_enqueue()
677 list_add_tail(&psta->list, &sta_q->queue); in _twt_sta_enqueue()
678 sta_q->cnt++; in _twt_sta_enqueue()
679 _os_spinunlock(drv, &sta_q->lock, _bh, NULL); in _twt_sta_enqueue()
684 struct phl_queue *sta_q, u16 *cnt) in _twt_sta_dequeue() argument
689 _os_spinlock(drv, &sta_q->lock, _bh, NULL); in _twt_sta_dequeue()
690 if (list_empty(&sta_q->queue)) { in _twt_sta_dequeue()
693 psta = list_first_entry(&sta_q->queue, in _twt_sta_dequeue()
696 sta_q->cnt--; in _twt_sta_dequeue()
[all …]