Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/iwp/
H A Diwp_var.h168 iwp_shared_t *sc_shared;
H A Diwp_hw.h1730 } iwp_shared_t; typedef
H A Diwp.c642 (void) memset(sc->sc_shared, 0, sizeof (iwp_shared_t)); in iwp_attach()
1289 err = iwp_alloc_dma_mem(sc, sizeof (iwp_shared_t), in iwp_alloc_shared()
1297 sc->sc_shared = (iwp_shared_t *)sc->sc_dma_sh.mem_va; in iwp_alloc_shared()