Home
last modified time | relevance | path

Searched refs:dc_res (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/iwh/
H A Diwh.c2659 if (res_p->dc_res != NULL) { in iwh_ucode_alive()
2661 res_p->dc_res, in iwh_ucode_alive()
5482 if (NULL == res_p->dc_res) { in iwh_save_calib_result()
5483 res_p->dc_res = kmem_alloc(len, KM_NOSLEEP); in iwh_save_calib_result()
5486 if (NULL == res_p->dc_res) { in iwh_save_calib_result()
5493 bcopy(calib_hdr, res_p->dc_res, len); in iwh_save_calib_result()
5585 if (sc->sc_calib_results.dc_res != NULL) { in iwh_release_calib_buffer()
5586 kmem_free(sc->sc_calib_results.dc_res, in iwh_release_calib_buffer()
5588 sc->sc_calib_results.dc_res = NULL; in iwh_release_calib_buffer()
H A Diwh_hw.h2170 void *dc_res; member