RX_RING_SZ
priv->rxbd = dmam_alloc_coherent(dev, RX_RING_SZ + TX_RING_SZ,
priv->txbd_dma = priv->rxbd_dma + RX_RING_SZ;