Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/dc/
H A Dif_dcreg.h85 (x->dc_type == DC_TYPE_98713 || \
86 x->dc_type == DC_TYPE_98713A || \
87 x->dc_type == DC_TYPE_987x5)
90 (x->dc_type == DC_TYPE_AL981 || \
91 x->dc_type == DC_TYPE_AN983)
94 (x->dc_type == DC_TYPE_ULI_M5261 || \
95 x->dc_type == DC_TYPE_ULI_M5263)
98 #define DC_IS_ASIX(x) (x->dc_type == DC_TYPE_ASIX)
531 struct dc_type { struct
755 uint8_t dc_type; member
[all …]
H A Dif_dc.c1555 static const struct dc_type *
1558 const struct dc_type *t; in dc_devtype()
1587 const struct dc_type *t; in dc_probe()
1782 switch (hdr->dc_type) { in dc_parse_21143_srom()
2084 sc->dc_type = DC_TYPE_21143; in dc_attach()
2105 sc->dc_type = DC_TYPE_AL981; in dc_attach()
2128 sc->dc_type = DC_TYPE_AN983; in dc_attach()
2159 sc->dc_type = DC_TYPE_987x5; in dc_attach()
2174 sc->dc_type = DC_TYPE_PNIC; in dc_attach()
2188 sc->dc_type = DC_TYPE_ASIX; in dc_attach()
[all …]