Lines Matching refs:tcb_desc

489 			  struct rtl_tcb_desc *tcb_desc)  in rtl92cu_tx_fill_desc()  argument
506 rtl_get_tcb_desc(hw, info, sta, skb, tcb_desc); in rtl92cu_tx_fill_desc()
513 SET_TX_DESC_TX_RATE(txdesc, tcb_desc->hw_rate); in rtl92cu_tx_fill_desc()
514 if (tcb_desc->use_shortgi || tcb_desc->use_shortpreamble) in rtl92cu_tx_fill_desc()
524 SET_TX_DESC_RTS_ENABLE(txdesc, ((tcb_desc->rts_enable && in rtl92cu_tx_fill_desc()
525 !tcb_desc->cts_enable) ? 1 : 0)); in rtl92cu_tx_fill_desc()
526 SET_TX_DESC_HW_RTS_ENABLE(txdesc, ((tcb_desc->rts_enable || in rtl92cu_tx_fill_desc()
527 tcb_desc->cts_enable) ? 1 : 0)); in rtl92cu_tx_fill_desc()
528 SET_TX_DESC_CTS2SELF(txdesc, ((tcb_desc->cts_enable) ? 1 : 0)); in rtl92cu_tx_fill_desc()
529 SET_TX_DESC_RTS_STBC(txdesc, ((tcb_desc->rts_stbc) ? 1 : 0)); in rtl92cu_tx_fill_desc()
530 SET_TX_DESC_RTS_RATE(txdesc, tcb_desc->rts_rate); in rtl92cu_tx_fill_desc()
532 SET_TX_DESC_RTS_SC(txdesc, tcb_desc->rts_sc); in rtl92cu_tx_fill_desc()
534 ((tcb_desc->rts_rate <= DESC_RATE54M) ? in rtl92cu_tx_fill_desc()
535 (tcb_desc->rts_use_shortpreamble ? 1 : 0) in rtl92cu_tx_fill_desc()
536 : (tcb_desc->rts_use_shortgi ? 1 : 0))); in rtl92cu_tx_fill_desc()
580 SET_TX_DESC_USE_RATE(txdesc, tcb_desc->use_driver_rate ? 1 : 0); in rtl92cu_tx_fill_desc()
590 SET_TX_DESC_RATE_ID(txdesc, tcb_desc->ratr_index); in rtl92cu_tx_fill_desc()
591 SET_TX_DESC_MACID(txdesc, tcb_desc->mac_id); in rtl92cu_tx_fill_desc()
593 SET_TX_DESC_RATE_ID(txdesc, 0xC + tcb_desc->ratr_index); in rtl92cu_tx_fill_desc()
594 SET_TX_DESC_MACID(txdesc, tcb_desc->ratr_index); in rtl92cu_tx_fill_desc()