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

  /src/sys/dev/pci/ixgbe/
ixgbe_api.h 95 s32 ixgbe_get_link_capabilities(struct ixgbe_hw *hw, ixgbe_link_speed *speed,
ixgbe_82598.c 751 ixgbe_get_link_capabilities(hw, &link_capabilities, &autoneg);
ixgbe_api.c 722 * ixgbe_get_link_capabilities - Returns link capabilities
729 s32 ixgbe_get_link_capabilities(struct ixgbe_hw *hw, ixgbe_link_speed *speed, function in typeref:typename:s32
ixgbe_82599.c 919 status = ixgbe_get_link_capabilities(hw, &link_capabilities, &autoneg);
ixgbe_common.c 5410 status = ixgbe_get_link_capabilities(hw, &link_speed, &autoneg);

Completed in 20 milliseconds