Lines Matching defs:hphase
917 if (ldcp->hphase != VH_DONE) {
919 DWARN(vgenp, ldcp, "hphase(%x), dropping packet\n",
920 ldcp->hphase);
1020 if (ldcp->hphase == VH_DONE) {
2650 ldcp->hphase = VH_PHASE0;
3247 /* change the hphase for the channel to the next phase */
3251 if (ldcp->hphase == VH_PHASE4) {
3252 ldcp->hphase = VH_DONE;
3254 ldcp->hphase++;
3521 if ((ldcp == NULL) || (ldcp->hphase != VH_DONE)) {
3779 if (ldcp->hphase == VH_DONE && VGEN_VER_LT(ldcp, 1, 3) &&
3913 /* Clear hstate and hphase */
3915 ldcp->hphase = VH_PHASE0;
4107 uint32_t hphase = ldcp->hphase;
4112 switch (hphase) {
4119 * hphase goes to VH_DONE(below) or channel is reset due to
4229 uint32_t hphase = ldcp->hphase;
4232 switch (hphase) {
4274 DBG2(vgenp, ldcp, "PHASE(%d)\n", hphase);
4328 if (ldcp->hphase != VH_PHASE1) {
4452 if (ldcp->hphase != VH_PHASE1) {
4454 DWARN(vgenp, ldcp, "Invalid Phase(%u)\n", ldcp->hphase);
4488 if (ldcp->hphase != VH_PHASE1) {
4491 "Phase(%u)\n", ldcp->hphase);
4819 if (ldcp->hphase != VH_PHASE2) {
4822 tagp->vio_subtype, ldcp->hphase);
4971 if (ldcp->hphase < VH_PHASE2) {
4975 tagp->vio_subtype, ldcp->hphase);
5057 if (ldcp->hphase != VH_PHASE4) {
5060 tagp->vio_subtype, ldcp->hphase);
5421 if (ldcp->hphase != VH_DONE) {
5688 ldcp->hphase, ldcp->hstate);