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

/netbsd-6-1-5-RELEASE/sys/arch/acorn32/podulebus/
H A Dif_ie.c1081 int resid, totlen, thisrboff, thismboff; local
1157 thisrboff = sizeof(struct ether_header);
1166 int thisrblen = ie_buflen(sc, head) - thisrboff,
1170 /* bcopy((void *)(sc->cbuffs[head] + thisrboff),
1176 ie2host(sc, sc->cbuffs[head]+thisrboff,
1181 ie2host(sc, sc->cbuffs[head]+thisrboff,
1195 thisrboff = 0;
1197 thisrboff += len;
/netbsd-6-1-5-RELEASE/sys/arch/sun3/dev/
H A Dif_ie.c803 int thisrboff, thismboff; local
886 thisrboff = sizeof(struct ether_header);
895 int thisrblen = ie_buflen(sc, head) - thisrboff;
900 (void *)(sc->cbuffs[head] + thisrboff),
912 thisrboff = 0;
914 thisrboff += len;
/netbsd-6-1-5-RELEASE/sys/dev/ic/
H A Di82586.c890 int thisrboff, thismboff; local
949 thisrboff = sizeof(struct ether_header);
958 int thisrblen = IE_RBUF_SIZE - thisrboff,
963 IE_RBUF_ADDR(sc,head) + thisrboff,
976 thisrboff = 0;
978 thisrboff += len;

Completed in 158 milliseconds