bge_writembx
bge_writembx(sc, BGE_MBX_RX_STD_PROD_LO, sc->bge_std);
bge_writembx(sc, BGE_MBX_RX_JUMBO_PROD_LO, sc->bge_jumbo);
bge_writembx(sc, BGE_MBX_TX_HOST_PROD0_LO, sc->bge_tx_prodidx);
bge_writembx(sc, BGE_MBX_TX_HOST_PROD0_LO, sc->bge_tx_prodidx);
bge_writembx(sc, BGE_MBX_TX_NIC_PROD0_LO, 0);
bge_writembx(sc, BGE_MBX_TX_NIC_PROD0_LO, 0);
static void bge_writembx(struct bge_softc *, int, int);
bge_writembx(sc, BGE_MBX_RX_STD_PROD_LO, 0);
bge_writembx(sc, BGE_MBX_RX_JUMBO_PROD_LO, 0);
bge_writembx(sc, BGE_MBX_RX_MINI_PROD_LO, 0);
bge_writembx(sc, BGE_MBX_RX_CONS0_LO +
bge_writembx(sc, BGE_MBX_RX_CONS0_LO, sc->bge_rx_saved_considx);
bge_writembx(sc, BGE_MBX_RX_JUMBO_PROD_LO, sc->bge_jumbo);
bge_writembx(sc, BGE_MBX_TX_HOST_PROD0_LO, prodidx);
bge_writembx(sc, BGE_MBX_TX_HOST_PROD0_LO, prodidx);