Lines Matching refs:ptcb_desc

346 			   u8 hw_queue, struct rtl_tcb_desc *ptcb_desc)  in rtl8723e_tx_fill_desc()  argument
384 rtl_get_tcb_desc(hw, info, sta, skb, ptcb_desc); in rtl8723e_tx_fill_desc()
396 set_tx_desc_tx_rate(pdesc, ptcb_desc->hw_rate); in rtl8723e_tx_fill_desc()
398 if (ptcb_desc->use_shortgi || ptcb_desc->use_shortpreamble) in rtl8723e_tx_fill_desc()
408 ((ptcb_desc->rts_enable && in rtl8723e_tx_fill_desc()
409 !ptcb_desc->cts_enable) ? 1 : 0)); in rtl8723e_tx_fill_desc()
411 ((ptcb_desc->rts_enable || in rtl8723e_tx_fill_desc()
412 ptcb_desc->cts_enable) ? 1 : 0)); in rtl8723e_tx_fill_desc()
414 ((ptcb_desc->cts_enable) ? 1 : 0)); in rtl8723e_tx_fill_desc()
416 ((ptcb_desc->rts_stbc) ? 1 : 0)); in rtl8723e_tx_fill_desc()
418 set_tx_desc_rts_rate(pdesc, ptcb_desc->rts_rate); in rtl8723e_tx_fill_desc()
420 set_tx_desc_rts_sc(pdesc, ptcb_desc->rts_sc); in rtl8723e_tx_fill_desc()
422 ((ptcb_desc->rts_rate <= DESC92C_RATE54M) ? in rtl8723e_tx_fill_desc()
423 (ptcb_desc->rts_use_shortpreamble ? 1 : 0) in rtl8723e_tx_fill_desc()
424 : (ptcb_desc->rts_use_shortgi ? 1 : 0))); in rtl8723e_tx_fill_desc()
427 if (ptcb_desc->packet_bw == HT_CHANNEL_WIDTH_20_40) { in rtl8723e_tx_fill_desc()
474 set_tx_desc_use_rate(pdesc, ptcb_desc->use_driver_rate ? 1 : 0); in rtl8723e_tx_fill_desc()
494 set_tx_desc_rate_id(pdesc, ptcb_desc->ratr_index); in rtl8723e_tx_fill_desc()
495 set_tx_desc_macid(pdesc, ptcb_desc->mac_id); in rtl8723e_tx_fill_desc()
497 set_tx_desc_rate_id(pdesc, 0xC + ptcb_desc->ratr_index); in rtl8723e_tx_fill_desc()
498 set_tx_desc_macid(pdesc, ptcb_desc->ratr_index); in rtl8723e_tx_fill_desc()