bge_writembx
bge_writembx(sc, BGE_MBX_RX_STD_PROD_LO, BGE_STD_RX_RING_CNT - 1);
bge_writembx(sc, BGE_MBX_RX_JUMBO_PROD_LO, BGE_JUMBO_RX_RING_CNT - 1);
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);
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_STD_PROD_LO, (sc->bge_std +
bge_writembx(sc, BGE_MBX_RX_JUMBO_PROD_LO, (sc->bge_jumbo +
static void bge_writembx(struct bge_softc *, int, int);
bge_writembx(sc, BGE_MBX_IRQ0_LO, status_tag);
bge_writembx(sc, BGE_MBX_IRQ0_LO, 0);
bge_writembx(sc, BGE_MBX_TX_HOST_PROD0_LO, prodidx);
bge_writembx(sc, BGE_MBX_TX_HOST_PROD0_LO, prodidx);
bge_writembx(sc, BGE_MBX_IRQ0_LO, 1);
bge_writembx(sc, BGE_MBX_IRQ0_LO, 0);
bge_writembx(sc, BGE_MBX_IRQ0_LO, 1);
bge_writembx(sc, BGE_MBX_IRQ0_LO, 0);
bge_writembx(sc, BGE_MBX_IRQ0_LO, 1);
void bge_writembx(struct bge_softc *, int, int);
bge_writembx(sc, BGE_MBX_IRQ0_LO, 1);
bge_writembx(sc, BGE_MBX_IRQ0_LO, 0);