HomeSort by: relevance | last modified time | path
    Searched defs:nextpacket (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/ic/
seeq8005.c 953 int len, nextpacket; local in function:ea_writembuf
982 nextpacket = bufstart + len + 4;
983 hdr[0] = (nextpacket >> 8) & 0xff;
984 hdr[1] = nextpacket & 0xff;
seeq8005.c 953 int len, nextpacket; local in function:ea_writembuf
982 nextpacket = bufstart + len + 4;
983 hdr[0] = (nextpacket >> 8) & 0xff;
984 hdr[1] = nextpacket & 0xff;

Completed in 24 milliseconds