RX_ENTRIES
if (roff == (RX_ENTRIES * sizeof(struct txp_rx_desc))) {
if (txp_dma_malloc(sc, sizeof(struct txp_rx_desc) * RX_ENTRIES,
bzero(sc->sc_rxhiring_dma.dma_vaddr, 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,
bzero(sc->sc_rxloring_dma.dma_vaddr, sizeof(struct txp_rx_desc) * RX_ENTRIES);
boot->br_rxlopri_siz = htole32(RX_ENTRIES * sizeof(struct txp_rx_desc));