HomeSort by relevance Sort by last modified time
    Searched refs:eth_vendor (Results 1 - 2 of 2) sorted by null

  /external/syslinux/gpxe/src/drivers/net/
ne2k_isa.c 33 static unsigned char eth_vendor, eth_flags; variable
141 eth_vendor = VENDOR_NONE;
151 if (eth_vendor == VENDOR_NONE) {
194 eth_vendor = VENDOR_NOVELL;
205 if (eth_vendor == VENDOR_NONE)
208 if (eth_vendor != VENDOR_3COM)
ns8390.c 51 static unsigned char eth_vendor, eth_flags; variable
641 eth_vendor = VENDOR_NONE;
668 eth_vendor = VENDOR_WD;
760 if (eth_vendor == VENDOR_NONE) {
824 eth_vendor = VENDOR_3COM;
887 if (eth_vendor == VENDOR_NONE) {
941 eth_vendor = VENDOR_NOVELL;
953 if (eth_vendor == VENDOR_NONE)
955 if (eth_vendor != VENDOR_3COM)

Completed in 95 milliseconds