Searched refs:MAX_MRU (Results 1 – 2 of 2) sorted by relevance
57 #define MAX_MRU 1536 /* 0x600 */ macro58 #define RX_BUFF_SIZE ALIGN((NET_IP_ALIGN) + MAX_MRU, 4)740 desc->buf_len = MAX_MRU; in eth_poll()774 desc->buf_len = MAX_MRU; in eth_poll()848 if (unlikely(skb->len > MAX_MRU)) { in eth_xmit()1129 desc->buf_len = MAX_MRU; in init_queues()
73 #define MAX_MRU 1500 macro2195 gsm->buf = kmalloc(MAX_MRU + 1, GFP_KERNEL); in gsm_alloc_mux()2200 gsm->txframe = kmalloc(2 * MAX_MRU + 2, GFP_KERNEL); in gsm_alloc_mux()2254 if (c->mru > MAX_MRU || c->mtu > MAX_MTU || c->mru < 8 || c->mtu < 8) in gsm_config()