Home
last modified time | relevance | path

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

/freebsd-13.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.c1560 static const struct dc_type *
1563 const struct dc_type *t; in dc_devtype()
1592 const struct dc_type *t; in dc_probe()
1787 switch (hdr->dc_type) { in dc_parse_21143_srom()
2089 sc->dc_type = DC_TYPE_21143; in dc_attach()
2110 sc->dc_type = DC_TYPE_AL981; in dc_attach()
2133 sc->dc_type = DC_TYPE_AN983; in dc_attach()
2164 sc->dc_type = DC_TYPE_987x5; in dc_attach()
2179 sc->dc_type = DC_TYPE_PNIC; in dc_attach()
2193 sc->dc_type = DC_TYPE_ASIX; in dc_attach()
[all …]