HomeSort by: relevance | last modified time | path
    Searched defs:sc_ev_rxdmtc (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/dev/pci/
if_wm.c 665 * sc_ev_rxdmtc is shared with both "Intr. cause" and
668 struct evcnt sc_ev_rxdmtc; /* (Intr. Cause) Rx Desc Min Thresh */ member in struct:wm_softc
3453 evcnt_attach_dynamic(&sc->sc_ev_rxdmtc, EVCNT_TYPE_MISC,
3487 evcnt_attach_dynamic(&sc->sc_ev_rxdmtc, EVCNT_TYPE_MISC,
3650 evcnt_detach(&sc->sc_ev_rxdmtc);
3659 evcnt_detach(&sc->sc_ev_rxdmtc);
6770 WM_EVCNT_ADD(&sc->sc_ev_rxdmtc,
6780 WM_EVCNT_ADD(&sc->sc_ev_rxdmtc, CSR_READ(sc, WMREG_RXDMTC));
6975 WM_EVCNT_STORE(&sc->sc_ev_rxdmtc, 0);
6984 WM_EVCNT_STORE(&sc->sc_ev_rxdmtc, 0)
    [all...]

Completed in 17 milliseconds