Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/wan/
H A Dixp4xx_hss.c42 #define RX_SIZE (HDLC_MAX_MRU + 4) /* NPE needs more space */ macro
708 if ((skb = netdev_alloc_skb(dev, RX_SIZE)) != NULL) { in hss_hdlc_poll()
710 RX_SIZE, in hss_hdlc_poll()
744 desc->buf_len = RX_SIZE; in hss_hdlc_poll()
755 RX_SIZE, DMA_FROM_DEVICE); in hss_hdlc_poll()
758 RX_SIZE, DMA_FROM_DEVICE); in hss_hdlc_poll()
776 desc->buf_len = RX_SIZE; in hss_hdlc_poll()
990 if (!(buff = netdev_alloc_skb(port->netdev, RX_SIZE))) in init_hdlc_queues()
994 if (!(buff = kmalloc(RX_SIZE, GFP_KERNEL))) in init_hdlc_queues()
998 desc->buf_len = RX_SIZE; in init_hdlc_queues()
[all …]
/OK3568_Linux_fs/kernel/drivers/atm/
H A Dzatm.h26 #define RX_SIZE 2 /* RX lookup entry size (in bytes) */ macro
H A Dzatm.c1286 (2*VC_SIZE+RX_SIZE); in zatm_start()
1293 curr = rx*RX_SIZE/4; in zatm_start()
/OK3568_Linux_fs/kernel/sound/firewire/dice/
H A Ddice-interface.h300 #define RX_SIZE 0x004 macro
/OK3568_Linux_fs/kernel/Documentation/networking/device_drivers/atm/
H A Diphase.rst109 insmod <IA_DIR>/ia.o IA_RX_BUF=<RX_CNT> IA_RX_BUF_SZ=<RX_SIZE> \
115 - RX_SIZE = size of receive buffers in the range (48-64K)