Lines Matching defs:fhc_arg
1124 struct fhc_wrapper_arg *fhc_arg;
1240 fhc_arg = kmem_alloc(sizeof (struct fhc_wrapper_arg), KM_SLEEP);
1241 fhc_arg->child = rdip;
1242 fhc_arg->mapping_reg = mondo_vec_reg;
1243 fhc_arg->clear_reg = (softsp->intr_regs[ino].clear_reg);
1244 fhc_arg->softsp = softsp;
1245 fhc_arg->funcp =
1247 fhc_arg->arg1 = hdlp->ih_cb_arg1;
1248 fhc_arg->arg2 = hdlp->ih_cb_arg2;
1249 fhc_arg->inum = hdlp->ih_inum;
1253 softsp->intr_list[i] = fhc_arg;
1259 * Save the fhc_arg in the ispec so we can use this info
1264 (caddr_t)fhc_arg, NULL);
1268 DDI_INTR_ASSIGN_HDLR_N_ARGS(hdlp, fhc_arg->funcp,
1269 fhc_arg->arg1, fhc_arg->arg2);