Home
last modified time | relevance | path

Searched refs:preorder_ctrl (Results 1 – 8 of 8) sorted by relevance

/device/board/unionman/unionpi_tiger/kernel/drivers/rtl88x2cs/core/
Drtw_sta_mgt.c451 struct recv_reorder_ctrl *preorder_ctrl; in _rtw_free_sta_priv() local
468 preorder_ctrl = &psta->recvreorder_ctrl[i]; in _rtw_free_sta_priv()
469 _cancel_timer_ex(&preorder_ctrl->reordering_ctrl_timer); in _rtw_free_sta_priv()
506 static void rtw_init_recv_timer(struct recv_reorder_ctrl *preorder_ctrl) in rtw_init_recv_timer() argument
508 _adapter *padapter = preorder_ctrl->padapter; in rtw_init_recv_timer()
511 …rtw_init_timer(&(preorder_ctrl->reordering_ctrl_timer), padapter, rtw_reordering_ctrl_timeout_hand… in rtw_init_recv_timer()
523 struct recv_reorder_ctrl *preorder_ctrl; in rtw_alloc_stainfo() local
588 preorder_ctrl = &psta->recvreorder_ctrl[i]; in rtw_alloc_stainfo()
589 preorder_ctrl->padapter = pstapriv->padapter; in rtw_alloc_stainfo()
590 preorder_ctrl->tid = i; in rtw_alloc_stainfo()
[all …]
Drtw_recv.c2224 precv_frame->u.hdr.preorder_ctrl = NULL; in validate_recv_data_frame()
2252 precv_frame->u.hdr.preorder_ctrl = &psta->recvreorder_ctrl[pattrib->priority]; in validate_recv_data_frame()
3437 static int check_indicate_seq(struct recv_reorder_ctrl *preorder_ctrl, u16 seq_num) in check_indicate_seq() argument
3439 PADAPTER padapter = preorder_ctrl->padapter; in check_indicate_seq()
3441 u8 wsize = preorder_ctrl->wsize_b; in check_indicate_seq()
3445 if (preorder_ctrl->indicate_seq == 0xFFFF) { in check_indicate_seq()
3446 preorder_ctrl->indicate_seq = seq_num; in check_indicate_seq()
3449 , FUNC_ADPT_ARG(padapter), preorder_ctrl->tid, preorder_ctrl->indicate_seq, seq_num); in check_indicate_seq()
3452 wend = (preorder_ctrl->indicate_seq + wsize - 1) & 0xFFF; /* % 4096; */ in check_indicate_seq()
3455 if (SN_LESS(seq_num, preorder_ctrl->indicate_seq)) { in check_indicate_seq()
[all …]
Drtw_mlme.c2550 struct recv_reorder_ctrl *preorder_ctrl; local
2634 preorder_ctrl = &psta->recvreorder_ctrl[i];
2635 preorder_ctrl->enable = _FALSE;
2636 preorder_ctrl->indicate_seq = 0xffff;
2637 rtw_clear_bit(RTW_RECV_ACK_OR_TIMEOUT, &preorder_ctrl->rec_abba_rsp_ack);
2642 , preorder_ctrl->indicate_seq
2643 ,preorder_ctrl->rec_abba_rsp_ack
2646 preorder_ctrl->wend_b = 0xffff;
2647 preorder_ctrl->wsize_b = 64;/* max_ampdu_sz; */ /* ex. 32(kbytes) -> wsize_b=32 */
2648 preorder_ctrl->ampdu_size = RX_AMPDU_SIZE_INVALID;
Drtw_mlme_ext.c4463 struct recv_reorder_ctrl *preorder_ctrl; in OnAction_back() local
4566 preorder_ctrl = &psta->recvreorder_ctrl[tid]; in OnAction_back()
4567 preorder_ctrl->enable = _FALSE; in OnAction_back()
4568 preorder_ctrl->ampdu_size = RX_AMPDU_SIZE_INVALID; in OnAction_back()
16109 struct recv_reorder_ctrl *preorder_ctrl; in add_ba_rsp_hdl() local
16118 preorder_ctrl = &psta->recvreorder_ctrl[pparm->tid]; in add_ba_rsp_hdl()
16124 preorder_ctrl->indicate_seq = pparm->start_seq; in add_ba_rsp_hdl()
16127 , FUNC_ADPT_ARG(padapter), preorder_ctrl->tid, preorder_ctrl->indicate_seq, pparm->start_seq); in add_ba_rsp_hdl()
16131 rtw_set_bit(RTW_RECV_ACK_OR_TIMEOUT, &preorder_ctrl->rec_abba_rsp_ack); in add_ba_rsp_hdl()
16135 , preorder_ctrl->tid in add_ba_rsp_hdl()
[all …]
Drtw_wlan_util.c3811 struct recv_reorder_ctrl *preorder_ctrl = NULL; in rtw_process_bar_frame() local
3820 preorder_ctrl = &psta->recvreorder_ctrl[tid]; in rtw_process_bar_frame()
3822 preorder_ctrl->indicate_seq = start_seq; in rtw_process_bar_frame()
Drtw_debug.c2516 struct recv_reorder_ctrl *preorder_ctrl; in proc_get_infra_ap() local
/device/board/unionman/unionpi_tiger/kernel/drivers/rtl88x2cs/include/
Drtw_recv.h688 struct recv_reorder_ctrl *preorder_ctrl; member
/device/board/unionman/unionpi_tiger/kernel/drivers/rtl88x2cs/hal/
Dhal_com.c10654 struct recv_reorder_ctrl *preorder_ctrl; in rtw_hal_wow_disable() local
10786 preorder_ctrl = &psta->recvreorder_ctrl[i]; in rtw_hal_wow_disable()
10788 &preorder_ctrl->rec_abba_rsp_ack); in rtw_hal_wow_disable()