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

/netbsd-current/sys/arch/acorn32/podulebus/
H A Dif_ie.c1075 int resid, totlen, thisrboff, thismboff; local
1151 thisrboff = sizeof(struct ether_header);
1160 int thisrblen = ie_buflen(sc, head) - thisrboff,
1164 /* bcopy((void *)(sc->cbuffs[head] + thisrboff),
1170 ie2host(sc, sc->cbuffs[head]+thisrboff,
1175 ie2host(sc, sc->cbuffs[head]+thisrboff,
1189 thisrboff = 0;
1191 thisrboff += len;
/netbsd-current/sys/dev/ic/
H A Di82586.c888 int thisrboff, thismboff; local
947 thisrboff = sizeof(struct ether_header);
956 int thisrblen = IE_RBUF_SIZE - thisrboff,
961 IE_RBUF_ADDR(sc, head) + thisrboff,
974 thisrboff = 0;
976 thisrboff += len;
/netbsd-current/sys/arch/sun3/dev/
H A Dif_ie.c760 int thisrboff, thismboff; local
830 thisrboff = sizeof(struct ether_header);
839 int thisrblen = ie_buflen(sc, head) - thisrboff;
844 (void *)(sc->cbuffs[head] + thisrboff),
856 thisrboff = 0;
858 thisrboff += len;

Completed in 97 milliseconds