Searched refs:MAX_MRU (Results 1 – 2 of 2) sorted by relevance
61 #define MAX_MRU 1536 /* 0x600 */ macro62 #define RX_BUFF_SIZE ALIGN((NET_IP_ALIGN) + MAX_MRU, 4)737 desc->buf_len = MAX_MRU; in eth_poll()771 desc->buf_len = MAX_MRU; in eth_poll()845 if (unlikely(skb->len > MAX_MRU)) { in eth_xmit()1127 desc->buf_len = MAX_MRU; in init_queues()
74 #define MAX_MRU 1500 macro2208 gsm->buf = kmalloc(MAX_MRU + 1, GFP_KERNEL); in gsm_alloc_mux()2213 gsm->txframe = kmalloc(2 * MAX_MRU + 2, GFP_KERNEL); in gsm_alloc_mux()2267 if (c->mru > MAX_MRU || c->mtu > MAX_MTU || c->mru < 8 || c->mtu < 8) in gsm_config()