Home
last modified time | relevance | path

Searched refs:MAX_MRU (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/net/ethernet/xscale/
H A Dixp4xx_eth.c66 #define MAX_MRU 1536 /* 0x600 */ macro
67 #define RX_BUFF_SIZE ALIGN((NET_IP_ALIGN) + MAX_MRU, 4)
749 desc->buf_len = MAX_MRU; in eth_poll()
783 desc->buf_len = MAX_MRU; in eth_poll()
857 if (unlikely(skb->len > MAX_MRU)) { in eth_xmit()
1138 desc->buf_len = MAX_MRU; in init_queues()
/openbmc/linux/drivers/tty/
H A Dn_gsm.c98 #define MAX_MRU 1500 macro
2942 if (gsm->count >= MAX_MRU) { in gsm0_receive()
3082 if (gsm->count > gsm->mru || gsm->count > MAX_MRU) { /* Allow one for the FCS */ in gsm1_receive()
3275 gsm->buf = kmalloc(MAX_MRU + 1, GFP_KERNEL); in gsm_alloc_mux()
3368 if (c->mru > MAX_MRU || c->mtu > MAX_MTU) in gsm_config()