Home
last modified time | relevance | path

Searched refs:TxHT (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/staging/rtl8192e/rtl8192e/
H A Dr8190P_def.h118 u8 TxHT:1; member
H A Dr8192E_dev.c922 static u8 _rtl92e_query_is_short(u8 TxHT, u8 TxRate, struct cb_desc *tcb_desc) in _rtl92e_query_is_short() argument
926 tmp_Short = (TxHT == 1) ? ((tcb_desc->bUseShortGI) ? 1 : 0) : in _rtl92e_query_is_short()
928 if (TxHT == 1 && TxRate != DESC90_RATEMCS15) in _rtl92e_query_is_short()
943 pTxFwInfo->TxHT = (cb_desc->data_rate & 0x80) ? 1 : 0; in rtl92e_fill_tx_desc()
946 pTxFwInfo->Short = _rtl92e_query_is_short(pTxFwInfo->TxHT, in rtl92e_fill_tx_desc()
/openbmc/linux/drivers/staging/rtl8192u/
H A Dr8192U_core.c1195 static u8 QueryIsShort(u8 TxHT, u8 TxRate, struct cb_desc *tcb_desc) in QueryIsShort() argument
1199 tmp_Short = (TxHT == 1) ? in QueryIsShort()
1203 if (TxHT == 1 && TxRate != DESC90_RATEMCS15) in QueryIsShort()
1251 tx_fwinfo->TxHT = (tcb_desc->data_rate & 0x80) ? 1 : 0; in rtl8192_tx()
1254 tx_fwinfo->Short = QueryIsShort(tx_fwinfo->TxHT, tx_fwinfo->TxRate, in rtl8192_tx()
H A Dr8192U.h250 u8 TxHT:1; member