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

/illumos-gate/usr/src/uts/common/io/ixgbe/core/
H A Dixgbe_x550.c1232 * @lsc: pointer to boolean flag which indicates whether external Base T
1233 * PHY interrupt is lsc
1241 static s32 ixgbe_get_lasi_ext_t_x550em(struct ixgbe_hw *hw, bool *lsc) argument
1246 *lsc = FALSE;
1314 *lsc = TRUE;
1332 bool lsc; local
1335 status = ixgbe_get_lasi_ext_t_x550em(hw, &lsc);
2979 bool lsc; local
2982 status = ixgbe_get_lasi_ext_t_x550em(hw, &lsc);
2987 if (lsc)
[all...]

Completed in 77 milliseconds