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

  /src/sys/arch/sun3/dev/
if_ie.c 200 static inline uint16_t vtop16sw(struct ie_softc *, void *);
231 vtop16sw(struct ie_softc *sc, void *ptr) function in typeref:typename:u_short
401 iscp->ie_scb_offset = vtop16sw(sc, __UNVOLATILE(scb));
560 sc->rframes[0]->ie_fd_buf_desc = vtop16sw(sc,
562 scb->ie_recv_list = vtop16sw(sc,
736 vtop16sw(sc, __UNVOLATILE(sc->xmit_buffs[sc->xctail]));
739 vtop16sw(sc, __UNVOLATILE(sc->xmit_cmds[sc->xctail]));
1107 sc->scb->ie_command_list = vtop16sw(sc, cmd);
1199 nxt = vtop16sw(sc, __UNVOLATILE(sc->rbuffs[0]));
1202 nxt = vtop16sw(sc, __UNVOLATILE(sc->rbuffs[i]))
    [all...]

Completed in 84 milliseconds