Searched refs:ixgbe_check_link (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/sys/dev/ixgbe/
H A Dixgbe_api.h90 s32 ixgbe_check_link(struct ixgbe_hw *hw, ixgbe_link_speed *speed,
H A Dixgbe_82599.c826 status = ixgbe_check_link(hw, &link_speed, &link_up,
861 status = ixgbe_check_link(hw, &link_speed, &link_up, FALSE);
H A Dixgbe_api.c622 * ixgbe_check_link - Get link and speed status
627 s32 ixgbe_check_link(struct ixgbe_hw *hw, ixgbe_link_speed *speed, function
H A Dixgbe_common.c5244 status = ixgbe_check_link(hw, &link_speed,
5290 status = ixgbe_check_link(hw, &link_speed, &link_up, FALSE);
H A Dif_ix.c1271 err = ixgbe_check_link(hw, &adapter->link_speed,
5289 ixgbe_check_link(hw, &adapter->link_speed, &adapter->link_up, 0);

Completed in 125 milliseconds