Lines Matching refs:ptcb_desc
346 u8 hw_queue, struct rtl_tcb_desc *ptcb_desc) in rtl8723e_tx_fill_desc() argument
385 rtl_get_tcb_desc(hw, info, sta, skb, ptcb_desc); in rtl8723e_tx_fill_desc()
397 set_tx_desc_tx_rate(pdesc, ptcb_desc->hw_rate); in rtl8723e_tx_fill_desc()
399 if (ptcb_desc->use_shortgi || ptcb_desc->use_shortpreamble) in rtl8723e_tx_fill_desc()
409 ((ptcb_desc->rts_enable && in rtl8723e_tx_fill_desc()
410 !ptcb_desc->cts_enable) ? 1 : 0)); in rtl8723e_tx_fill_desc()
412 ((ptcb_desc->rts_enable || in rtl8723e_tx_fill_desc()
413 ptcb_desc->cts_enable) ? 1 : 0)); in rtl8723e_tx_fill_desc()
415 ((ptcb_desc->cts_enable) ? 1 : 0)); in rtl8723e_tx_fill_desc()
417 ((ptcb_desc->rts_stbc) ? 1 : 0)); in rtl8723e_tx_fill_desc()
419 set_tx_desc_rts_rate(pdesc, ptcb_desc->rts_rate); in rtl8723e_tx_fill_desc()
421 set_tx_desc_rts_sc(pdesc, ptcb_desc->rts_sc); in rtl8723e_tx_fill_desc()
423 ((ptcb_desc->rts_rate <= DESC92C_RATE54M) ? in rtl8723e_tx_fill_desc()
424 (ptcb_desc->rts_use_shortpreamble ? 1 : 0) in rtl8723e_tx_fill_desc()
425 : (ptcb_desc->rts_use_shortgi ? 1 : 0))); in rtl8723e_tx_fill_desc()
428 if (ptcb_desc->packet_bw == HT_CHANNEL_WIDTH_20_40) { in rtl8723e_tx_fill_desc()
475 set_tx_desc_use_rate(pdesc, ptcb_desc->use_driver_rate ? 1 : 0); in rtl8723e_tx_fill_desc()
495 set_tx_desc_rate_id(pdesc, ptcb_desc->ratr_index); in rtl8723e_tx_fill_desc()
496 set_tx_desc_macid(pdesc, ptcb_desc->mac_id); in rtl8723e_tx_fill_desc()
498 set_tx_desc_rate_id(pdesc, 0xC + ptcb_desc->ratr_index); in rtl8723e_tx_fill_desc()
499 set_tx_desc_macid(pdesc, ptcb_desc->ratr_index); in rtl8723e_tx_fill_desc()