Lines Matching refs:tcb_desc

427 			  u8 hw_queue, struct rtl_tcb_desc *tcb_desc)  in rtl92ce_tx_fill_desc()  argument
468 rtl_get_tcb_desc(hw, info, sta, skb, tcb_desc); in rtl92ce_tx_fill_desc()
479 SET_TX_DESC_TX_RATE(pdesc, tcb_desc->hw_rate); in rtl92ce_tx_fill_desc()
481 if (tcb_desc->use_shortgi || tcb_desc->use_shortpreamble) in rtl92ce_tx_fill_desc()
490 SET_TX_DESC_RTS_ENABLE(pdesc, ((tcb_desc->rts_enable && in rtl92ce_tx_fill_desc()
491 !tcb_desc-> in rtl92ce_tx_fill_desc()
494 ((tcb_desc->rts_enable in rtl92ce_tx_fill_desc()
495 || tcb_desc->cts_enable) ? 1 : 0)); in rtl92ce_tx_fill_desc()
496 SET_TX_DESC_CTS2SELF(pdesc, ((tcb_desc->cts_enable) ? 1 : 0)); in rtl92ce_tx_fill_desc()
497 SET_TX_DESC_RTS_STBC(pdesc, ((tcb_desc->rts_stbc) ? 1 : 0)); in rtl92ce_tx_fill_desc()
499 SET_TX_DESC_RTS_RATE(pdesc, tcb_desc->rts_rate); in rtl92ce_tx_fill_desc()
501 SET_TX_DESC_RTS_SC(pdesc, tcb_desc->rts_sc); in rtl92ce_tx_fill_desc()
503 ((tcb_desc->rts_rate <= DESC_RATE54M) ? in rtl92ce_tx_fill_desc()
504 (tcb_desc->rts_use_shortpreamble ? 1 : 0) in rtl92ce_tx_fill_desc()
505 : (tcb_desc->rts_use_shortgi ? 1 : 0))); in rtl92ce_tx_fill_desc()
508 if (tcb_desc->packet_bw) { in rtl92ce_tx_fill_desc()
555 SET_TX_DESC_USE_RATE(pdesc, tcb_desc->use_driver_rate ? 1 : 0); in rtl92ce_tx_fill_desc()
576 SET_TX_DESC_RATE_ID(pdesc, tcb_desc->ratr_index); in rtl92ce_tx_fill_desc()
577 SET_TX_DESC_MACID(pdesc, tcb_desc->mac_id); in rtl92ce_tx_fill_desc()
579 SET_TX_DESC_RATE_ID(pdesc, 0xC + tcb_desc->ratr_index); in rtl92ce_tx_fill_desc()
580 SET_TX_DESC_MACID(pdesc, tcb_desc->ratr_index); in rtl92ce_tx_fill_desc()