Home
last modified time | relevance | path

Searched refs:VH_DONE (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/uts/sun4v/sys/
H A Dvnet_gen.h119 enum { VH_PHASE0, VH_PHASE1, VH_PHASE2, VH_PHASE3, VH_PHASE4, VH_DONE = 0x80 }; enumerator
/titanic_41/usr/src/uts/sun4v/io/
H A Dvnet_rxdring.c605 if (ldcp->hphase != VH_DONE) { in vgen_dringsend_shm()
973 if (ldcp->hphase != VH_DONE) { in vgen_poll_rcv_shm()
H A Dvnet_gen.c917 if (ldcp->hphase != VH_DONE) { in vgen_ldcsend_pkt()
1020 if (ldcp->hphase == VH_DONE) { in vgen_multicst()
3252 ldcp->hphase = VH_DONE; in vh_nextphase()
3521 if ((ldcp == NULL) || (ldcp->hphase != VH_DONE)) { in vgen_dds_tx()
3779 if (ldcp->hphase == VH_DONE && VGEN_VER_LT(ldcp, 1, 3) && in vgen_vlan_unaware_port_reset()
4142 case VH_DONE: in vgen_handshake()
5421 if (ldcp->hphase != VH_DONE) { in vgen_handle_datamsg()
H A Dvnet_txdring.c620 if (ldcp->hphase != VH_DONE) { in vgen_dringsend()