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

/freebsd-11.0-release/sys/boot/arm/at91/libat91/
H A Demac.h58 unsigned short hard_type; member in struct:__anon7326
H A Demac.c87 p_ARP->hard_type = SWAP16(1);
/freebsd-11.0-release/sys/dev/ie/
H A Dif_ievar.h23 enum ie_hardware hard_type; member in struct:ie_softc
H A Dif_ie_isa.c254 sc->hard_type = IE_3C507;
450 sc->hard_type = IE_EE16;
736 if ((sc->hard_type = ie_isa_sl_get_hard_type(PORT(sc))) == IE_NONE) {
742 if (sc->hard_type == IE_NI5210) {
756 switch (sc->hard_type) {
765 device_printf(sc->dev, "unknown AT&T board type code %d\n", sc->hard_type);
H A Dif_ie.c311 ie_hardware_names[sc->hard_type], sc->hard_vers + 1);
354 if (sc->hard_type == IE_3C507
359 if (sc->hard_type == IE_EE16)
407 if (sc->hard_type == IE_3C507)
411 if (sc->hard_type == IE_EE16)
1398 sc->hard_type == IE_STARLAN10);
1481 if (sc->hard_type == IE_EE16) {
1690 if (sc->hard_type == IE_EE16)

Completed in 105 milliseconds