RX_ENTRIES
if (txp_dma_malloc(sc, sizeof(struct txp_rx_desc) * RX_ENTRIES,
sizeof(struct txp_rx_desc) * RX_ENTRIES);
boot->br_rxhipri_siz = htole32(RX_ENTRIES * sizeof(struct txp_rx_desc));
if (txp_dma_malloc(sc, sizeof(struct txp_rx_desc) * RX_ENTRIES,
sizeof(struct txp_rx_desc) * RX_ENTRIES);
boot->br_rxlopri_siz = htole32(RX_ENTRIES * sizeof(struct txp_rx_desc));
if (roff == (RX_ENTRIES * sizeof(struct txp_rx_desc))) {