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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8192e/
H A Dr819xE_cmdpkt.c82 PTX_FWINFO_8190PCI pTxFwInfo = NULL;
128 pTxFwInfo = (PTX_FWINFO_8190PCI)seg_ptr;
129 memset(pTxFwInfo,0,sizeof(TX_FWINFO_8190PCI));
130 memset(pTxFwInfo,0x12,8);
H A Dr8192E_core.c1521 TX_FWINFO_8190PCI *pTxFwInfo = NULL; local
1554 pTxFwInfo = (PTX_FWINFO_8190PCI)skb->data;
1555 memset(pTxFwInfo,0,sizeof(TX_FWINFO_8190PCI));
1556 pTxFwInfo->TxHT = (tcb_desc->data_rate&0x80)?1:0;
1557 pTxFwInfo->TxRate = MRateToHwRate8190Pci((u8)tcb_desc->data_rate);
1558 pTxFwInfo->EnableCPUDur = tcb_desc->bTxEnableFwCalcDur;
1559 pTxFwInfo->Short = QueryIsShort(pTxFwInfo->TxHT, pTxFwInfo->TxRate, tcb_desc);
1563 pTxFwInfo
[all...]

Completed in 47 milliseconds