iwh_shared_t
err = iwh_alloc_dma_mem(sc, sizeof (iwh_shared_t),
sc->sc_shared = (iwh_shared_t *)sc->sc_dma_sh.mem_va;
(void) memset(sc->sc_shared, 0, sizeof (iwh_shared_t));
iwh_shared_t *sc_shared;