Lines Matching refs:frames

513                          _os_list *frames)  in phl_handle_rx_frame_list()  argument
519 phl_list_for_loop_safe(pos, n, struct rtw_phl_rx_pkt, frames, list) { in phl_handle_rx_frame_list()
559 int index, _os_list *frames) in phl_release_reorder_frame() argument
569 list_add_tail(&pkt->list, frames); in phl_release_reorder_frame()
603 struct phl_tid_ampdu_rx *r, _os_list *frames) in phl_reorder_release() argument
635 phl_release_reorder_frame(phl_info, r, j, frames); in phl_reorder_release()
645 phl_release_reorder_frame(phl_info, r, index, frames); in phl_reorder_release()
685 _os_list frames; in phl_sta_rx_reorder_timer_expired() local
687 INIT_LIST_HEAD(&frames); in phl_sta_rx_reorder_timer_expired()
691 phl_reorder_release(phl_info, sta->tid_rx[i], &frames); in phl_sta_rx_reorder_timer_expired()
694 phl_handle_rx_frame_list(phl_info, &frames); in phl_sta_rx_reorder_timer_expired()
705 u16 head_seq_num, _os_list *frames) in phl_release_reorder_frames() argument
721 phl_release_reorder_frame(phl_info, r, index, frames); in phl_release_reorder_frames()
730 _os_list frames; in rtw_phl_flush_reorder_buf() local
735 INIT_LIST_HEAD(&frames); in rtw_phl_flush_reorder_buf()
740 phl_reorder_release(phl_info, sta->tid_rx[i], &frames); in rtw_phl_flush_reorder_buf()
744 phl_handle_rx_frame_list(phl_info, &frames); in rtw_phl_flush_reorder_buf()
754 _os_list *frames) in phl_manage_sta_reorder_buf() argument
802 phl_release_reorder_frames(phl_info, r, head_seq_num, frames); in phl_manage_sta_reorder_buf()
833 phl_reorder_release(phl_info, r, frames); in phl_manage_sta_reorder_buf()
841 _os_list *frames) in phl_rx_reorder() argument
932 if (!phl_manage_sta_reorder_buf(phl_info, phl_rx, r, frames)) { in phl_rx_reorder()
946 list_add_tail(&phl_rx->list, frames); in phl_rx_reorder()
1176 _os_list frames; in rtw_phl_rx_bar() local
1178 INIT_LIST_HEAD(&frames); in rtw_phl_rx_bar()
1200 phl_release_reorder_frames(phl_info, r, seq, &frames); in rtw_phl_rx_bar()
1201 phl_handle_rx_frame_list(phl_info, &frames); in rtw_phl_rx_bar()
1317 if (0 == sts_entry->frames.cnt) { in phl_rx_proc_phy_sts()
1326 if (false == pq_get_front(d, &sts_entry->frames, &frame, _bh)) { in phl_rx_proc_phy_sts()
1383 (pq_get_next(d, &sts_entry->frames, frame, &frame, _bh))); in phl_rx_proc_phy_sts()
1386 _phl_rx_proc_frame_list(phl_info, &sts_entry->frames); in phl_rx_proc_phy_sts()
1388 pq_reset(d, &(sts_entry->frames), _bh); in phl_rx_proc_phy_sts()
1424 if (0 != sts_entry->frames.cnt) { in phl_rx_proc_wait_phy_sts()
1430 &sts_entry->frames); in phl_rx_proc_wait_phy_sts()
1431 pq_reset(d, &(sts_entry->frames), _bh); in phl_rx_proc_wait_phy_sts()
1442 pq_reset(d, &(sts_entry->frames), _bh); in phl_rx_proc_wait_phy_sts()
1443 pq_push(d, &(sts_entry->frames), &phl_rx->list, in phl_rx_proc_wait_phy_sts()
1456 if (0 == sts_entry->frames.cnt) { in phl_rx_proc_wait_phy_sts()
1460 pq_push(d, &(sts_entry->frames), &phl_rx->list, in phl_rx_proc_wait_phy_sts()