Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/dc/
H A Dif_dcreg.h79 #define DC_TYPE_XIRCOM 0xB /* Xircom X3201 */ macro
98 #define DC_IS_XIRCOM(x) (x->dc_type == DC_TYPE_XIRCOM)
H A Dif_dc.c1993 sc->dc_type = DC_TYPE_XIRCOM; in dc_attach()
2070 case DC_TYPE_XIRCOM: in dc_attach()