Home
last modified time | relevance | path

Searched refs:pTxFwInfo (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/drivers/staging/rtl8192e/rtl8192e/
Dr8192E_dev.c1189 struct tx_fwinfo_8190pci *pTxFwInfo = NULL; in rtl8192_tx_fill_desc() local
1191 pTxFwInfo = (struct tx_fwinfo_8190pci *)skb->data; in rtl8192_tx_fill_desc()
1192 memset(pTxFwInfo, 0, sizeof(struct tx_fwinfo_8190pci)); in rtl8192_tx_fill_desc()
1193 pTxFwInfo->TxHT = (cb_desc->data_rate & 0x80) ? 1 : 0; in rtl8192_tx_fill_desc()
1194 pTxFwInfo->TxRate = MRateToHwRate8190Pci((u8)cb_desc->data_rate); in rtl8192_tx_fill_desc()
1195 pTxFwInfo->EnableCPUDur = cb_desc->bTxEnableFwCalcDur; in rtl8192_tx_fill_desc()
1196 pTxFwInfo->Short = rtl8192_QueryIsShort(pTxFwInfo->TxHT, in rtl8192_tx_fill_desc()
1197 pTxFwInfo->TxRate, in rtl8192_tx_fill_desc()
1203 pTxFwInfo->AllowAggregation = 1; in rtl8192_tx_fill_desc()
1204 pTxFwInfo->RxMF = cb_desc->ampdu_factor; in rtl8192_tx_fill_desc()
[all …]
Dr8192E_cmdpkt.c41 struct tx_fwinfo_8190pci *pTxFwInfo = NULL; in cmpk_message_handle_tx() local
73 pTxFwInfo = (struct tx_fwinfo_8190pci *)seg_ptr; in cmpk_message_handle_tx()
74 memset(pTxFwInfo, 0, sizeof(struct tx_fwinfo_8190pci)); in cmpk_message_handle_tx()
75 memset(pTxFwInfo, 0x12, 8); in cmpk_message_handle_tx()