Searched refs:fault_p (Results 1 - 4 of 4) sorted by relevance
/illumos-gate/usr/src/uts/sun4v/io/px/ |
H A D | px_err.c | 41 static uint_t px_err_intr(px_fault_t *fault_p, px_rc_err_t *epkt); 86 px_fault_t *fault_p = (px_fault_t *)arg; local 87 px_rc_err_t *epkt = (px_rc_err_t *)fault_p->px_intr_payload; 90 return (px_err_intr(fault_p, epkt)); 103 px_fault_t *fault_p = (px_fault_t *)arg; local 104 px_rc_err_t *epkt = (px_rc_err_t *)fault_p->px_intr_payload; 107 return (px_err_intr(fault_p, epkt)); 264 px_err_intr(px_fault_t *fault_p, px_rc_err_t *epkt) argument 266 px_t *px_p = DIP_TO_STATE(fault_p->px_fh_dip); 305 if (px_lib_intr_setstate(rpdip, fault_p [all...] |
/illumos-gate/usr/src/uts/sun4u/io/px/ |
H A D | px_lib4u.c | 2181 px_cb_add_intr(px_fault_t *fault_p) argument 2183 px_t *px_p = DIP_TO_STATE(fault_p->px_fh_dip); 2185 px_cb_t *cb_p = (px_cb_t *)px_get_cb(fault_p->px_fh_dip); 2198 px_set_cb(fault_p->px_fh_dip, (uint64_t)cb_p); 2209 VERIFY(add_ivintr(fault_p->px_fh_sysino, PX_ERR_PIL, 2220 cb_p->sysino = fault_p->px_fh_sysino; 2245 px_ib_intr_enable(px_p, cb_p->cpuid, fault_p->px_intr_ino); 2257 px_cb_rem_intr(px_fault_t *fault_p) argument 2259 px_t *px_p = DIP_TO_STATE(fault_p->px_fh_dip), *pxp; 2292 if (fault_p [all...] |
/illumos-gate/usr/src/uts/sun4/io/px/ |
H A D | px.c | 589 px_fault_t *fault_p = &px_p->px_cb_fault; local 597 fault_p->px_fh_dip = dip; 598 fault_p->px_fh_sysino = sysino; 599 fault_p->px_err_func = px_err_cb_intr; 600 fault_p->px_intr_ino = px_p->px_inos[PX_INTR_XBC];
|
H A D | px_ib.c | 58 px_fault_t *fault_p = &px_p->px_fault; local 85 fault_p->px_fh_dip = dip; 86 fault_p->px_fh_sysino = sysino; 87 fault_p->px_err_func = px_err_dmc_pec_intr; 88 fault_p->px_intr_ino = px_p->px_inos[PX_INTR_PEC];
|
Completed in 93 milliseconds