Searched refs:DMABUFSIZE (Results 1 – 1 of 1) sorted by relevance
347 #define DMABUFSIZE 256 macro2609 if ((rbuf_fill_level > DMABUFSIZE) || (rbuf_fill_level % 4)) { in rx_enable()3287 set_desc_count(info->rbufs[i], DMABUFSIZE); in alloc_desc()3319 bufs[i].buf = dma_alloc_coherent(&info->pdev->dev, DMABUFSIZE, in alloc_bufs()3334 dma_free_coherent(&info->pdev->dev, DMABUFSIZE, bufs[i].buf, in free_bufs()3490 info->rbuf_fill_level = DMABUFSIZE; in alloc_dev()4776 if (DIV_ROUND_UP(size, DMABUFSIZE) > free_tbuf_count(info)) in tx_load()4797 count = (unsigned short)((size > DMABUFSIZE) ? DMABUFSIZE : size); in tx_load()