Home
last modified time | relevance | path

Searched refs:lcd_speed (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ixgbe/core/
H A Dixgbe_x550.h94 s32 ixgbe_get_lcd_t_x550em(struct ixgbe_hw *hw, ixgbe_link_speed *lcd_speed);
H A Dixgbe_x550.c3760 ixgbe_link_speed lcd_speed; in ixgbe_enter_lplu_t_x550em() local
3791 status = ixgbe_get_lcd_t_x550em(hw, &lcd_speed); in ixgbe_enter_lplu_t_x550em()
3797 if (lcd_speed == IXGBE_LINK_SPEED_UNKNOWN) in ixgbe_enter_lplu_t_x550em()
3817 (lcd_speed == IXGBE_LINK_SPEED_1GB_FULL)) || in ixgbe_enter_lplu_t_x550em()
3819 (lcd_speed == IXGBE_LINK_SPEED_10GB_FULL))) in ixgbe_enter_lplu_t_x550em()
3848 status = hw->mac.ops.setup_link(hw, lcd_speed, FALSE); in ixgbe_enter_lplu_t_x550em()
3863 s32 ixgbe_get_lcd_t_x550em(struct ixgbe_hw *hw, ixgbe_link_speed *lcd_speed) in ixgbe_get_lcd_t_x550em() argument
3869 *lcd_speed = IXGBE_LINK_SPEED_UNKNOWN; in ixgbe_get_lcd_t_x550em()
3880 *lcd_speed = IXGBE_LINK_SPEED_1GB_FULL; in ixgbe_get_lcd_t_x550em()
3890 *lcd_speed = IXGBE_LINK_SPEED_10GB_FULL; in ixgbe_get_lcd_t_x550em()