Searched refs:res_p (Results 1 - 5 of 5) sorted by relevance
/illumos-gate/usr/src/uts/common/io/iwp/ |
H A D | iwp.c | 2427 struct iwp_calib_results *res_p = &sc->sc_calib_results; local 2511 if (res_p->lo_res != NULL) { 2513 res_p->lo_res, res_p->lo_res_len, 1); 2528 if (res_p->tx_iq_res != NULL) { 2530 res_p->tx_iq_res, res_p->tx_iq_res_len, 1); 2545 if (res_p->tx_iq_perd_res != NULL) { 2547 res_p->tx_iq_perd_res, 2548 res_p 5033 struct iwp_calib_results *res_p = &sc->sc_calib_results; local [all...] |
/illumos-gate/usr/src/uts/common/io/iwh/ |
H A D | iwh.c | 2523 struct iwh_calib_results *res_p = &sc->sc_calib_results; local 2607 if (res_p->lo_res != NULL) { 2609 res_p->lo_res, res_p->lo_res_len, 1); 2624 if (res_p->tx_iq_res != NULL) { 2626 res_p->tx_iq_res, res_p->tx_iq_res_len, 1); 2641 if (res_p->tx_iq_perd_res != NULL) { 2643 res_p->tx_iq_perd_res, 2644 res_p 5425 struct iwh_calib_results *res_p = &sc->sc_calib_results; local [all...] |
/illumos-gate/usr/src/uts/common/io/ib/mgt/ibcm/ |
H A D | ibcm_ti.c | 5669 void *res_p; local 5812 SA_NODEINFO_COMPMASK_NODELID, &res_p, &len); 5825 nr_resp = (sa_node_record_t *)(uchar_t *)res_p; 5989 void *res_p; local 6010 SA_NODEINFO_COMPMASK_NODELID, &res_p, &len); 6023 nr_resp = (sa_node_record_t *)(uchar_t *)res_p; 6097 void *res_p; local 6317 SA_NODEINFO_COMPMASK_NODELID, &res_p, &len); 6333 nr_resp = (sa_node_record_t *)(uchar_t *)res_p; 6343 kmem_free(res_p, le [all...] |
H A D | ibcm_utils.c | 1951 void *res_p; local 1982 SA_NODEINFO_COMPMASK_NODELID, &res_p, &len); 1991 nr_resp = (sa_node_record_t *)(uchar_t *)res_p;
|
/illumos-gate/usr/src/uts/common/io/nxge/npi/ |
H A D | npi_vir.c | 1370 * res_p - pointer to store the timer resolution. 1378 npi_fzc_ldg_timer_res_get(npi_handle_t handle, uint8_t *res_p) argument 1384 *res_p = (uint8_t)(val & LDGIMGM_TIMER_MASK);
|
Completed in 115 milliseconds