Home
last modified time | relevance | path

Searched refs:dc_type (Results 1 – 3 of 3) sorted by relevance

/dflybsd-src/sys/dev/netif/dc/
H A Dif_dcreg.h83 (x->dc_type == DC_TYPE_98713 || \
84 x->dc_type == DC_TYPE_98713A || \
85 x->dc_type == DC_TYPE_987x5)
88 (x->dc_type == DC_TYPE_AL981 || \
89 x->dc_type == DC_TYPE_AN985)
91 #define DC_IS_INTEL(x) (x->dc_type == DC_TYPE_21143)
92 #define DC_IS_ASIX(x) (x->dc_type == DC_TYPE_ASIX)
93 #define DC_IS_COMET(x) (x->dc_type == DC_TYPE_AL981)
94 #define DC_IS_CENTAUR(x) (x->dc_type == DC_TYPE_AN985)
95 #define DC_IS_DAVICOM(x) (x->dc_type == DC_TYPE_DM9102)
[all …]
H A Dif_dc.c138 static const struct dc_type dc_devs[] = {
206 static const struct dc_type *dc_devtype (device_t);
874 if (sc->dc_type == DC_TYPE_98713) { in dc_miibus_readreg()
879 if (sc->dc_type == DC_TYPE_98713) in dc_miibus_readreg()
949 if (sc->dc_type == DC_TYPE_98713) { in dc_miibus_writereg()
954 if (sc->dc_type == DC_TYPE_98713) in dc_miibus_writereg()
1393 if (sc->dc_type == DC_TYPE_98713) in dc_setcfg()
1434 if (sc->dc_type == DC_TYPE_98713) in dc_setcfg()
1543 static const struct dc_type *
1546 const struct dc_type *t; in dc_devtype()
[all …]
/dflybsd-src/sys/dev/netif/mii_layer/
H A Ddcphy.c185 if (dc_sc->dc_type == DC_TYPE_21145) in dcphy_attach()