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

/illumos-gate/usr/src/uts/common/io/ixgbe/core/
H A Dixgbe_common.c2901 u32 pcs_anadv_reg, pcs_lpab_reg, linkstat; local
2910 linkstat = IXGBE_READ_REG(hw, IXGBE_PCS1GLSTA);
2911 if ((!!(linkstat & IXGBE_PCS1GLSTA_AN_COMPLETE) == 0) ||
2912 (!!(linkstat & IXGBE_PCS1GLSTA_AN_TIMED_OUT) == 1)) {

Completed in 71 milliseconds