Home
last modified time | relevance | path

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

/drivers/net/wan/
Dixp4xx_hss.c41 #define RX_SIZE (HDLC_MAX_MRU + 4) /* NPE needs more space */ macro
707 if ((skb = netdev_alloc_skb(dev, RX_SIZE)) != NULL) { in hss_hdlc_poll()
709 RX_SIZE, in hss_hdlc_poll()
743 desc->buf_len = RX_SIZE; in hss_hdlc_poll()
754 RX_SIZE, DMA_FROM_DEVICE); in hss_hdlc_poll()
757 RX_SIZE, DMA_FROM_DEVICE); in hss_hdlc_poll()
775 desc->buf_len = RX_SIZE; in hss_hdlc_poll()
989 if (!(buff = netdev_alloc_skb(port->netdev, RX_SIZE))) in init_hdlc_queues()
993 if (!(buff = kmalloc(RX_SIZE, GFP_KERNEL))) in init_hdlc_queues()
997 desc->buf_len = RX_SIZE; in init_hdlc_queues()
[all …]
/drivers/atm/
Dzatm.h26 #define RX_SIZE 2 /* RX lookup entry size (in bytes) */ macro
Dzatm.c1286 (2*VC_SIZE+RX_SIZE); in zatm_start()
1293 curr = rx*RX_SIZE/4; in zatm_start()