Home
last modified time | relevance | path

Searched refs:RX_SIZE (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/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...]
/kernel/linux/linux-6.6/drivers/net/wan/
H A 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...]
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-5.10/sound/firewire/dice/
H A Ddice-interface.h300 #define RX_SIZE 0x004 macro
/kernel/linux/linux-6.6/sound/firewire/dice/
H A Ddice-interface.h300 #define RX_SIZE 0x004 macro

Completed in 9 milliseconds