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

  /src/sys/dev/pci/
if_wm.c 6795 uint32_t rqdpc; local in function:wm_update_stats
6797 rqdpc = CSR_READ(sc, WMREG_RQDPC(i));
6799 * On I210 and newer device, the RQDPC register is not
6802 if ((rqdpc != 0) && (sc->sc_type >= WM_T_I210))
6804 WM_Q_EVCNT_ADD(rxq, qdrop, rqdpc);
6805 total_qdrop += rqdpc;
if_wm.c 6795 uint32_t rqdpc; local in function:wm_update_stats
6797 rqdpc = CSR_READ(sc, WMREG_RQDPC(i));
6799 * On I210 and newer device, the RQDPC register is not
6802 if ((rqdpc != 0) && (sc->sc_type >= WM_T_I210))
6804 WM_Q_EVCNT_ADD(rxq, qdrop, rqdpc);
6805 total_qdrop += rqdpc;

Completed in 114 milliseconds