Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wan/
H A Dixp4xx_hss.c717 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()
1011 RX_SIZE, DMA_FROM_DEVICE); in init_hdlc_queues()
[all …]
/openbmc/linux/sound/firewire/dice/
H A Ddice-interface.h300 #define RX_SIZE 0x004 macro
/openbmc/linux/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)
/openbmc/qemu/include/hw/i2c/
H A Daspeed_i2c.h145 SHARED_FIELD(RX_SIZE, 16, 5)
/openbmc/qemu/hw/i2c/
H A Daspeed_i2c.c310 RX_SIZE) + 1; in aspeed_i2c_bus_recv()