Home
last modified time | relevance | path

Searched refs:IXGBE_ERR_CONFIG (Results 1 – 6 of 6) sorted by relevance

/titanic_44/usr/src/uts/common/io/ixgbe/core/
H A Dixgbe_dcb.c105 ret_val = IXGBE_ERR_CONFIG; in ixgbe_dcb_calculate_tc_credits_cee()
324 ret_val = IXGBE_ERR_CONFIG; in ixgbe_dcb_check_config_cee()
331 ret_val = IXGBE_ERR_CONFIG; in ixgbe_dcb_check_config_cee()
339 ret_val = IXGBE_ERR_CONFIG; in ixgbe_dcb_check_config_cee()
361 ret_val = IXGBE_ERR_CONFIG; in ixgbe_dcb_check_config_cee()
366 ret_val = IXGBE_ERR_CONFIG; in ixgbe_dcb_check_config_cee()
372 ret_val = IXGBE_ERR_CONFIG; in ixgbe_dcb_check_config_cee()
H A Dixgbe_82599.c1721 return IXGBE_ERR_CONFIG; in ixgbe_fdir_set_input_mask_82599()
1730 return IXGBE_ERR_CONFIG; in ixgbe_fdir_set_input_mask_82599()
1736 return IXGBE_ERR_CONFIG; in ixgbe_fdir_set_input_mask_82599()
1755 return IXGBE_ERR_CONFIG; in ixgbe_fdir_set_input_mask_82599()
1766 return IXGBE_ERR_CONFIG; in ixgbe_fdir_set_input_mask_82599()
1782 return IXGBE_ERR_CONFIG; in ixgbe_fdir_set_input_mask_82599()
1797 return IXGBE_ERR_CONFIG; in ixgbe_fdir_set_input_mask_82599()
1808 return IXGBE_ERR_CONFIG; in ixgbe_fdir_set_input_mask_82599()
1993 s32 err = IXGBE_ERR_CONFIG; in ixgbe_fdir_add_perfect_filter_82599()
2007 return IXGBE_ERR_CONFIG; in ixgbe_fdir_add_perfect_filter_82599()
[all …]
H A Dixgbe_x550.c1945 return IXGBE_ERR_CONFIG; in ixgbe_setup_internal_phy_t_x550em()
2878 ret_val = IXGBE_ERR_CONFIG; in ixgbe_setup_fc_X550em()
3048 return IXGBE_ERR_CONFIG; in ixgbe_check_link_t_X550em()
H A Dixgbe_82598.c512 ret_val = IXGBE_ERR_CONFIG; in ixgbe_fc_enable_82598()
H A Dixgbe_common.c325 ret_val = IXGBE_ERR_CONFIG; in ixgbe_setup_fc_generic()
2794 ret_val = IXGBE_ERR_CONFIG; in ixgbe_fc_enable_generic()
H A Dixgbe_type.h3913 #define IXGBE_ERR_CONFIG -4 macro