Searched refs:RTASE_TX_RING_DESC_SIZE (Results 1 – 2 of 2) sorted by relevance
256 #define RTASE_TX_RING_DESC_SIZE (RTASE_NUM_DESC * sizeof(struct rtase_tx_desc)) macro
143 dma_free_coherent(&pdev->dev, RTASE_TX_RING_DESC_SIZE, in rtase_free_desc()171 RTASE_TX_RING_DESC_SIZE, in rtase_alloc_desc()324 memset(ring->desc, 0x0, RTASE_TX_RING_DESC_SIZE); in rtase_tx_desc_init()
Completed in 13 milliseconds