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)745 desc->buf_len = MAX_MRU; in eth_poll()779 desc->buf_len = MAX_MRU; in eth_poll()853 if (unlikely(skb->len > MAX_MRU)) { in eth_xmit()1154 desc->buf_len = MAX_MRU; in init_queues()
85 #define MAX_MRU 1500 macro2169 gsm->buf = kmalloc(MAX_MRU + 1, GFP_KERNEL); in gsm_alloc_mux()2174 gsm->txframe = kmalloc(2 * MAX_MRU + 2, GFP_KERNEL); in gsm_alloc_mux()2505 if (c->mru > MAX_MRU || c->mtu > MAX_MTU || c->mru < 8 || c->mtu < 8) in gsmld_config()