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

  /src/sys/arch/sun3/dev/
if_ie.c 204 static inline int ie_buflen(struct ie_softc *, int);
669 ie_buflen(struct ie_softc *sc, int head) function in typeref:typename:int
700 acc += ie_buflen(sc, head);
839 int thisrblen = ie_buflen(sc, head) - thisrboff;
  /src/sys/arch/acorn32/podulebus/
if_ie.c 179 static inline int ie_buflen(struct ie_softc *, int);
1033 ie_buflen(struct ie_softc *sc, int head) function in typeref:typename:int
1063 acc += ie_buflen(sc, head);
1160 int thisrblen = ie_buflen(sc, head) - thisrboff,

Completed in 13 milliseconds