Searched refs:pTxFwInfo (Results 1 – 2 of 2) sorted by relevance
22 struct tx_fwinfo_8190pci *pTxFwInfo = NULL; in rtl92e_send_cmd_pkt() local57 pTxFwInfo = (struct tx_fwinfo_8190pci *)seg_ptr; in rtl92e_send_cmd_pkt()58 memset(pTxFwInfo, 0, sizeof(struct tx_fwinfo_8190pci)); in rtl92e_send_cmd_pkt()59 memset(pTxFwInfo, 0x12, 8); in rtl92e_send_cmd_pkt()
1171 struct tx_fwinfo_8190pci *pTxFwInfo; in rtl92e_fill_tx_desc() local1173 pTxFwInfo = (struct tx_fwinfo_8190pci *)skb->data; in rtl92e_fill_tx_desc()1174 memset(pTxFwInfo, 0, sizeof(struct tx_fwinfo_8190pci)); in rtl92e_fill_tx_desc()1175 pTxFwInfo->TxHT = (cb_desc->data_rate & 0x80) ? 1 : 0; in rtl92e_fill_tx_desc()1176 pTxFwInfo->TxRate = _rtl92e_rate_mgn_to_hw((u8)cb_desc->data_rate); in rtl92e_fill_tx_desc()1177 pTxFwInfo->EnableCPUDur = cb_desc->bTxEnableFwCalcDur; in rtl92e_fill_tx_desc()1178 pTxFwInfo->Short = _rtl92e_query_is_short(pTxFwInfo->TxHT, in rtl92e_fill_tx_desc()1179 pTxFwInfo->TxRate, cb_desc); in rtl92e_fill_tx_desc()1182 pTxFwInfo->AllowAggregation = 1; in rtl92e_fill_tx_desc()1183 pTxFwInfo->RxMF = cb_desc->ampdu_factor; in rtl92e_fill_tx_desc()[all …]