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

  /src/sys/arch/sun3/dev/
if_ievar.h 116 volatile struct ie_recv_frame_desc *rframes[MXFRAMES]; member in struct:ie_softc
if_ie.c 541 status = sc->rframes[i]->ie_fd_status;
560 sc->rframes[0]->ie_fd_buf_desc = vtop16sw(sc,
563 __UNVOLATILE(sc->rframes[0]));
884 status = sc->rframes[num]->ie_fd_status;
887 sc->rframes[num]->ie_fd_status = SWAP(0);
888 sc->rframes[num]->ie_fd_last |= IE_FD_LAST;
889 sc->rframes[sc->rftail]->ie_fd_last &= ~IE_FD_LAST;
1151 * [tbuf0, tbuf1] [rbuf0,...rbufN] gap [rframes] [tframes]
1214 sc->rframes[i] = (volatile void *)ptr;
1215 ptr = Align(ptr + sizeof(*sc->rframes[i]))
    [all...]
  /src/sys/arch/acorn32/podulebus/
if_ie.c 135 u_long rframes[NFRAMES]; member in struct:ie_softc
764 sc->rframes[i] = ptr;
769 rfd.ie_fd_next = sc->rframes[0];
771 host2ie(sc, (char *)&rfd, sc->rframes[NFRAMES-1], sizeof rfd );
773 ie2host(sc, sc->rframes[0], (char *)&rfd, sizeof rfd );
775 host2ie(sc, (char *)&rfd, sc->rframes[0], sizeof rfd );
807 scb.ie_recv_list = (u_short)sc->rframes[0];
818 scb.ie_recv_list = (u_short)sc->rframes[0];
1246 ie2host(sc, sc->rframes[num], &rfd, sizeof rfd );
1252 sc->rframes[num], 0 )
    [all...]
  /src/sys/dev/ic/
i82586var.h 222 int rframes; /* Offset to `nrxbuf' frame descriptors */ member in struct:ie_softc
i82586.c 522 off = IE_RFRAME_STATUS(sc->rframes, i);
570 off = IE_RFRAME_LAST(sc->rframes, i);
574 off = IE_RFRAME_BUFDESC(sc->rframes, i);
578 off = IE_RFRAME_LAST(sc->rframes, sc->rftail);
858 off = IE_RFRAME_LAST(sc->rframes, n);
1382 sc->rframes = ptr;
1405 sc->ie_bus_write16(sc, IE_RFRAME_STATUS(sc->rframes, n), 0);
1408 sc->ie_bus_write16(sc, IE_RFRAME_BUFDESC(sc->rframes, n),
1412 sc->ie_bus_write16(sc, IE_RFRAME_NEXT(sc->rframes, n),
1413 IE_RFRAME_ADDR(sc->rframes, m))
    [all...]

Completed in 37 milliseconds