Searched refs:res_p (Results 1 – 5 of 5) sorted by relevance
/titanic_50/usr/src/uts/common/io/iwh/ |
H A D | iwh.c | 2523 struct iwh_calib_results *res_p = &sc->sc_calib_results; in iwh_ucode_alive() local 2607 if (res_p->lo_res != NULL) { in iwh_ucode_alive() 2609 res_p->lo_res, res_p->lo_res_len, 1); in iwh_ucode_alive() 2624 if (res_p->tx_iq_res != NULL) { in iwh_ucode_alive() 2626 res_p->tx_iq_res, res_p->tx_iq_res_len, 1); in iwh_ucode_alive() 2641 if (res_p->tx_iq_perd_res != NULL) { in iwh_ucode_alive() 2643 res_p->tx_iq_perd_res, in iwh_ucode_alive() 2644 res_p->tx_iq_perd_res_len, 1); in iwh_ucode_alive() 2659 if (res_p->dc_res != NULL) { in iwh_ucode_alive() 2661 res_p->dc_res, in iwh_ucode_alive() [all …]
|
/titanic_50/usr/src/uts/common/io/iwp/ |
H A D | iwp.c | 2427 struct iwp_calib_results *res_p = &sc->sc_calib_results; in iwp_ucode_alive() local 2511 if (res_p->lo_res != NULL) { in iwp_ucode_alive() 2513 res_p->lo_res, res_p->lo_res_len, 1); in iwp_ucode_alive() 2528 if (res_p->tx_iq_res != NULL) { in iwp_ucode_alive() 2530 res_p->tx_iq_res, res_p->tx_iq_res_len, 1); in iwp_ucode_alive() 2545 if (res_p->tx_iq_perd_res != NULL) { in iwp_ucode_alive() 2547 res_p->tx_iq_perd_res, in iwp_ucode_alive() 2548 res_p->tx_iq_perd_res_len, 1); in iwp_ucode_alive() 2563 if (res_p->base_band_res != NULL) { in iwp_ucode_alive() 2565 res_p->base_band_res, in iwp_ucode_alive() [all …]
|
/titanic_50/usr/src/uts/common/io/ib/mgt/ibcm/ |
H A D | ibcm_ti.c | 5669 void *res_p; in ibt_gid_to_node_info() local 5812 SA_NODEINFO_COMPMASK_NODELID, &res_p, &len); in ibt_gid_to_node_info() 5825 nr_resp = (sa_node_record_t *)(uchar_t *)res_p; in ibt_gid_to_node_info() 5989 void *res_p; in ibt_lid_to_node_info() local 6010 SA_NODEINFO_COMPMASK_NODELID, &res_p, &len); in ibt_lid_to_node_info() 6023 nr_resp = (sa_node_record_t *)(uchar_t *)res_p; in ibt_lid_to_node_info() 6097 void *res_p; in ibt_get_companion_port_gids() local 6317 SA_NODEINFO_COMPMASK_NODELID, &res_p, &len); in ibt_get_companion_port_gids() 6333 nr_resp = (sa_node_record_t *)(uchar_t *)res_p; in ibt_get_companion_port_gids() 6343 kmem_free(res_p, len); in ibt_get_companion_port_gids() [all …]
|
H A D | ibcm_utils.c | 1951 void *res_p; in ibcm_ibtl_node_info() local 1982 SA_NODEINFO_COMPMASK_NODELID, &res_p, &len); in ibcm_ibtl_node_info() 1991 nr_resp = (sa_node_record_t *)(uchar_t *)res_p; in ibcm_ibtl_node_info()
|
/titanic_50/usr/src/uts/common/io/nxge/npi/ |
H A D | npi_vir.c | 1378 npi_fzc_ldg_timer_res_get(npi_handle_t handle, uint8_t *res_p) in npi_fzc_ldg_timer_res_get() argument 1384 *res_p = (uint8_t)(val & LDGIMGM_TIMER_MASK); in npi_fzc_ldg_timer_res_get()
|