BGMAC_RX_ALLOC_SIZE
buf = netdev_alloc_frag(BGMAC_RX_ALLOC_SIZE);
if (len > BGMAC_RX_ALLOC_SIZE) {
skb = build_skb(buf, BGMAC_RX_ALLOC_SIZE);