Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/irda/
Dstir4200.c80 #define STIR_FIFO_SIZE 4096 macro
301 STIR_FIFO_SIZE - STIR_IRDA_HEADER); in wrap_sir_skb()
628 if (space >= 0 && STIR_FIFO_SIZE - 4 > space + count) in fifo_txwait()
883 stir->io_buf = kmalloc(STIR_FIFO_SIZE, GFP_KERNEL); in stir_net_open()
889 stir->io_buf, STIR_FIFO_SIZE, in stir_net_open()