Searched refs:pTxFwInfo (Results 1 – 2 of 2) sorted by relevance
21 struct tx_fwinfo_8190pci *pTxFwInfo = NULL; in rtl92e_send_cmd_pkt() local52 pTxFwInfo = (struct tx_fwinfo_8190pci *)seg_ptr; in rtl92e_send_cmd_pkt()53 memset(pTxFwInfo, 0, sizeof(struct tx_fwinfo_8190pci)); in rtl92e_send_cmd_pkt()54 memset(pTxFwInfo, 0x12, 8); in rtl92e_send_cmd_pkt()
875 struct tx_fwinfo_8190pci *pTxFwInfo; in rtl92e_fill_tx_desc() local877 pTxFwInfo = (struct tx_fwinfo_8190pci *)skb->data; in rtl92e_fill_tx_desc()878 memset(pTxFwInfo, 0, sizeof(struct tx_fwinfo_8190pci)); in rtl92e_fill_tx_desc()879 pTxFwInfo->TxHT = (cb_desc->data_rate & 0x80) ? 1 : 0; in rtl92e_fill_tx_desc()880 pTxFwInfo->TxRate = _rtl92e_rate_mgn_to_hw(cb_desc->data_rate); in rtl92e_fill_tx_desc()881 pTxFwInfo->EnableCPUDur = cb_desc->tx_enable_fw_calc_dur; in rtl92e_fill_tx_desc()882 pTxFwInfo->Short = _rtl92e_query_is_short(pTxFwInfo->TxHT, in rtl92e_fill_tx_desc()883 pTxFwInfo->TxRate, cb_desc); in rtl92e_fill_tx_desc()886 pTxFwInfo->AllowAggregation = 1; in rtl92e_fill_tx_desc()887 pTxFwInfo->RxMF = cb_desc->ampdu_factor; in rtl92e_fill_tx_desc()[all …]