Searched refs:COSA_MTU (Results 1 – 1 of 1) sorted by relevance
195 #define COSA_MTU 2000 /* FIXME: I don't know this exactly */ macro540 cosa->bouncebuf = kmalloc(COSA_MTU, GFP_KERNEL|GFP_DMA); in cosa_probe()786 chan->rxdata = kmalloc(COSA_MTU, GFP_DMA|GFP_KERNEL); in cosa_read()861 if (count > COSA_MTU) in cosa_write()862 count = COSA_MTU; in cosa_write()1245 if (len > COSA_MTU) in cosa_start_tx()1246 chan->txsize = COSA_MTU; in cosa_start_tx()