Home
last modified time | relevance | path

Searched refs:znyx_ptr (Results 1 – 1 of 1) sorted by relevance

/dragonfly/sys/dev/netif/de/
H A Dif_de.c1782 u_int znyx_ptr; in tulip_identify_znyx_nic() local
1784 znyx_ptr = sc->tulip_rombuf[124] + 256 * sc->tulip_rombuf[125]; in tulip_identify_znyx_nic()
1785 if (znyx_ptr < 26 || znyx_ptr > 116) { in tulip_identify_znyx_nic()
1791 if (sc->tulip_rombuf[znyx_ptr] == 0x4A in tulip_identify_znyx_nic()
1792 && sc->tulip_rombuf[znyx_ptr + 1] == 0x52 in tulip_identify_znyx_nic()
1793 && sc->tulip_rombuf[znyx_ptr + 2] == 0x01) { in tulip_identify_znyx_nic()
1794 id = sc->tulip_rombuf[znyx_ptr + 5] + 256 * sc->tulip_rombuf[znyx_ptr + 4]; in tulip_identify_znyx_nic()