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)764 desc->buf_len = MAX_MRU; in eth_poll()798 desc->buf_len = MAX_MRU; in eth_poll()872 if (unlikely(skb->len > MAX_MRU)) { in eth_xmit()1136 desc->buf_len = MAX_MRU; in init_queues()1543 ndev->max_mtu = MAX_MRU; in ixp4xx_eth_probe()
99 #define MAX_MRU 1500 macro2948 if (gsm->count >= MAX_MRU) { in gsm0_receive()3088 if (gsm->count > gsm->mru || gsm->count > MAX_MRU) { /* Allow one for the FCS */ in gsm1_receive()3281 gsm->buf = kmalloc(MAX_MRU + 1, GFP_KERNEL); in gsm_alloc_mux()3374 if (c->mru > MAX_MRU || c->mtu > MAX_MTU) in gsm_config()