Lines Matching refs:tcb_desc
423 u8 hw_queue, struct rtl_tcb_desc *tcb_desc) in rtl92ce_tx_fill_desc() argument
464 rtl_get_tcb_desc(hw, info, sta, skb, tcb_desc); in rtl92ce_tx_fill_desc()
475 SET_TX_DESC_TX_RATE(pdesc, tcb_desc->hw_rate); in rtl92ce_tx_fill_desc()
477 if (tcb_desc->use_shortgi || tcb_desc->use_shortpreamble) in rtl92ce_tx_fill_desc()
486 SET_TX_DESC_RTS_ENABLE(pdesc, ((tcb_desc->rts_enable && in rtl92ce_tx_fill_desc()
487 !tcb_desc-> in rtl92ce_tx_fill_desc()
490 ((tcb_desc->rts_enable in rtl92ce_tx_fill_desc()
491 || tcb_desc->cts_enable) ? 1 : 0)); in rtl92ce_tx_fill_desc()
492 SET_TX_DESC_CTS2SELF(pdesc, ((tcb_desc->cts_enable) ? 1 : 0)); in rtl92ce_tx_fill_desc()
493 SET_TX_DESC_RTS_STBC(pdesc, ((tcb_desc->rts_stbc) ? 1 : 0)); in rtl92ce_tx_fill_desc()
495 SET_TX_DESC_RTS_RATE(pdesc, tcb_desc->rts_rate); in rtl92ce_tx_fill_desc()
497 SET_TX_DESC_RTS_SC(pdesc, tcb_desc->rts_sc); in rtl92ce_tx_fill_desc()
499 ((tcb_desc->rts_rate <= DESC_RATE54M) ? in rtl92ce_tx_fill_desc()
500 (tcb_desc->rts_use_shortpreamble ? 1 : 0) in rtl92ce_tx_fill_desc()
501 : (tcb_desc->rts_use_shortgi ? 1 : 0))); in rtl92ce_tx_fill_desc()
504 if (tcb_desc->packet_bw) { in rtl92ce_tx_fill_desc()
551 SET_TX_DESC_USE_RATE(pdesc, tcb_desc->use_driver_rate ? 1 : 0); in rtl92ce_tx_fill_desc()
572 SET_TX_DESC_RATE_ID(pdesc, tcb_desc->ratr_index); in rtl92ce_tx_fill_desc()
573 SET_TX_DESC_MACID(pdesc, tcb_desc->mac_id); in rtl92ce_tx_fill_desc()
575 SET_TX_DESC_RATE_ID(pdesc, 0xC + tcb_desc->ratr_index); in rtl92ce_tx_fill_desc()
576 SET_TX_DESC_MACID(pdesc, tcb_desc->ratr_index); in rtl92ce_tx_fill_desc()