Lines Matching refs:ptcb_desc
367 u8 hw_queue, struct rtl_tcb_desc *ptcb_desc) in rtl8723e_tx_fill_desc() argument
406 rtl_get_tcb_desc(hw, info, sta, skb, ptcb_desc); in rtl8723e_tx_fill_desc()
418 SET_TX_DESC_TX_RATE(pdesc, ptcb_desc->hw_rate); in rtl8723e_tx_fill_desc()
420 if (ptcb_desc->use_shortgi || ptcb_desc->use_shortpreamble) in rtl8723e_tx_fill_desc()
430 ((ptcb_desc->rts_enable && in rtl8723e_tx_fill_desc()
431 !ptcb_desc->cts_enable) ? 1 : 0)); in rtl8723e_tx_fill_desc()
433 ((ptcb_desc->rts_enable || in rtl8723e_tx_fill_desc()
434 ptcb_desc->cts_enable) ? 1 : 0)); in rtl8723e_tx_fill_desc()
436 ((ptcb_desc->cts_enable) ? 1 : 0)); in rtl8723e_tx_fill_desc()
438 ((ptcb_desc->rts_stbc) ? 1 : 0)); in rtl8723e_tx_fill_desc()
440 SET_TX_DESC_RTS_RATE(pdesc, ptcb_desc->rts_rate); in rtl8723e_tx_fill_desc()
442 SET_TX_DESC_RTS_SC(pdesc, ptcb_desc->rts_sc); in rtl8723e_tx_fill_desc()
444 ((ptcb_desc->rts_rate <= DESC92C_RATE54M) ? in rtl8723e_tx_fill_desc()
445 (ptcb_desc->rts_use_shortpreamble ? 1 : 0) in rtl8723e_tx_fill_desc()
446 : (ptcb_desc->rts_use_shortgi ? 1 : 0))); in rtl8723e_tx_fill_desc()
449 if (ptcb_desc->packet_bw == HT_CHANNEL_WIDTH_20_40) { in rtl8723e_tx_fill_desc()
496 SET_TX_DESC_USE_RATE(pdesc, ptcb_desc->use_driver_rate ? 1 : 0); in rtl8723e_tx_fill_desc()
516 SET_TX_DESC_RATE_ID(pdesc, ptcb_desc->ratr_index); in rtl8723e_tx_fill_desc()
517 SET_TX_DESC_MACID(pdesc, ptcb_desc->mac_id); in rtl8723e_tx_fill_desc()
519 SET_TX_DESC_RATE_ID(pdesc, 0xC + ptcb_desc->ratr_index); in rtl8723e_tx_fill_desc()
520 SET_TX_DESC_MACID(pdesc, ptcb_desc->ratr_index); in rtl8723e_tx_fill_desc()