Searched refs:hphase (Results 1 - 6 of 6) sorted by relevance

/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...]
H A Dvsw_ldc.c604 ldcp->hphase = VSW_MILESTONE0;
1080 if (ldcp->hphase == VSW_MILESTONE4 && VSW_VER_LT(ldcp, 1, 3) &&
1100 if ((ldcp->hphase == VSW_MILESTONE4) &&
1181 if (ldcp->hphase == VSW_MILESTONE4 && ldcp->pls_negotiated == B_TRUE) {
1346 ldcp->hphase = VSW_MILESTONE0;
1579 phase = ldcp->hphase;
1698 ldcp->ldc_id, ldcp->hphase);
1703 switch (ldcp->hphase) {
1732 ldcp->hphase = VSW_MILESTONE1;
1748 ldcp->hphase
[all...]
H A Dvnet_rxdring.c605 if (ldcp->hphase != VH_DONE) {
606 DWARN(vgenp, ldcp, "hphase(%x), dropping packet\n",
607 ldcp->hphase);
973 if (ldcp->hphase != VH_DONE) {
H A Dvnet_txdring.c620 if (ldcp->hphase != VH_DONE) {
621 DWARN(vgenp, ldcp, "hphase(%x), dropping packet\n",
622 ldcp->hphase);
/illumos-gate/usr/src/uts/sun4v/sys/
H A Dvsw_ldc.h331 uint32_t hphase; /* handshake phase */ member in struct:vsw_ldc
H A Dvnet_gen.h283 int hphase; /* handshake phase */ member in struct:vgen_ldc

Completed in 66 milliseconds