Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/wan/
H A Dcosa.c195 #define COSA_MTU 2000 /* FIXME: I don't know this exactly */ macro
540 cosa->bouncebuf = kmalloc(COSA_MTU, GFP_KERNEL|GFP_DMA); in cosa_probe()
787 chan->rxdata = kmalloc(COSA_MTU, GFP_DMA|GFP_KERNEL); in cosa_read()
828 /* Expect size <= COSA_MTU */ in chrdev_setup_rx()
862 if (count > COSA_MTU) in cosa_write()
863 count = COSA_MTU; in cosa_write()
1248 if (len > COSA_MTU) in cosa_start_tx()
1249 chan->txsize = COSA_MTU; in cosa_start_tx()

Completed in 3 milliseconds