Searched refs:pTxFwInfo (Results 1 – 2 of 2) sorted by relevance
32 struct tx_fwinfo_8190pci *pTxFwInfo = NULL; in rtl92e_send_cmd_pkt() local67 pTxFwInfo = (struct tx_fwinfo_8190pci *)seg_ptr; in rtl92e_send_cmd_pkt()68 memset(pTxFwInfo, 0, sizeof(struct tx_fwinfo_8190pci)); in rtl92e_send_cmd_pkt()69 memset(pTxFwInfo, 0x12, 8); in rtl92e_send_cmd_pkt()
1189 struct tx_fwinfo_8190pci *pTxFwInfo = NULL; in rtl92e_fill_tx_desc() local1191 pTxFwInfo = (struct tx_fwinfo_8190pci *)skb->data; in rtl92e_fill_tx_desc()1192 memset(pTxFwInfo, 0, sizeof(struct tx_fwinfo_8190pci)); in rtl92e_fill_tx_desc()1193 pTxFwInfo->TxHT = (cb_desc->data_rate & 0x80) ? 1 : 0; in rtl92e_fill_tx_desc()1194 pTxFwInfo->TxRate = _rtl92e_rate_mgn_to_hw((u8)cb_desc->data_rate); in rtl92e_fill_tx_desc()1195 pTxFwInfo->EnableCPUDur = cb_desc->bTxEnableFwCalcDur; in rtl92e_fill_tx_desc()1196 pTxFwInfo->Short = _rtl92e_query_is_short(pTxFwInfo->TxHT, in rtl92e_fill_tx_desc()1197 pTxFwInfo->TxRate, cb_desc); in rtl92e_fill_tx_desc()1202 pTxFwInfo->AllowAggregation = 1; in rtl92e_fill_tx_desc()1203 pTxFwInfo->RxMF = cb_desc->ampdu_factor; in rtl92e_fill_tx_desc()[all …]