Home
last modified time | relevance | path

Searched refs:IXGBE_ERR_FC_NOT_NEGOTIATED (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/uts/common/io/ixgbe/
H A Dixgbe_common.c2561 return IXGBE_ERR_FC_NOT_NEGOTIATED; in ixgbe_negotiate_fc()
2602 s32 ret_val = IXGBE_ERR_FC_NOT_NEGOTIATED; in ixgbe_fc_autoneg_fiber()
2637 s32 ret_val = IXGBE_ERR_FC_NOT_NEGOTIATED; in ixgbe_fc_autoneg_backplane()
2701 s32 ret_val = IXGBE_ERR_FC_NOT_NEGOTIATED; in ixgbe_fc_autoneg()
H A Dixgbe_type.h3183 #define IXGBE_ERR_FC_NOT_NEGOTIATED -27 macro