Searched refs:MAX_MRU (Results 1 – 2 of 2) sorted by relevance
60 #define MAX_MRU 1536 /* 0x600 */ macro61 #define RX_BUFF_SIZE ALIGN((NET_IP_ALIGN) + MAX_MRU, 4)729 desc->buf_len = MAX_MRU; in eth_poll()763 desc->buf_len = MAX_MRU; in eth_poll()837 if (unlikely(skb->len > MAX_MRU)) { in eth_xmit()1134 desc->buf_len = MAX_MRU; in init_queues()
85 #define MAX_MRU 1500 macro2160 gsm->buf = kmalloc(MAX_MRU + 1, GFP_KERNEL); in gsm_alloc_mux()2165 gsm->txframe = kmalloc(2 * MAX_MRU + 2, GFP_KERNEL); in gsm_alloc_mux()2488 if (c->mru > MAX_MRU || c->mtu > MAX_MTU || c->mru < 8 || c->mtu < 8) in gsmld_config()