Lines Matching refs:frames

518                          _os_list *frames)  in phl_handle_rx_frame_list()  argument
524 phl_list_for_loop_safe(pos, n, struct rtw_phl_rx_pkt, frames, list) { in phl_handle_rx_frame_list()
564 int index, _os_list *frames) in phl_release_reorder_frame() argument
574 list_add_tail(&pkt->list, frames); in phl_release_reorder_frame()
608 struct phl_tid_ampdu_rx *r, _os_list *frames) in phl_reorder_release() argument
640 phl_release_reorder_frame(phl_info, r, j, frames); in phl_reorder_release()
650 phl_release_reorder_frame(phl_info, r, index, frames); in phl_reorder_release()
690 _os_list frames; in phl_sta_rx_reorder_timer_expired() local
692 INIT_LIST_HEAD(&frames); in phl_sta_rx_reorder_timer_expired()
696 phl_reorder_release(phl_info, sta->tid_rx[i], &frames); in phl_sta_rx_reorder_timer_expired()
699 phl_handle_rx_frame_list(phl_info, &frames); in phl_sta_rx_reorder_timer_expired()
710 u16 head_seq_num, _os_list *frames) in phl_release_reorder_frames() argument
726 phl_release_reorder_frame(phl_info, r, index, frames); in phl_release_reorder_frames()
735 _os_list frames; in rtw_phl_flush_reorder_buf() local
740 INIT_LIST_HEAD(&frames); in rtw_phl_flush_reorder_buf()
745 phl_reorder_release(phl_info, sta->tid_rx[i], &frames); in rtw_phl_flush_reorder_buf()
749 phl_handle_rx_frame_list(phl_info, &frames); in rtw_phl_flush_reorder_buf()
759 _os_list *frames) in phl_manage_sta_reorder_buf() argument
807 phl_release_reorder_frames(phl_info, r, head_seq_num, frames); in phl_manage_sta_reorder_buf()
838 phl_reorder_release(phl_info, r, frames); in phl_manage_sta_reorder_buf()
846 _os_list *frames) in phl_rx_reorder() argument
937 if (!phl_manage_sta_reorder_buf(phl_info, phl_rx, r, frames)) { in phl_rx_reorder()
951 list_add_tail(&phl_rx->list, frames); in phl_rx_reorder()
1181 _os_list frames; in rtw_phl_rx_bar() local
1183 INIT_LIST_HEAD(&frames); in rtw_phl_rx_bar()
1205 phl_release_reorder_frames(phl_info, r, seq, &frames); in rtw_phl_rx_bar()
1206 phl_handle_rx_frame_list(phl_info, &frames); in rtw_phl_rx_bar()
1322 if (0 == sts_entry->frames.cnt) { in phl_rx_proc_phy_sts()
1331 if (false == pq_get_front(d, &sts_entry->frames, &frame, _bh)) { in phl_rx_proc_phy_sts()
1388 (pq_get_next(d, &sts_entry->frames, frame, &frame, _bh))); in phl_rx_proc_phy_sts()
1391 _phl_rx_proc_frame_list(phl_info, &sts_entry->frames); in phl_rx_proc_phy_sts()
1393 pq_reset(d, &(sts_entry->frames), _bh); in phl_rx_proc_phy_sts()
1429 if (0 != sts_entry->frames.cnt) { in phl_rx_proc_wait_phy_sts()
1435 &sts_entry->frames); in phl_rx_proc_wait_phy_sts()
1436 pq_reset(d, &(sts_entry->frames), _bh); in phl_rx_proc_wait_phy_sts()
1447 pq_reset(d, &(sts_entry->frames), _bh); in phl_rx_proc_wait_phy_sts()
1448 pq_push(d, &(sts_entry->frames), &phl_rx->list, in phl_rx_proc_wait_phy_sts()
1461 if (0 == sts_entry->frames.cnt) { in phl_rx_proc_wait_phy_sts()
1465 pq_push(d, &(sts_entry->frames), &phl_rx->list, in phl_rx_proc_wait_phy_sts()