Searched refs:MSK_STAT_RING_SZ (Results 1 – 2 of 2) sorted by relevance
1524 … EFI_SIZE_TO_PAGES (MSK_STAT_RING_SZ), (VOID**)&sc->msk_stat_ring, 0); in msk_status_dma_alloc()1532 Length = MSK_STAT_RING_SZ; in msk_status_dma_alloc()1535 ASSERT (Length == MSK_STAT_RING_SZ); in msk_status_dma_alloc()1557 PciIo->FreeBuffer (PciIo, EFI_SIZE_TO_PAGES (MSK_STAT_RING_SZ), sc->msk_stat_ring); in msk_status_dma_free()
2364 #define MSK_STAT_RING_SZ (sizeof (struct msk_stat_desc) * MSK_STAT_RING_CNT) macro