Searched defs:event_p (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/sun4/io/fpc/
H A Dfpc-impl.c269 * event_p returns the event programmed for that counter.
274 uint64_t *event_p, uint64_t values[NUM_MAX_COUNTERS])
294 if ((rval = fpc_event_io(firehdl, reggroup, event_p, IS_READ)) !=
273 fpc_perfcnt_read(int devnum, fire_perfcnt_t reggroup, uint64_t *event_p, uint64_t values[NUM_MAX_COUNTERS]) argument
/illumos-gate/usr/src/uts/common/io/ib/ibtl/
H A Dibtl_handlers.c189 ibc_async_event_t *event_p)
200 hca_devp, code, event_p);
214 ibtl_qp = event_p->ev_qp_hdl;
222 ibtl_qp->qp_cat_fma_ena = event_p->ev_fma_ena; break;
224 ibtl_qp->qp_pth_fma_ena = event_p->ev_fma_ena; break;
226 ibtl_qp->qp_inv_fma_ena = event_p->ev_fma_ena; break;
228 ibtl_qp->qp_acc_fma_ena = event_p->ev_fma_ena; break;
245 ibtl_cq = event_p->ev_cq_hdl;
252 ibtl_cq->cq_fma_ena = event_p->ev_fma_ena;
267 ibtl_srq = event_p
188 ibc_async_handler(ibc_clnt_hdl_t hca_devp, ibt_async_code_t code, ibc_async_event_t *event_p) argument
406 ibtl_async_client_call(ibtl_hca_t *ibt_hca, ibt_async_code_t code, ibt_async_event_t *event_p) argument
493 ibt_async_event_t *event_p; local
[all...]

Completed in 46 milliseconds