Lines Matching refs:rframes
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]));
1220 sc->rframes[i]->ie_fd_last |= IE_FD_LAST;
1221 nxt = vtop16sw(sc, __UNVOLATILE(sc->rframes[0]));
1223 sc->rframes[i]->ie_fd_next = nxt;
1224 nxt = vtop16sw(sc, __UNVOLATILE(sc->rframes[i]));
1245 vtop16sw(sc, __UNVOLATILE(sc->rframes[0]));
1246 sc->rframes[0]->ie_fd_buf_desc =
1388 vtop16sw(sc, __UNVOLATILE(sc->rframes[0]));