Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/irda/
Dks959-sir.c148 #define KINGSUN_RCV_FIFO_SIZE 2048 /* Max length we can receive */ macro
550 kingsun->rx_buf, KINGSUN_RCV_FIFO_SIZE, in ks959_net_open()
723 kingsun->rx_buf = kmalloc(KINGSUN_RCV_FIFO_SIZE, GFP_KERNEL); in ks959_probe()
737 kingsun->rx_setuprequest->wLength = cpu_to_le16(KINGSUN_RCV_FIFO_SIZE); in ks959_probe()