Searched refs:ixgbe_check_link (Results 1 – 7 of 7) sorted by relevance
/freebsd/sys/dev/ixgbe/ |
H A D | ixgbe_api.h | 91 s32 ixgbe_check_link(struct ixgbe_hw *hw, ixgbe_link_speed *speed,
|
H A D | ixgbe_82599.c | 849 status = ixgbe_check_link(hw, &link_speed, &link_up, in ixgbe_setup_mac_link_smartspeed() 884 status = ixgbe_check_link(hw, &link_speed, &link_up, false); in ixgbe_setup_mac_link_smartspeed()
|
H A D | ixgbe_api.c | 666 s32 ixgbe_check_link(struct ixgbe_hw *hw, ixgbe_link_speed *speed, in ixgbe_check_link() function
|
H A D | if_ixv.c | 927 status = ixgbe_check_link(&sc->hw, &sc->link_speed, in ixv_if_update_admin_status()
|
H A D | ixgbe_common.c | 5724 status = ixgbe_check_link(hw, &link_speed, in ixgbe_setup_mac_link_multispeed_fiber() 5770 status = ixgbe_check_link(hw, &link_speed, &link_up, false); in ixgbe_setup_mac_link_multispeed_fiber()
|
H A D | if_ix.c | 1488 err = ixgbe_check_link(hw, &sc->link_speed, in ixgbe_config_link() 3652 ixgbe_check_link(&sc->hw, &sc->link_speed, &sc->link_up, 0); in ixgbe_if_timer()
|
H A D | ixgbe_x550.c | 4435 status = ixgbe_check_link(hw, &force_speed, &link_up, in ixgbe_setup_mac_link_t_X550em()
|