Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/sun4v/io/
H A Dvnet_gen.c917 if (ldcp->hphase != VH_DONE) { in vgen_ldcsend_pkt()
920 ldcp->hphase); in vgen_ldcsend_pkt()
1020 if (ldcp->hphase == VH_DONE) { in vgen_multicst()
2650 ldcp->hphase = VH_PHASE0; in vgen_ldc_init()
3251 if (ldcp->hphase == VH_PHASE4) { in vh_nextphase()
3252 ldcp->hphase = VH_DONE; in vh_nextphase()
3254 ldcp->hphase++; 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()
3915 ldcp->hphase = VH_PHASE0; in vgen_process_reset()
[all …]
H A Dvsw_ldc.c604 ldcp->hphase = VSW_MILESTONE0; in vsw_ldc_attach()
1080 if (ldcp->hphase == VSW_MILESTONE4 && VSW_VER_LT(ldcp, 1, 3) && in vsw_vlan_unaware_port_reset()
1100 if ((ldcp->hphase == VSW_MILESTONE4) && in vsw_hio_port_reset()
1181 if (ldcp->hphase == VSW_MILESTONE4 && ldcp->pls_negotiated == B_TRUE) { in vsw_port_physlink_update()
1346 ldcp->hphase = VSW_MILESTONE0; in vsw_ldc_reinit()
1579 phase = ldcp->hphase; in vsw_check_flag()
1698 ldcp->ldc_id, ldcp->hphase); in vsw_next_milestone()
1703 switch (ldcp->hphase) { in vsw_next_milestone()
1732 ldcp->hphase = VSW_MILESTONE1; in vsw_next_milestone()
1748 ldcp->hphase = VSW_MILESTONE2; in vsw_next_milestone()
[all …]
H A Dvnet_rxdring.c605 if (ldcp->hphase != VH_DONE) { in vgen_dringsend_shm()
607 ldcp->hphase); in vgen_dringsend_shm()
973 if (ldcp->hphase != VH_DONE) { in vgen_poll_rcv_shm()
H A Dvnet_txdring.c620 if (ldcp->hphase != VH_DONE) { in vgen_dringsend()
622 ldcp->hphase); in vgen_dringsend()
/titanic_41/usr/src/uts/sun4v/sys/
H A Dvsw_ldc.h331 uint32_t hphase; /* handshake phase */ member
H A Dvnet_gen.h283 int hphase; /* handshake phase */ member