Searched refs:use_shortpreamble (Results 1 – 11 of 11) sorted by relevance
116 if (ptcb_desc->use_shortgi || ptcb_desc->use_shortpreamble) in rtl92de_tx_fill_desc()
99 if (tcb_desc->use_shortgi || tcb_desc->use_shortpreamble) in rtl92du_tx_fill_desc()
399 if (tcb_desc->use_shortgi || tcb_desc->use_shortpreamble) in rtl92ce_tx_fill_desc()
383 if (ptcb_desc->use_shortgi || ptcb_desc->use_shortpreamble) in rtl92se_tx_fill_desc()
398 if (ptcb_desc->use_shortgi || ptcb_desc->use_shortpreamble) in rtl8723e_tx_fill_desc()
476 short_gi = (ptcb_desc->use_shortpreamble) ? 1 : 0; in rtl8723be_tx_fill_desc()
508 if (tcb_desc->use_shortgi || tcb_desc->use_shortpreamble) in rtl92cu_tx_fill_desc()
551 short_gi = (ptcb_desc->use_shortpreamble) ? 1 : 0; in rtl88ee_tx_fill_desc()
730 short_gi = (ptcb_desc->use_shortpreamble) ? 1 : 0; in rtl8821ae_tx_fill_desc()
605 tcb_desc->use_shortpreamble = false; in _rtl_qurey_shortpreamble_mode()611 tcb_desc->use_shortpreamble = true; in _rtl_qurey_shortpreamble_mode()
2125 u8 use_shortpreamble:1; member