Searched refs:tx_m (Results 1 – 2 of 2) sorted by relevance
568 gBS->SetMem (&(txd->tx_m), sizeof (MSK_DMA_BUF), 0); in msk_init_tx_ring()1620 gBS->SetMem (&(txd->tx_m), sizeof (MSK_DMA_BUF), 0); in msk_txrx_dma_alloc()1668 if (txd->tx_m.DmaMapping) { in msk_txrx_dma_free()1669 PciIo->Unmap (PciIo, txd->tx_m.DmaMapping); in msk_txrx_dma_free()1670 gBS->SetMem (&(txd->tx_m), sizeof (MSK_DMA_BUF), 0); in msk_txrx_dma_free()1714 &BusLength, &BusPhysAddr, &txd->tx_m.DmaMapping); in msk_encap()1757 Mapping = txd_last->tx_m.DmaMapping; in msk_encap()1758 txd_last->tx_m.DmaMapping = txd->tx_m.DmaMapping; in msk_encap()1759 txd->tx_m.DmaMapping = Mapping; in msk_encap()1760 txd->tx_m.Buf = m_head->Buf; in msk_encap()[all …]
2322 MSK_DMA_BUF tx_m; member