Symbol: dc_type
sys/dev/cardbus/if_dc_cardbus.c
162
sc->dc_type = DC_TYPE_21143;
sys/dev/cardbus/if_dc_cardbus.c
172
sc->dc_type = DC_TYPE_XIRCOM;
sys/dev/cardbus/if_dc_cardbus.c
195
sc->dc_type = DC_TYPE_AN983;
sys/dev/ic/dc.c
1220
if (sc->dc_type == DC_TYPE_98713)
sys/dev/ic/dc.c
1261
if (sc->dc_type == DC_TYPE_98713)
sys/dev/ic/dc.c
1365
if (sc->dc_type == DC_TYPE_21145)
sys/dev/ic/dc.c
1522
if (hdr->dc_type == DC_EBLOCK_MII)
sys/dev/ic/dc.c
1537
switch(hdr->dc_type) {
sys/dev/ic/dc.c
1577
switch(sc->dc_type) {
sys/dev/ic/dc.c
1758
} else if (sc->dc_type == DC_TYPE_21145) {
sys/dev/ic/dc.c
2739
if (sc->dc_type == DC_TYPE_98713)
sys/dev/ic/dc.c
736
if (sc->dc_type == DC_TYPE_98713) {
sys/dev/ic/dc.c
741
if (sc->dc_type == DC_TYPE_98713)
sys/dev/ic/dc.c
808
if (sc->dc_type == DC_TYPE_98713) {
sys/dev/ic/dc.c
813
if (sc->dc_type == DC_TYPE_98713)
sys/dev/ic/dcreg.h
102
(x->dc_type == DC_TYPE_21143 || \
sys/dev/ic/dcreg.h
103
x->dc_type == DC_TYPE_21145)
sys/dev/ic/dcreg.h
105
#define DC_IS_ASIX(x) (x->dc_type == DC_TYPE_ASIX)
sys/dev/ic/dcreg.h
106
#define DC_IS_COMET(x) (x->dc_type == DC_TYPE_AL981)
sys/dev/ic/dcreg.h
107
#define DC_IS_CENTAUR(x) (x->dc_type == DC_TYPE_AN983)
sys/dev/ic/dcreg.h
108
#define DC_IS_DAVICOM(x) (x->dc_type == DC_TYPE_DM9102)
sys/dev/ic/dcreg.h
109
#define DC_IS_PNICII(x) (x->dc_type == DC_TYPE_PNICII)
sys/dev/ic/dcreg.h
110
#define DC_IS_PNIC(x) (x->dc_type == DC_TYPE_PNIC)
sys/dev/ic/dcreg.h
111
#define DC_IS_XIRCOM(x) (x->dc_type == DC_TYPE_XIRCOM)
sys/dev/ic/dcreg.h
112
#define DC_IS_CONEXANT(x) (x->dc_type == DC_TYPE_CONEXANT)
sys/dev/ic/dcreg.h
725
u_int8_t dc_type;
sys/dev/ic/dcreg.h
90
(x->dc_type == DC_TYPE_98713 || \
sys/dev/ic/dcreg.h
91
x->dc_type == DC_TYPE_98713A || \
sys/dev/ic/dcreg.h
92
x->dc_type == DC_TYPE_987x5)
sys/dev/ic/dcreg.h
95
(x->dc_type == DC_TYPE_AL981 || \
sys/dev/ic/dcreg.h
96
x->dc_type == DC_TYPE_AN983)
sys/dev/ic/dcreg.h
985
u_int8_t dc_type;
sys/dev/ic/dcreg.h
99
(x->dc_type == DC_TYPE_AN983)
sys/dev/mii/dcphy.c
164
if (dc_sc->dc_type == DC_TYPE_21145)
sys/dev/pci/if_dc_pci.c
123
struct dc_type *t;
sys/dev/pci/if_dc_pci.c
229
sc->dc_type = DC_TYPE_21143;
sys/dev/pci/if_dc_pci.c
238
sc->dc_type = DC_TYPE_21145;
sys/dev/pci/if_dc_pci.c
249
sc->dc_type = DC_TYPE_DM9102;
sys/dev/pci/if_dc_pci.c
267
sc->dc_type = DC_TYPE_AL981;
sys/dev/pci/if_dc_pci.c
279
sc->dc_type = DC_TYPE_AN983;
sys/dev/pci/if_dc_pci.c
291
sc->dc_type = DC_TYPE_AN983;
sys/dev/pci/if_dc_pci.c
301
sc->dc_type = DC_TYPE_98713;
sys/dev/pci/if_dc_pci.c
303
sc->dc_type = DC_TYPE_98713A;
sys/dev/pci/if_dc_pci.c
315
sc->dc_type = DC_TYPE_987x5;
sys/dev/pci/if_dc_pci.c
321
sc->dc_type = DC_TYPE_987x5;
sys/dev/pci/if_dc_pci.c
330
sc->dc_type = DC_TYPE_98713;
sys/dev/pci/if_dc_pci.c
334
sc->dc_type = DC_TYPE_98713A;
sys/dev/pci/if_dc_pci.c
341
sc->dc_type = DC_TYPE_PNICII;
sys/dev/pci/if_dc_pci.c
348
sc->dc_type = DC_TYPE_PNIC;
sys/dev/pci/if_dc_pci.c
362
sc->dc_type = DC_TYPE_ASIX;
sys/dev/pci/if_dc_pci.c
371
sc->dc_type = DC_TYPE_CONEXANT;
sys/dev/pci/if_dc_pci.c
381
sc->dc_type = DC_TYPE_XIRCOM;
sys/dev/pci/if_dc_pci.c
440
if (sc->dc_type == DC_TYPE_98713)
sys/dev/pci/if_dc_pci.c
69
struct dc_type dc_devs[] = {