Home
last modified time | relevance | path

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

/openbmc/linux/drivers/staging/rtl8192e/rtl8192e/
H A Dr8192E_cmdpkt.c22 struct tx_fwinfo_8190pci *pTxFwInfo = NULL; in rtl92e_send_cmd_pkt() local
55 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()
H A Dr8192E_dev.c946 pTxFwInfo->Short = _rtl92e_query_is_short(pTxFwInfo->TxHT, in rtl92e_fill_tx_desc()
950 pTxFwInfo->AllowAggregation = 1; in rtl92e_fill_tx_desc()
955 pTxFwInfo->RxMF = 0; in rtl92e_fill_tx_desc()
956 pTxFwInfo->RxAMD = 0; in rtl92e_fill_tx_desc()
964 pTxFwInfo->RtsBandwidth = 0; in rtl92e_fill_tx_desc()
966 pTxFwInfo->RtsShort = (pTxFwInfo->RtsHT == 0) ? in rtl92e_fill_tx_desc()
971 pTxFwInfo->TxBandwidth = 1; in rtl92e_fill_tx_desc()
972 pTxFwInfo->TxSubCarrier = 0; in rtl92e_fill_tx_desc()
974 pTxFwInfo->TxBandwidth = 0; in rtl92e_fill_tx_desc()
978 pTxFwInfo->TxBandwidth = 0; in rtl92e_fill_tx_desc()
[all …]