Searched refs:use_shortpreamble (Results 1 – 10 of 10) sorted by relevance
399 if (ptcb_desc->use_shortgi || ptcb_desc->use_shortpreamble) in rtl8723e_tx_fill_desc()
383 if (ptcb_desc->use_shortgi || ptcb_desc->use_shortpreamble) in rtl92se_tx_fill_desc()
400 if (tcb_desc->use_shortgi || tcb_desc->use_shortpreamble) in rtl92ce_tx_fill_desc()
500 if (tcb_desc->use_shortgi || tcb_desc->use_shortpreamble) in rtl92cu_tx_fill_desc()
478 short_gi = (ptcb_desc->use_shortpreamble) ? 1 : 0; in rtl8723be_tx_fill_desc()
551 short_gi = (ptcb_desc->use_shortpreamble) ? 1 : 0; in rtl88ee_tx_fill_desc()
543 if (ptcb_desc->use_shortgi || ptcb_desc->use_shortpreamble) in rtl92de_tx_fill_desc()
730 short_gi = (ptcb_desc->use_shortpreamble) ? 1 : 0; in rtl8821ae_tx_fill_desc()
607 tcb_desc->use_shortpreamble = false; in _rtl_qurey_shortpreamble_mode()613 tcb_desc->use_shortpreamble = true; in _rtl_qurey_shortpreamble_mode()
2182 u8 use_shortpreamble:1; member