Searched refs:bge_writembx (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.2-release/sys/dev/bge/
H A Dif_bge.c465 static void bge_writembx(struct bge_softc *, int, int);
659 bge_writembx(struct bge_softc *sc, int off, int val) function
1474 bge_writembx(sc, BGE_MBX_RX_STD_PROD_LO, BGE_STD_RX_RING_CNT - 1);
1524 bge_writembx(sc, BGE_MBX_RX_JUMBO_PROD_LO, BGE_JUMBO_RX_RING_CNT - 1);
1584 bge_writembx(sc, BGE_MBX_TX_HOST_PROD0_LO, sc->bge_tx_prodidx);
1588 bge_writembx(sc, BGE_MBX_TX_HOST_PROD0_LO, sc->bge_tx_prodidx);
1591 bge_writembx(sc, BGE_MBX_TX_NIC_PROD0_LO, 0);
1594 bge_writembx(sc, BGE_MBX_TX_NIC_PROD0_LO, 0);
2141 bge_writembx(sc, BGE_MBX_RX_STD_PROD_LO, 0);
2177 bge_writembx(s
[all...]

Completed in 16 milliseconds