EMAC_MAX_RX_DESCS
ring->rx_max_pending = EMAC_MAX_RX_DESCS;
clamp_val(ring->rx_pending, EMAC_MIN_RX_DESCS, EMAC_MAX_RX_DESCS);