Home | History | Annotate | Download | only in ixgbe

Lines Matching defs:lsc

2128  * @lsc: pointer to boolean flag which indicates whether external Base T
2129 * PHY interrupt is lsc
2137 static s32 ixgbe_get_lasi_ext_t_x550em(struct ixgbe_hw *hw, bool *lsc)
2142 *lsc = FALSE;
2208 /* Indicate LSC */
2210 *lsc = TRUE;
2228 bool lsc;
2231 status = ixgbe_get_lasi_ext_t_x550em(hw, &lsc);
4617 bool lsc;
4620 status = ixgbe_get_lasi_ext_t_x550em(hw, &lsc);
4625 if (lsc)