Searched refs:COSA_MTU (Results 1 – 1 of 1) sorted by relevance
208 #define COSA_MTU 2000 /* FIXME: I don't know this exactly */ macro553 cosa->bouncebuf = kmalloc(COSA_MTU, GFP_KERNEL|GFP_DMA); in cosa_probe()799 chan->rxdata = kmalloc(COSA_MTU, GFP_DMA|GFP_KERNEL); in cosa_read()874 if (count > COSA_MTU) in cosa_write()875 count = COSA_MTU; in cosa_write()1257 if (len > COSA_MTU) in cosa_start_tx()1258 chan->txsize = COSA_MTU; in cosa_start_tx()