host2ie
host2ie(sc, &scb, IE_SCP_ADDR, sizeof (scb) );
host2ie(sc, (char *)&scb, IE_IBASE + IE_SCB_OFF, sizeof (scb) );
host2ie(sc, &xb, sc->xmit_buffs[sc->xctail], sizeof xb );
host2ie(sc, (char *)&xc, sc->xmit_cmds[sc->xctail], sizeof xc );
host2ie(sc, (char *)&scb, (IE_IBASE + IE_SCB_OFF), sizeof scb );
host2ie(sc, txbuf, sc->xmit_cbuffs[sc->xchead], len+1 );
host2ie(sc, txbuf, sc->xmit_cbuffs[sc->xchead], len );
static void host2ie( struct ie_softc *sc, void *src, u_long dest, int size );
host2ie(sc, &scp, IE_SCP_ADDR, sizeof (scp) );
host2ie(sc, &iscp, IE_ISCP_ADDR, sizeof(iscp) );
host2ie(sc, (char *)&rfd, ptr, sizeof rfd);
host2ie(sc, (char *)&rfd, sc->rframes[NFRAMES-1], sizeof rfd );
host2ie(sc, (char *)&rfd, sc->rframes[0], sizeof rfd );
host2ie(sc, &rbd, ptr, sizeof rbd);
host2ie(sc, &rbd, sc->rbuffs[NRXBUF-1], sizeof rbd);
host2ie(sc, (char *)&scb, (IE_IBASE + IE_SCB_OFF), sizeof scb );
host2ie(sc, &xmcmd, sc->xmit_cmds[0], sizeof xmcmd);
host2ie(sc, pcmd, ocmd, scmd); /* transfer the command to the card */
host2ie(sc, pscb, IE_IBASE + IE_SCB_OFF, sizeof *pscb);