Home
last modified time | relevance | path

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

/linux/drivers/net/wan/
A Dixp4xx_hss.c709 skb = netdev_alloc_skb(dev, RX_SIZE); in hss_hdlc_poll()
712 RX_SIZE, in hss_hdlc_poll()
746 desc->buf_len = RX_SIZE; in hss_hdlc_poll()
757 RX_SIZE, DMA_FROM_DEVICE); in hss_hdlc_poll()
760 RX_SIZE, DMA_FROM_DEVICE); in hss_hdlc_poll()
778 desc->buf_len = RX_SIZE; in hss_hdlc_poll()
991 buff = netdev_alloc_skb(port->netdev, RX_SIZE); in init_hdlc_queues()
996 buff = kmalloc(RX_SIZE, GFP_KERNEL); in init_hdlc_queues()
1001 desc->buf_len = RX_SIZE; in init_hdlc_queues()
1003 RX_SIZE, DMA_FROM_DEVICE); in init_hdlc_queues()
[all …]
/linux/drivers/atm/
A Dzatm.h26 #define RX_SIZE 2 /* RX lookup entry size (in bytes) */ macro
A Dzatm.c1286 (2*VC_SIZE+RX_SIZE); in zatm_start()
1293 curr = rx*RX_SIZE/4; in zatm_start()
/linux/sound/firewire/dice/
A Ddice-interface.h300 #define RX_SIZE 0x004 macro
/linux/Documentation/networking/device_drivers/atm/
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)

Completed in 13 milliseconds