HomeSort by: relevance | last modified time | path
    Searched refs:ie_xmit_buf (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/arch/sun3/dev/
if_ievar.h 107 volatile struct ie_xmit_buf *xmit_buffs[NTXBUF];
i82586.h 226 struct ie_xmit_buf { struct
229 u_int ie_xmit_buf; /* 24-pointer to the actual buffer */ member in struct:ie_xmit_buf
if_ie.c 727 sc->xmit_buffs[sc->xctail]->ie_xmit_buf =
1182 sc->xmit_buffs[i]->ie_xmit_buf =
  /src/sys/arch/acorn32/podulebus/
if_iereg.h 307 struct ie_xmit_buf { struct
310 void *ie_xmit_buf; /* 24-pointer to the actual buffer */ member in struct:ie_xmit_buf
if_ie.c 920 iezero(sc, ptr, sizeof(struct ie_xmit_buf));
921 ptr += sizeof(struct ie_xmit_buf);
1415 struct ie_xmit_buf xb;
1420 xb.ie_xmit_buf = (void *)sc->xmit_cbuffs[sc->xctail];
1494 WRITE_MEMBER(sc,struct ie_xmit_buf, ie_xmit_flags,
  /src/sys/arch/mvme68k/stand/netboot/
i82586.h 246 struct ie_xmit_buf { struct
325 volatile struct ie_xmit_buf im_xd[NTXBUF];

Completed in 73 milliseconds