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

  /src/sys/dev/pci/ixgbe/
ixgbe_common.h 117 bool ixgbe_device_supports_autoneg_fc(struct ixgbe_hw *hw);
ixgbe_common.c 161 * ixgbe_device_supports_autoneg_fc - Check if device supports autonegotiation
169 bool ixgbe_device_supports_autoneg_fc(struct ixgbe_hw *hw) function in typeref:typename:bool
175 DEBUGFUNC("ixgbe_device_supports_autoneg_fc");
377 (ixgbe_device_supports_autoneg_fc(hw))) {
3172 if (ixgbe_device_supports_autoneg_fc(hw))

Completed in 43 milliseconds