Searched refs:pTxFwInfo (Results 1 – 2 of 2) sorted by relevance
22 struct tx_fwinfo_8190pci *pTxFwInfo = NULL; in rtl92e_send_cmd_pkt() local55 pTxFwInfo = (struct tx_fwinfo_8190pci *)seg_ptr; in rtl92e_send_cmd_pkt()56 memset(pTxFwInfo, 0, sizeof(struct tx_fwinfo_8190pci)); in rtl92e_send_cmd_pkt()57 memset(pTxFwInfo, 0x12, 8); in rtl92e_send_cmd_pkt()
1049 struct tx_fwinfo_8190pci *pTxFwInfo; in rtl92e_fill_tx_desc() local1051 pTxFwInfo = (struct tx_fwinfo_8190pci *)skb->data; in rtl92e_fill_tx_desc()1052 memset(pTxFwInfo, 0, sizeof(struct tx_fwinfo_8190pci)); in rtl92e_fill_tx_desc()1053 pTxFwInfo->TxHT = (cb_desc->data_rate & 0x80) ? 1 : 0; in rtl92e_fill_tx_desc()1054 pTxFwInfo->TxRate = _rtl92e_rate_mgn_to_hw(cb_desc->data_rate); in rtl92e_fill_tx_desc()1055 pTxFwInfo->EnableCPUDur = cb_desc->bTxEnableFwCalcDur; in rtl92e_fill_tx_desc()1056 pTxFwInfo->Short = _rtl92e_query_is_short(pTxFwInfo->TxHT, in rtl92e_fill_tx_desc()1057 pTxFwInfo->TxRate, cb_desc); in rtl92e_fill_tx_desc()1060 pTxFwInfo->AllowAggregation = 1; in rtl92e_fill_tx_desc()1061 pTxFwInfo->RxMF = cb_desc->ampdu_factor; in rtl92e_fill_tx_desc()[all …]