Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/
H A Dphl_twt.c172 struct phl_queue *twt_annc_q, in _twt_announce_info_enqueue() argument
180 _os_spinlock(drv, &twt_annc_q->lock, _irq, &sp_flags); in _twt_announce_info_enqueue()
181 list_add_tail(&twt_annc->list, &twt_annc_q->queue); in _twt_announce_info_enqueue()
182 twt_annc_q->cnt++; in _twt_announce_info_enqueue()
183 _os_spinunlock(drv, &twt_annc_q->lock, _irq, &sp_flags); in _twt_announce_info_enqueue()
189 struct phl_queue *twt_annc_q) in _twt_announce_info_dequeue() argument
195 _os_spinlock(drv, &twt_annc_q->lock, _irq, &sp_flags); in _twt_announce_info_dequeue()
196 if (list_empty(&twt_annc_q->queue)) { in _twt_announce_info_dequeue()
199 twt_annc = list_first_entry(&twt_annc_q->queue, in _twt_announce_info_dequeue()
202 twt_annc_q->cnt--; in _twt_announce_info_dequeue()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/
H A Dphl_twt.c172 struct phl_queue *twt_annc_q, in _twt_announce_info_enqueue() argument
180 _os_spinlock(drv, &twt_annc_q->lock, _irq, &sp_flags); in _twt_announce_info_enqueue()
181 list_add_tail(&twt_annc->list, &twt_annc_q->queue); in _twt_announce_info_enqueue()
182 twt_annc_q->cnt++; in _twt_announce_info_enqueue()
183 _os_spinunlock(drv, &twt_annc_q->lock, _irq, &sp_flags); in _twt_announce_info_enqueue()
189 struct phl_queue *twt_annc_q) in _twt_announce_info_dequeue() argument
195 _os_spinlock(drv, &twt_annc_q->lock, _irq, &sp_flags); in _twt_announce_info_dequeue()
196 if (list_empty(&twt_annc_q->queue)) { in _twt_announce_info_dequeue()
199 twt_annc = list_first_entry(&twt_annc_q->queue, in _twt_announce_info_dequeue()
202 twt_annc_q->cnt--; in _twt_announce_info_dequeue()
[all …]