Home
last modified time | relevance | path

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

/titanic_41/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()
5481 if (NULL == res_p->dc_res) { in iwh_save_calib_result()
5482 res_p->dc_res = kmem_alloc(len, KM_NOSLEEP); in iwh_save_calib_result()
5485 if (NULL == res_p->dc_res) { in iwh_save_calib_result()
5492 bcopy(calib_hdr, res_p->dc_res, len); in iwh_save_calib_result()
5584 if (sc->sc_calib_results.dc_res != NULL) { in iwh_release_calib_buffer()
5585 kmem_free(sc->sc_calib_results.dc_res, in iwh_release_calib_buffer()
5587 sc->sc_calib_results.dc_res = NULL; in iwh_release_calib_buffer()
H A Diwh_hw.h2170 void *dc_res; member