Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/wan/
Dixp4xx_hss.c51 #define RX_SIZE (HDLC_MAX_MRU + 4) /* NPE needs more space */ macro
717 skb = netdev_alloc_skb(dev, RX_SIZE); in hss_hdlc_poll()
720 RX_SIZE, in hss_hdlc_poll()
754 desc->buf_len = RX_SIZE; in hss_hdlc_poll()
765 RX_SIZE, DMA_FROM_DEVICE); in hss_hdlc_poll()
768 RX_SIZE, DMA_FROM_DEVICE); in hss_hdlc_poll()
786 desc->buf_len = RX_SIZE; in hss_hdlc_poll()
999 buff = netdev_alloc_skb(port->netdev, RX_SIZE); in init_hdlc_queues()
1004 buff = kmalloc(RX_SIZE, GFP_KERNEL); in init_hdlc_queues()
1009 desc->buf_len = RX_SIZE; in init_hdlc_queues()
[all …]
/linux-6.1.9/sound/firewire/dice/
Ddice-interface.h300 #define RX_SIZE 0x004 macro
/linux-6.1.9/Documentation/networking/device_drivers/atm/
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)