Searched refs:MAX_MRU (Results 1 – 2 of 2) sorted by relevance
75 #define MAX_MRU (14320 - VLAN_ETH_HLEN) macro76 #define RX_BUFF_SIZE ALIGN((NET_IP_ALIGN) + MAX_MRU, 4)757 desc->buf_len = MAX_MRU; in eth_poll()791 desc->buf_len = MAX_MRU; in eth_poll()865 if (unlikely(skb->len > MAX_MRU)) { in eth_xmit()1144 desc->buf_len = MAX_MRU; in init_queues()1549 ndev->max_mtu = MAX_MRU; in ixp4xx_eth_probe()
99 #define MAX_MRU 1500 macro2943 if (gsm->count >= MAX_MRU) { in gsm0_receive()3083 if (gsm->count > gsm->mru || gsm->count > MAX_MRU) { /* Allow one for the FCS */ in gsm1_receive()3276 gsm->buf = kmalloc(MAX_MRU + 1, GFP_KERNEL); in gsm_alloc_mux()3369 if (c->mru > MAX_MRU || c->mtu > MAX_MTU) in gsm_config()