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

  /src/sys/dev/pci/
if_aq.c 1416 aq_hw_stats_s_t sc_statistics[2]; member in struct:aq_softc
1985 sc->sc_fw_ops->get_stats(sc, &sc->sc_statistics[0]) == 0) {
4570 if (sc->sc_fw_ops->get_stats(sc, &sc->sc_statistics[cur]) != 0)
4580 n = (uint32_t)(sc->sc_statistics[cur].name - \
4581 sc->sc_statistics[prev].name); \
if_aq.c 1416 aq_hw_stats_s_t sc_statistics[2]; member in struct:aq_softc
1985 sc->sc_fw_ops->get_stats(sc, &sc->sc_statistics[0]) == 0) {
4570 if (sc->sc_fw_ops->get_stats(sc, &sc->sc_statistics[cur]) != 0)
4580 n = (uint32_t)(sc->sc_statistics[cur].name - \
4581 sc->sc_statistics[prev].name); \

Completed in 164 milliseconds