Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/
H A Dphl_twt.c173 struct _twt_announce_info *twt_annc) in _twt_announce_info_enqueue() argument
178 if (!twt_annc) in _twt_announce_info_enqueue()
181 list_add_tail(&twt_annc->list, &twt_annc_q->queue); in _twt_announce_info_enqueue()
191 struct _twt_announce_info *twt_annc = NULL; in _twt_announce_info_dequeue() local
197 twt_annc = NULL; in _twt_announce_info_dequeue()
199 twt_annc = list_first_entry(&twt_annc_q->queue, in _twt_announce_info_dequeue()
201 list_del(&twt_annc->list); in _twt_announce_info_dequeue()
205 return twt_annc; in _twt_announce_info_dequeue()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/
H A Dphl_twt.c173 struct _twt_announce_info *twt_annc) in _twt_announce_info_enqueue() argument
178 if (!twt_annc) in _twt_announce_info_enqueue()
181 list_add_tail(&twt_annc->list, &twt_annc_q->queue); in _twt_announce_info_enqueue()
191 struct _twt_announce_info *twt_annc = NULL; in _twt_announce_info_dequeue() local
197 twt_annc = NULL; in _twt_announce_info_dequeue()
199 twt_annc = list_first_entry(&twt_annc_q->queue, in _twt_announce_info_dequeue()
201 list_del(&twt_annc->list); in _twt_announce_info_dequeue()
205 return twt_annc; in _twt_announce_info_dequeue()