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

/freebsd-11-stable/sys/dev/de/
H A Dif_de.c2066 unsigned znyx_ptr; local
2068 znyx_ptr = sc->tulip_rombuf[124] + 256 * sc->tulip_rombuf[125];
2069 if (znyx_ptr < 26 || znyx_ptr > 116) {
2075 if (sc->tulip_rombuf[znyx_ptr] == 0x4A
2076 && sc->tulip_rombuf[znyx_ptr + 1] == 0x52
2077 && sc->tulip_rombuf[znyx_ptr + 2] == 0x01) {
2078 id = sc->tulip_rombuf[znyx_ptr + 5] + 256 * sc->tulip_rombuf[znyx_ptr + 4];

Completed in 38 milliseconds