Lines Matching defs:ldgp
5597 ring->ldgp = nxgep->ldgvp->ldvp[i].ldgp;
5625 ring->ldgp = NULL;
5651 nxgep->ldgvp->ldvp[i].ldgp->htable_idx);
5661 nxgep->ldgvp->ldvp[i].ldgp->htable_idx);
6057 p_nxge_ldg_t ldgp;
6175 ldgp = nxgep->ldgvp->ldgp;
6176 for (x = 0; x < nrequired; x++, ldgp++) {
6177 ldgp->vector = (uint8_t)x;
6178 ldgp->intdata = SID_DATA(ldgp->func, x);
6179 arg1 = ldgp->ldvp;
6181 if (ldgp->nldvs == 1) {
6182 inthandler = (uint_t *)ldgp->ldvp->ldv_intr_handler;
6188 x, ldgp->intdata));
6189 } else if (ldgp->nldvs > 1) {
6190 inthandler = (uint_t *)ldgp->sys_intr_handler;
6197 ldgp->nldvs, x, ldgp->intdata));
6225 ldgp->htable_idx = x;
6251 p_nxge_ldg_t ldgp;
6339 ldgp = nxgep->ldgvp->ldgp;
6340 for (x = 0; x < nrequired; x++, ldgp++) {
6341 ldgp->vector = (uint8_t)x;
6343 ldgp->intdata = SID_DATA(ldgp->func, x);
6346 arg1 = ldgp->ldvp;
6348 if (ldgp->nldvs == 1) {
6349 inthandler = (uint_t *)ldgp->ldvp->ldv_intr_handler;
6354 x, ldgp->ldg, ldgp->ldvp->ldv,
6356 } else if (ldgp->nldvs > 1) {
6357 inthandler = (uint_t *)ldgp->sys_intr_handler;
6362 x, ldgp->nldvs, ldgp->ldg, ldgp->ldvp->ldv,
6387 ldgp->htable_idx = x;