Searched refs:MSK_TX_RING_SZ (Results 1 – 2 of 2) sorted by relevance
1580 … EFI_SIZE_TO_PAGES (MSK_TX_RING_SZ), (VOID**)&sc_if->msk_rdata.msk_tx_ring, 0); in msk_txrx_dma_alloc()1588 Length = MSK_TX_RING_SZ; in msk_txrx_dma_alloc()1596 ASSERT (Length == MSK_TX_RING_SZ); in msk_txrx_dma_alloc()1649 PciIo->FreeBuffer (PciIo, EFI_SIZE_TO_PAGES (MSK_TX_RING_SZ), sc_if->msk_rdata.msk_tx_ring); in msk_txrx_dma_free()
2361 #define MSK_TX_RING_SZ (sizeof (struct msk_tx_desc) * MSK_TX_RING_CNT) macro