dc_type           138 dev/cardbus/if_dc_cardbus.c 			sc->dc_type = DC_TYPE_21143;
dc_type           148 dev/cardbus/if_dc_cardbus.c 			sc->dc_type = DC_TYPE_XIRCOM;
dc_type           175 dev/cardbus/if_dc_cardbus.c 			sc->dc_type = DC_TYPE_AN983;
dc_type           135 dev/ic/dc.c    struct dc_type *dc_devtype(void *);
dc_type           763 dev/ic/dc.c    	if (sc->dc_type == DC_TYPE_98713) {
dc_type           768 dev/ic/dc.c    	if (sc->dc_type == DC_TYPE_98713)
dc_type           838 dev/ic/dc.c    	if (sc->dc_type == DC_TYPE_98713) {
dc_type           843 dev/ic/dc.c    	if (sc->dc_type == DC_TYPE_98713)
dc_type          1289 dev/ic/dc.c    			if (sc->dc_type == DC_TYPE_98713)
dc_type          1330 dev/ic/dc.c    			if (sc->dc_type == DC_TYPE_98713)
dc_type          1435 dev/ic/dc.c    	if (sc->dc_type == DC_TYPE_21145)
dc_type          1608 dev/ic/dc.c    		if (hdr->dc_type == DC_EBLOCK_MII)
dc_type          1623 dev/ic/dc.c    		switch(hdr->dc_type) {
dc_type          1664 dev/ic/dc.c    	switch(sc->dc_type) {
dc_type          1834 dev/ic/dc.c    	} else if (sc->dc_type == DC_TYPE_21145) {
dc_type          2869 dev/ic/dc.c    		if (sc->dc_type == DC_TYPE_98713)
dc_type            90 dev/ic/dcreg.h 	(x->dc_type == DC_TYPE_98713 ||		\
dc_type            91 dev/ic/dcreg.h 	 x->dc_type == DC_TYPE_98713A ||	\
dc_type            92 dev/ic/dcreg.h 	 x->dc_type == DC_TYPE_987x5)
dc_type            95 dev/ic/dcreg.h 	(x->dc_type == DC_TYPE_AL981 ||		\
dc_type            96 dev/ic/dcreg.h 	 x->dc_type == DC_TYPE_AN983)
dc_type            99 dev/ic/dcreg.h 	(x->dc_type == DC_TYPE_AN983)
dc_type           102 dev/ic/dcreg.h 	(x->dc_type == DC_TYPE_21143 ||		\
dc_type           103 dev/ic/dcreg.h 	 x->dc_type == DC_TYPE_21145)
dc_type           105 dev/ic/dcreg.h #define DC_IS_ASIX(x)		(x->dc_type == DC_TYPE_ASIX)
dc_type           106 dev/ic/dcreg.h #define DC_IS_COMET(x)		(x->dc_type == DC_TYPE_AL981)
dc_type           107 dev/ic/dcreg.h #define DC_IS_CENTAUR(x)	(x->dc_type == DC_TYPE_AN983)
dc_type           108 dev/ic/dcreg.h #define DC_IS_DAVICOM(x)	(x->dc_type == DC_TYPE_DM9102)
dc_type           109 dev/ic/dcreg.h #define DC_IS_PNICII(x)		(x->dc_type == DC_TYPE_PNICII)
dc_type           110 dev/ic/dcreg.h #define DC_IS_PNIC(x)		(x->dc_type == DC_TYPE_PNIC)
dc_type           111 dev/ic/dcreg.h #define DC_IS_XIRCOM(x)		(x->dc_type == DC_TYPE_XIRCOM)
dc_type           112 dev/ic/dcreg.h #define DC_IS_CONEXANT(x)	(x->dc_type == DC_TYPE_CONEXANT)
dc_type           512 dev/ic/dcreg.h struct dc_type {
dc_type           726 dev/ic/dcreg.h 	u_int8_t		dc_type;
dc_type           986 dev/ic/dcreg.h 	u_int8_t		dc_type;
dc_type           169 dev/mii/dcphy.c 	if (dc_sc->dc_type == DC_TYPE_21145)
dc_type            89 dev/pci/if_dc_pci.c struct dc_type dc_devs[] = {
dc_type           129 dev/pci/if_dc_pci.c 	struct dc_type *t;
dc_type           274 dev/pci/if_dc_pci.c 			sc->dc_type = DC_TYPE_21143;
dc_type           283 dev/pci/if_dc_pci.c 			sc->dc_type = DC_TYPE_21145;
dc_type           294 dev/pci/if_dc_pci.c 			sc->dc_type = DC_TYPE_DM9102;
dc_type           312 dev/pci/if_dc_pci.c 			sc->dc_type = DC_TYPE_AL981;
dc_type           324 dev/pci/if_dc_pci.c 			sc->dc_type = DC_TYPE_AN983;
dc_type           336 dev/pci/if_dc_pci.c 			sc->dc_type = DC_TYPE_AN983;
dc_type           346 dev/pci/if_dc_pci.c 				sc->dc_type = DC_TYPE_98713;
dc_type           349 dev/pci/if_dc_pci.c 				sc->dc_type = DC_TYPE_98713A;
dc_type           361 dev/pci/if_dc_pci.c 			sc->dc_type = DC_TYPE_987x5;
dc_type           367 dev/pci/if_dc_pci.c 			sc->dc_type = DC_TYPE_987x5;
dc_type           376 dev/pci/if_dc_pci.c 				sc->dc_type = DC_TYPE_98713;
dc_type           380 dev/pci/if_dc_pci.c 				sc->dc_type = DC_TYPE_98713A;
dc_type           387 dev/pci/if_dc_pci.c 			sc->dc_type = DC_TYPE_PNICII;
dc_type           394 dev/pci/if_dc_pci.c 			sc->dc_type = DC_TYPE_PNIC;
dc_type           408 dev/pci/if_dc_pci.c 			sc->dc_type = DC_TYPE_ASIX;
dc_type           417 dev/pci/if_dc_pci.c 			sc->dc_type = DC_TYPE_CONEXANT;
dc_type           476 dev/pci/if_dc_pci.c 		if (sc->dc_type == DC_TYPE_98713)