Searched refs:ixgbe_check_link (Results 1 – 5 of 5) sorted by relevance
/titanic_50/usr/src/uts/common/io/ixgbe/core/ |
H A D | ixgbe_api.h | 89 s32 ixgbe_check_link(struct ixgbe_hw *hw, ixgbe_link_speed *speed,
|
H A D | ixgbe_common.c | 4793 status = ixgbe_check_link(hw, &link_speed, &link_up, FALSE); in ixgbe_setup_mac_link_multispeed_fiber() 4836 status = ixgbe_check_link(hw, &link_speed, in ixgbe_setup_mac_link_multispeed_fiber() 4852 status = ixgbe_check_link(hw, &link_speed, &link_up, FALSE); in ixgbe_setup_mac_link_multispeed_fiber() 4890 status = ixgbe_check_link(hw, &link_speed, &link_up, FALSE); in ixgbe_setup_mac_link_multispeed_fiber()
|
H A D | ixgbe_82599.c | 822 status = ixgbe_check_link(hw, &link_speed, &link_up, in ixgbe_setup_mac_link_smartspeed() 857 status = ixgbe_check_link(hw, &link_speed, &link_up, FALSE); in ixgbe_setup_mac_link_smartspeed()
|
H A D | ixgbe_api.c | 630 s32 ixgbe_check_link(struct ixgbe_hw *hw, ixgbe_link_speed *speed, in ixgbe_check_link() function
|
/titanic_50/usr/src/uts/common/io/ixgbe/ |
H A D | ixgbe_main.c | 3676 (void) ixgbe_check_link(hw, &speed, &link_up, B_FALSE); in ixgbe_driver_link_check() 3802 (void) ixgbe_check_link(hw, &speed, &link_up, B_FALSE); in ixgbe_overtemp_check() 5764 (void) ixgbe_check_link(hw, &speed, &link_up, B_FALSE); in ixgbe_get_hw_state()
|