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);
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 +
write_op = bge_writembx;
bge_writembx(sc, BGE_MBX_RX_CONS0_LO, sc->bge_rx_saved_considx);
bge_writembx(sc, BGE_MBX_IRQ0_LO, 1);
bge_writembx(sc, BGE_MBX_IRQ0_LO, statustag);
bge_writembx(sc, BGE_MBX_TX_HOST_PROD0_LO, sc->bge_tx_prodidx);
bge_writembx(sc, BGE_MBX_TX_HOST_PROD0_LO,
bge_writembx(sc, BGE_MBX_IRQ0_LO, 0);