Lines Matching defs:ldgp
2700 * Set the ldvp and ldgp pointers to enable/disable
2707 ring->ldgp = hxgep->ldgvp->ldvp[i].ldgp;
2737 ring->ldgp = NULL;
2956 hxgep->ldgvp->ldvp[i].ldgp->htable_idx);
2966 hxgep->ldgvp->ldvp[i].ldgp->htable_idx);
3785 p_hxge_ldg_t ldgp;
3902 ldgp = hxgep->ldgvp->ldgp;
3911 for (x = 0; x < loop; x++, ldgp++) {
3912 ldgp->vector = (uint8_t)x;
3913 arg1 = ldgp->ldvp;
3915 if (ldgp->nldvs == 1) {
3916 inthandler = (uint_t *)ldgp->ldvp->ldv_intr_handler;
3921 } else if (ldgp->nldvs > 1) {
3922 inthandler = (uint_t *)ldgp->sys_intr_handler;
3926 arg1, arg2, ldgp->nldvs, x));
3954 ldgp->htable_idx = x;
3976 p_hxge_ldg_t ldgp;
4052 ldgp = hxgep->ldgvp->ldgp;
4053 for (x = 0; x < nrequired; x++, ldgp++) {
4054 ldgp->vector = (uint8_t)x;
4055 arg1 = ldgp->ldvp;
4057 if (ldgp->nldvs == 1) {
4058 inthandler = (uint_t *)ldgp->ldvp->ldv_intr_handler;
4063 x, ldgp->ldg, ldgp->ldvp->ldv, arg1, arg2));
4064 } else if (ldgp->nldvs > 1) {
4065 inthandler = (uint_t *)ldgp->sys_intr_handler;
4070 x, ldgp->nldvs, ldgp->ldg, ldgp->ldvp->ldv,