Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/iwh/
H A Diwh.c5426 struct iwh_calib_hdr *calib_hdr = (struct iwh_calib_hdr *)(desc + 1); in iwh_save_calib_result() local
5434 switch (calib_hdr->op_code) { in iwh_save_calib_result()
5447 bcopy(calib_hdr, res_p->lo_res, len); in iwh_save_calib_result()
5462 bcopy(calib_hdr, res_p->tx_iq_res, len); in iwh_save_calib_result()
5477 bcopy(calib_hdr, res_p->tx_iq_perd_res, len); in iwh_save_calib_result()
5492 bcopy(calib_hdr, res_p->dc_res, len); in iwh_save_calib_result()
5507 bcopy(calib_hdr, res_p->base_band_res, len); in iwh_save_calib_result()
5512 "incorrect calibration type(%d).\n", calib_hdr->op_code); in iwh_save_calib_result()
/titanic_41/usr/src/uts/common/io/iwp/
H A Diwp.c5034 struct iwp_calib_hdr *calib_hdr = (struct iwp_calib_hdr *)(desc + 1); in iwp_save_calib_result() local
5042 switch (calib_hdr->op_code) { in iwp_save_calib_result()
5055 (void) memcpy(res_p->lo_res, calib_hdr, len); in iwp_save_calib_result()
5069 (void) memcpy(res_p->tx_iq_res, calib_hdr, len); in iwp_save_calib_result()
5082 (void) memcpy(res_p->tx_iq_perd_res, calib_hdr, len); in iwp_save_calib_result()
5095 (void) memcpy(res_p->base_band_res, calib_hdr, len); in iwp_save_calib_result()
5099 "incorrect calibration type(%d).\n", calib_hdr->op_code); in iwp_save_calib_result()