Searched refs:hard_type (Results 1 - 5 of 5) sorted by relevance

/freebsd-9.3-release/sys/boot/arm/at91/libat91/
H A Demac.h58 unsigned short hard_type; member in struct:__anon5588
H A Demac.c87 p_ARP->hard_type = SWAP16(1);
/freebsd-9.3-release/sys/dev/ie/
H A Dif_ievar.h23 enum ie_hardware hard_type; member in struct:ie_softc
H A Dif_ie_isa.c252 sc->hard_type = IE_3C507;
448 sc->hard_type = IE_EE16;
734 if ((sc->hard_type = ie_isa_sl_get_hard_type(PORT(sc))) == IE_NONE) {
740 if (sc->hard_type == IE_NI5210) {
754 switch (sc->hard_type) {
763 device_printf(sc->dev, "unknown AT&T board type code %d\n", sc->hard_type);
H A Dif_ie.c312 ie_hardware_names[sc->hard_type], sc->hard_vers + 1);
356 if (sc->hard_type == IE_3C507
361 if (sc->hard_type == IE_EE16)
409 if (sc->hard_type == IE_3C507)
413 if (sc->hard_type == IE_EE16)
1506 sc->hard_type == IE_STARLAN10);
1589 if (sc->hard_type == IE_EE16) {
1798 if (sc->hard_type == IE_EE16)

Completed in 103 milliseconds