Home
last modified time | relevance | path

Searched refs:COSA_MTU (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/net/wan/
A Dcosa.c189 #define COSA_MTU 2000 /* FIXME: I don't know this exactly */ macro
535 cosa->bouncebuf = kmalloc(COSA_MTU, GFP_KERNEL | GFP_DMA); in cosa_probe()
780 chan->rxdata = kmalloc(COSA_MTU, GFP_DMA | GFP_KERNEL); in cosa_read()
854 if (count > COSA_MTU) in cosa_write()
855 count = COSA_MTU; in cosa_write()
1227 if (len > COSA_MTU) in cosa_start_tx()
1228 chan->txsize = COSA_MTU; in cosa_start_tx()

Completed in 8 milliseconds