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