Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/dc/
H A Dif_dcreg.h87 (x->dc_type == DC_TYPE_98713 || \
88 x->dc_type == DC_TYPE_98713A || \
89 x->dc_type == DC_TYPE_987x5)
92 (x->dc_type == DC_TYPE_AL981 || \
93 x->dc_type == DC_TYPE_AN983)
96 (x->dc_type == DC_TYPE_ULI_M5261 || \
97 x->dc_type == DC_TYPE_ULI_M5263)
100 #define DC_IS_ASIX(x) (x->dc_type == DC_TYPE_ASIX)
533 struct dc_type { struct
757 uint8_t dc_type; member
[all …]
H A Dif_dc.c1549 static const struct dc_type *
1552 const struct dc_type *t; in dc_devtype()
1581 const struct dc_type *t; in dc_probe()
1776 switch (hdr->dc_type) { in dc_parse_21143_srom()
2078 sc->dc_type = DC_TYPE_21143; in dc_attach()
2099 sc->dc_type = DC_TYPE_AL981; in dc_attach()
2122 sc->dc_type = DC_TYPE_AN983; in dc_attach()
2153 sc->dc_type = DC_TYPE_987x5; in dc_attach()
2168 sc->dc_type = DC_TYPE_PNIC; in dc_attach()
2182 sc->dc_type = DC_TYPE_ASIX; in dc_attach()
[all …]