Searched defs:hphase (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/sun4v/sys/
H A Dvnet_gen.h283 int hphase; /* handshake phase */ member in struct:vgen_ldc
H A Dvsw_ldc.h331 uint32_t hphase; /* handshake phase */ member in struct:vsw_ldc
/illumos-gate/usr/src/uts/sun4v/io/
H A Dvnet_gen.c917 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 !
4107 uint32_t hphase = ldcp->hphase; local
4229 uint32_t hphase = ldcp->hphase; local
[all...]

Completed in 86 milliseconds