Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun4v/sys/
H A Dvsw_ldc.h144 #define VSW_LANE_ACTIVE 0x40000000 /* Lane open to xmit data */ macro
/illumos-gate/usr/src/uts/sun4v/io/
H A Dvsw_ldc.c1816 lane_in->lstate |= VSW_LANE_ACTIVE; in vsw_next_milestone()
1818 lane_out->lstate |= VSW_LANE_ACTIVE; in vsw_next_milestone()
3954 if ((!(ldcp->lane_out.lstate & VSW_LANE_ACTIVE)) || in vsw_ldcsend_pkt()
4123 if ((!(ldcp->lane_out.lstate & VSW_LANE_ACTIVE)) || in vsw_descrsend()
4964 VSW_LANE_ACTIVE, "VSW_LANE_ACTIVE"}; in dump_flags()
H A Dvsw_rxdring.c879 if ((!(lane_in->lstate & VSW_LANE_ACTIVE)) || in vsw_dringsend_shm()
H A Dvsw_txdring.c802 if ((!(ldcp->lane_out.lstate & VSW_LANE_ACTIVE)) || in vsw_dringsend()