Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/staging/rt2860/common/
Dcmm_data_pci.c40 u8 *pDMAHeaderBufVA; in RtmpPCI_WriteTxResource() local
52 pDMAHeaderBufVA = (u8 *)pTxRing->Cell[TxIdx].DmaBuf.AllocVa; in RtmpPCI_WriteTxResource()
66 NdisMoveMemory(pDMAHeaderBufVA, pTxBlk->HeaderBuf, in RtmpPCI_WriteTxResource()
106 u8 *pDMAHeaderBufVA; in RtmpPCI_WriteSingleTxResource() local
118 pDMAHeaderBufVA = (u8 *)pTxRing->Cell[TxIdx].DmaBuf.AllocVa; in RtmpPCI_WriteSingleTxResource()
126 NdisMoveMemory(pDMAHeaderBufVA, pTxBlk->HeaderBuf, in RtmpPCI_WriteSingleTxResource()
164 u8 *pDMAHeaderBufVA; in RtmpPCI_WriteMultiTxResource() local
179 pDMAHeaderBufVA = (u8 *)pTxRing->Cell[TxIdx].DmaBuf.AllocVa; in RtmpPCI_WriteMultiTxResource()
205 NdisMoveMemory(pDMAHeaderBufVA, pTxBlk->HeaderBuf, firstDMALen); in RtmpPCI_WriteMultiTxResource()
279 u8 *pDMAHeaderBufVA; in RtmpPCI_WriteFragTxResource() local
[all …]