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()800 chan->rxdata = kmalloc(COSA_MTU, GFP_DMA|GFP_KERNEL); in cosa_read()875 if (count > COSA_MTU) in cosa_write()876 count = COSA_MTU; in cosa_write()1258 if (len > COSA_MTU) in cosa_start_tx()1259 chan->txsize = COSA_MTU; in cosa_start_tx()