Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/ix/
H A Dixgbe_x550.c3994 s32 status = IXGBE_ERR_FC_NOT_NEGOTIATED; in ixgbe_fc_autoneg_backplane_x550em_a()
4023 status = IXGBE_ERR_FC_NOT_NEGOTIATED; in ixgbe_fc_autoneg_backplane_x550em_a()
4082 s32 status = IXGBE_ERR_FC_NOT_NEGOTIATED; in ixgbe_fc_autoneg_sgmii_x550em_a()
4109 status = IXGBE_ERR_FC_NOT_NEGOTIATED; in ixgbe_fc_autoneg_sgmii_x550em_a()
H A Dixgbe_common.c2958 return IXGBE_ERR_FC_NOT_NEGOTIATED; in ixgbe_negotiate_fc()
3000 s32 ret_val = IXGBE_ERR_FC_NOT_NEGOTIATED; in ixgbe_fc_autoneg_fiber()
3037 s32 ret_val = IXGBE_ERR_FC_NOT_NEGOTIATED; in ixgbe_fc_autoneg_backplane()
3105 s32 ret_val = IXGBE_ERR_FC_NOT_NEGOTIATED; in ixgbe_fc_autoneg()
H A Dixgbe_type.h4202 #define IXGBE_ERR_FC_NOT_NEGOTIATED -27 macro