Lines Matching refs:tcb_desc
501 struct rtl_tcb_desc *tcb_desc) in rtl92cu_tx_fill_desc() argument
518 rtl_get_tcb_desc(hw, info, sta, skb, tcb_desc); in rtl92cu_tx_fill_desc()
525 SET_TX_DESC_TX_RATE(txdesc, tcb_desc->hw_rate); in rtl92cu_tx_fill_desc()
526 if (tcb_desc->use_shortgi || tcb_desc->use_shortpreamble) in rtl92cu_tx_fill_desc()
536 SET_TX_DESC_RTS_ENABLE(txdesc, ((tcb_desc->rts_enable && in rtl92cu_tx_fill_desc()
537 !tcb_desc->cts_enable) ? 1 : 0)); in rtl92cu_tx_fill_desc()
538 SET_TX_DESC_HW_RTS_ENABLE(txdesc, ((tcb_desc->rts_enable || in rtl92cu_tx_fill_desc()
539 tcb_desc->cts_enable) ? 1 : 0)); in rtl92cu_tx_fill_desc()
540 SET_TX_DESC_CTS2SELF(txdesc, ((tcb_desc->cts_enable) ? 1 : 0)); in rtl92cu_tx_fill_desc()
541 SET_TX_DESC_RTS_STBC(txdesc, ((tcb_desc->rts_stbc) ? 1 : 0)); in rtl92cu_tx_fill_desc()
542 SET_TX_DESC_RTS_RATE(txdesc, tcb_desc->rts_rate); in rtl92cu_tx_fill_desc()
544 SET_TX_DESC_RTS_SC(txdesc, tcb_desc->rts_sc); in rtl92cu_tx_fill_desc()
546 ((tcb_desc->rts_rate <= DESC_RATE54M) ? in rtl92cu_tx_fill_desc()
547 (tcb_desc->rts_use_shortpreamble ? 1 : 0) in rtl92cu_tx_fill_desc()
548 : (tcb_desc->rts_use_shortgi ? 1 : 0))); in rtl92cu_tx_fill_desc()
592 SET_TX_DESC_USE_RATE(txdesc, tcb_desc->use_driver_rate ? 1 : 0); in rtl92cu_tx_fill_desc()
602 SET_TX_DESC_RATE_ID(txdesc, tcb_desc->ratr_index); in rtl92cu_tx_fill_desc()
603 SET_TX_DESC_MACID(txdesc, tcb_desc->mac_id); in rtl92cu_tx_fill_desc()
605 SET_TX_DESC_RATE_ID(txdesc, 0xC + tcb_desc->ratr_index); in rtl92cu_tx_fill_desc()
606 SET_TX_DESC_MACID(txdesc, tcb_desc->ratr_index); in rtl92cu_tx_fill_desc()