Searched defs:res_p (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/io/nxge/npi/
H A Dnpi_vir.c1370 * 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);
/illumos-gate/usr/src/uts/common/io/ib/mgt/ibcm/
H A Dibcm_utils.c1951 void *res_p; local
1982 SA_NODEINFO_COMPMASK_NODELID, &res_p, &len);
1991 nr_resp = (sa_node_record_t *)(uchar_t *)res_p;
H A Dibcm_ti.c5669 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...]
/illumos-gate/usr/src/uts/common/io/iwh/
H A Diwh.c2523 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/iwp/
H A Diwp.c2427 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...]

Completed in 311 milliseconds