if_bge.c | 241 static void bge_writembx(struct bge_softc *, int, int); 611 bge_writembx(struct bge_softc *sc, int off, int val) function in typeref:typename:void 1647 bge_writembx(sc, BGE_MBX_RX_STD_PROD_LO, sc->bge_std); 1699 bge_writembx(sc, BGE_MBX_RX_JUMBO_PROD_LO, sc->bge_jumbo); 1776 bge_writembx(sc, BGE_MBX_TX_HOST_PROD0_LO, sc->bge_tx_prodidx); 1779 bge_writembx(sc, BGE_MBX_TX_HOST_PROD0_LO, sc->bge_tx_prodidx); 1782 bge_writembx(sc, BGE_MBX_TX_NIC_PROD0_LO, 0); 1785 bge_writembx(sc, BGE_MBX_TX_NIC_PROD0_LO, 0); 2543 bge_writembx(sc, BGE_MBX_RX_STD_PROD_LO, 0); 2574 bge_writembx(sc, BGE_MBX_RX_JUMBO_PROD_LO, 0) [all...] |