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

/openbsd-current/sys/dev/pci/
H A Dif_oce.c3464 uint64_t rxe, txe; local
3468 err = oce_stats_be2(sc, &rxe, &txe);
3470 err = oce_stats_be3(sc, &rxe, &txe);
3472 err = oce_stats_xe(sc, &rxe, &txe);
3479 ifp->if_oerrors += (txe > sc->sc_tx_errors) ?
3480 txe - sc->sc_tx_errors : sc->sc_tx_errors - txe;
3481 sc->sc_tx_errors = txe;
3487 oce_stats_be2(struct oce_softc *sc, uint64_t *rxe, uint64_t *txe) argument
3520 *txe
3526 oce_stats_be3(struct oce_softc *sc, uint64_t *rxe, uint64_t *txe) argument
3561 oce_stats_xe(struct oce_softc *sc, uint64_t *rxe, uint64_t *txe) argument
[all...]

Completed in 122 milliseconds