Home
last modified time | relevance | path

Searched refs:iwh_shared_t (Results 1 – 3 of 3) sorted by relevance

/titanic_50/usr/src/uts/common/io/iwh/
H A Diwh_var.h150 iwh_shared_t *sc_shared;
H A Diwh_hw.h1730 } iwh_shared_t; typedef
H A Diwh.c685 (void) memset(sc->sc_shared, 0, sizeof (iwh_shared_t)); in iwh_attach()
1347 err = iwh_alloc_dma_mem(sc, sizeof (iwh_shared_t), in iwh_alloc_shared()
1355 sc->sc_shared = (iwh_shared_t *)sc->sc_dma_sh.mem_va; in iwh_alloc_shared()