Searched refs:MVS_RX_FISL_SZ (Results 1 – 2 of 2) sorted by relevance
134 dma_free_coherent(mvi->dev, MVS_RX_FISL_SZ, in mvs_free()262 mvi->rx_fis = dma_alloc_coherent(mvi->dev, MVS_RX_FISL_SZ, in mvs_alloc()266 memset(mvi->rx_fis, 0, MVS_RX_FISL_SZ); in mvs_alloc()
190 #define MVS_RX_FISL_SZ \ macro