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

  /src/sys/dev/pci/
if_wmvar.h 219 #define WM_IS_ICHPCH(x) ((x)->sc_type >= WM_T_80003)
if_wm.c 3315 if ((sc->sc_type < WM_T_82575) || WM_IS_ICHPCH(sc))
3328 if ((sc->sc_type < WM_T_82575) || WM_IS_ICHPCH(sc))
3365 if ((sc->sc_type >= WM_T_I350) && !WM_IS_ICHPCH(sc))
3459 } else if (!WM_IS_ICHPCH(sc)) {
3504 if ((sc->sc_type >= WM_T_I350) && !WM_IS_ICHPCH(sc)) {
3575 if ((sc->sc_type < WM_T_82575) || WM_IS_ICHPCH(sc))
3582 if ((sc->sc_type < WM_T_82575) || WM_IS_ICHPCH(sc))
3603 if ((sc->sc_type >= WM_T_I350) && !WM_IS_ICHPCH(sc))
3652 } else if (!WM_IS_ICHPCH(sc)) {
3668 if ((sc->sc_type >= WM_T_I350) && !WM_IS_ICHPCH(sc))
    [all...]

Completed in 16 milliseconds