Lines Matching refs:tcb_desc
473 struct rtl_tcb_desc *tcb_desc) in rtl92cu_tx_fill_desc() argument
491 rtl_get_tcb_desc(hw, info, sta, skb, tcb_desc); in rtl92cu_tx_fill_desc()
499 set_tx_desc_tx_rate(txdesc, tcb_desc->hw_rate); in rtl92cu_tx_fill_desc()
500 if (tcb_desc->use_shortgi || tcb_desc->use_shortpreamble) in rtl92cu_tx_fill_desc()
511 ((tcb_desc->rts_enable && in rtl92cu_tx_fill_desc()
512 !tcb_desc->cts_enable) ? 1 : 0)); in rtl92cu_tx_fill_desc()
514 ((tcb_desc->rts_enable || in rtl92cu_tx_fill_desc()
515 tcb_desc->cts_enable) ? 1 : 0)); in rtl92cu_tx_fill_desc()
516 set_tx_desc_cts2self(txdesc, ((tcb_desc->cts_enable) ? 1 : 0)); in rtl92cu_tx_fill_desc()
517 set_tx_desc_rts_stbc(txdesc, ((tcb_desc->rts_stbc) ? 1 : 0)); in rtl92cu_tx_fill_desc()
518 set_tx_desc_rts_rate(txdesc, tcb_desc->rts_rate); in rtl92cu_tx_fill_desc()
520 set_tx_desc_rts_sc(txdesc, tcb_desc->rts_sc); in rtl92cu_tx_fill_desc()
522 ((tcb_desc->rts_rate <= DESC_RATE54M) ? in rtl92cu_tx_fill_desc()
523 (tcb_desc->rts_use_shortpreamble ? 1 : 0) in rtl92cu_tx_fill_desc()
524 : (tcb_desc->rts_use_shortgi ? 1 : 0))); in rtl92cu_tx_fill_desc()
570 set_tx_desc_use_rate(txdesc, tcb_desc->use_driver_rate ? 1 : 0); in rtl92cu_tx_fill_desc()
580 set_tx_desc_rate_id(txdesc, tcb_desc->ratr_index); in rtl92cu_tx_fill_desc()
581 set_tx_desc_macid(txdesc, tcb_desc->mac_id); in rtl92cu_tx_fill_desc()
583 set_tx_desc_rate_id(txdesc, 0xC + tcb_desc->ratr_index); in rtl92cu_tx_fill_desc()
584 set_tx_desc_macid(txdesc, tcb_desc->ratr_index); in rtl92cu_tx_fill_desc()