MAX_MRU
desc->buf_len = MAX_MRU;
ndev->max_mtu = MAX_MRU;
#define RX_BUFF_SIZE ALIGN((NET_IP_ALIGN) + MAX_MRU, 4)
desc->buf_len = MAX_MRU;
desc->buf_len = MAX_MRU;
if (unlikely(skb->len > MAX_MRU)) {
if (gsm->count >= MAX_MRU) {
if (gsm->count > gsm->mru || gsm->count > MAX_MRU) { /* Allow one for the FCS */
gsm->buf = kmalloc(MAX_MRU + 1, GFP_KERNEL);
if (c->mru > MAX_MRU || c->mtu > MAX_MTU)