HomeSort by: relevance | last modified time | path
    Searched refs:ixgbe_check_link (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/dev/pci/ixgbe/
ixgbe_api.h 93 s32 ixgbe_check_link(struct ixgbe_hw *hw, ixgbe_link_speed *speed,
ixgbe_82599.c 837 status = ixgbe_check_link(hw, &link_speed, &link_up,
872 status = ixgbe_check_link(hw, &link_speed, &link_up, FALSE);
ixgbe_api.c 633 * ixgbe_check_link - Get link and speed status
641 s32 ixgbe_check_link(struct ixgbe_hw *hw, ixgbe_link_speed *speed, function in typeref:typename:s32
ixgbe_common.c 5459 status = ixgbe_check_link(hw, &link_speed,
5505 status = ixgbe_check_link(hw, &link_speed, &link_up, FALSE);
ixgbe.c 1590 err = ixgbe_check_link(hw, &sc->link_speed,
7175 ixgbe_check_link(hw, &sc->link_speed, &sc->link_up, 0);

Completed in 23 milliseconds