pTxFwInfo          22 drivers/staging/rtl8192e/rtl8192e/r8192E_cmdpkt.c 	struct tx_fwinfo_8190pci *pTxFwInfo = NULL;
pTxFwInfo          57 drivers/staging/rtl8192e/rtl8192e/r8192E_cmdpkt.c 			pTxFwInfo = (struct tx_fwinfo_8190pci *)seg_ptr;
pTxFwInfo          58 drivers/staging/rtl8192e/rtl8192e/r8192E_cmdpkt.c 			memset(pTxFwInfo, 0, sizeof(struct tx_fwinfo_8190pci));
pTxFwInfo          59 drivers/staging/rtl8192e/rtl8192e/r8192E_cmdpkt.c 			memset(pTxFwInfo, 0x12, 8);
pTxFwInfo        1173 drivers/staging/rtl8192e/rtl8192e/r8192E_dev.c 	struct tx_fwinfo_8190pci *pTxFwInfo;
pTxFwInfo        1175 drivers/staging/rtl8192e/rtl8192e/r8192E_dev.c 	pTxFwInfo = (struct tx_fwinfo_8190pci *)skb->data;
pTxFwInfo        1176 drivers/staging/rtl8192e/rtl8192e/r8192E_dev.c 	memset(pTxFwInfo, 0, sizeof(struct tx_fwinfo_8190pci));
pTxFwInfo        1177 drivers/staging/rtl8192e/rtl8192e/r8192E_dev.c 	pTxFwInfo->TxHT = (cb_desc->data_rate & 0x80) ? 1 : 0;
pTxFwInfo        1178 drivers/staging/rtl8192e/rtl8192e/r8192E_dev.c 	pTxFwInfo->TxRate = _rtl92e_rate_mgn_to_hw((u8)cb_desc->data_rate);
pTxFwInfo        1179 drivers/staging/rtl8192e/rtl8192e/r8192E_dev.c 	pTxFwInfo->EnableCPUDur = cb_desc->bTxEnableFwCalcDur;
pTxFwInfo        1180 drivers/staging/rtl8192e/rtl8192e/r8192E_dev.c 	pTxFwInfo->Short = _rtl92e_query_is_short(pTxFwInfo->TxHT,
pTxFwInfo        1181 drivers/staging/rtl8192e/rtl8192e/r8192E_dev.c 						  pTxFwInfo->TxRate, cb_desc);
pTxFwInfo        1184 drivers/staging/rtl8192e/rtl8192e/r8192E_dev.c 		pTxFwInfo->AllowAggregation = 1;
pTxFwInfo        1185 drivers/staging/rtl8192e/rtl8192e/r8192E_dev.c 		pTxFwInfo->RxMF = cb_desc->ampdu_factor;
pTxFwInfo        1186 drivers/staging/rtl8192e/rtl8192e/r8192E_dev.c 		pTxFwInfo->RxAMD = cb_desc->ampdu_density;
pTxFwInfo        1188 drivers/staging/rtl8192e/rtl8192e/r8192E_dev.c 		pTxFwInfo->AllowAggregation = 0;
pTxFwInfo        1189 drivers/staging/rtl8192e/rtl8192e/r8192E_dev.c 		pTxFwInfo->RxMF = 0;
pTxFwInfo        1190 drivers/staging/rtl8192e/rtl8192e/r8192E_dev.c 		pTxFwInfo->RxAMD = 0;
pTxFwInfo        1193 drivers/staging/rtl8192e/rtl8192e/r8192E_dev.c 	pTxFwInfo->RtsEnable =	(cb_desc->bRTSEnable) ? 1 : 0;
pTxFwInfo        1194 drivers/staging/rtl8192e/rtl8192e/r8192E_dev.c 	pTxFwInfo->CtsEnable = (cb_desc->bCTSEnable) ? 1 : 0;
pTxFwInfo        1195 drivers/staging/rtl8192e/rtl8192e/r8192E_dev.c 	pTxFwInfo->RtsSTBC = (cb_desc->bRTSSTBC) ? 1 : 0;
pTxFwInfo        1196 drivers/staging/rtl8192e/rtl8192e/r8192E_dev.c 	pTxFwInfo->RtsHT = (cb_desc->rts_rate&0x80) ? 1 : 0;
pTxFwInfo        1197 drivers/staging/rtl8192e/rtl8192e/r8192E_dev.c 	pTxFwInfo->RtsRate = _rtl92e_rate_mgn_to_hw((u8)cb_desc->rts_rate);
pTxFwInfo        1198 drivers/staging/rtl8192e/rtl8192e/r8192E_dev.c 	pTxFwInfo->RtsBandwidth = 0;
pTxFwInfo        1199 drivers/staging/rtl8192e/rtl8192e/r8192E_dev.c 	pTxFwInfo->RtsSubcarrier = cb_desc->RTSSC;
pTxFwInfo        1200 drivers/staging/rtl8192e/rtl8192e/r8192E_dev.c 	pTxFwInfo->RtsShort = (pTxFwInfo->RtsHT == 0) ?
pTxFwInfo        1205 drivers/staging/rtl8192e/rtl8192e/r8192E_dev.c 			pTxFwInfo->TxBandwidth = 1;
pTxFwInfo        1206 drivers/staging/rtl8192e/rtl8192e/r8192E_dev.c 			pTxFwInfo->TxSubCarrier = 0;
pTxFwInfo        1208 drivers/staging/rtl8192e/rtl8192e/r8192E_dev.c 			pTxFwInfo->TxBandwidth = 0;
pTxFwInfo        1209 drivers/staging/rtl8192e/rtl8192e/r8192E_dev.c 			pTxFwInfo->TxSubCarrier = priv->nCur40MhzPrimeSC;
pTxFwInfo        1212 drivers/staging/rtl8192e/rtl8192e/r8192E_dev.c 		pTxFwInfo->TxBandwidth = 0;
pTxFwInfo        1213 drivers/staging/rtl8192e/rtl8192e/r8192E_dev.c 		pTxFwInfo->TxSubCarrier = 0;