Home
last modified time | relevance | path

Searched refs:IXGBE_ERR_PARAM (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/drivers/net/ethernet/intel/ixgbe/
Dixgbe_x540.c772 return IXGBE_ERR_PARAM; in ixgbe_blink_led_start_X540()
808 return IXGBE_ERR_PARAM; in ixgbe_blink_led_stop_X540()
Dixgbe_common.c808 return IXGBE_ERR_PARAM; in ixgbe_led_on_generic()
829 return IXGBE_ERR_PARAM; in ixgbe_led_off_generic()
2760 return IXGBE_ERR_PARAM; in ixgbe_blink_led_start_generic()
2806 return IXGBE_ERR_PARAM; in ixgbe_blink_led_stop_generic()
3138 return IXGBE_ERR_PARAM; in ixgbe_set_vfta_generic()
Dixgbe_x550.c945 return IXGBE_ERR_PARAM; in ixgbe_checksum_ptr_x550()
963 return IXGBE_ERR_PARAM; in ixgbe_checksum_ptr_x550()
1015 return IXGBE_ERR_PARAM; in ixgbe_calc_checksum_X550()
2704 return IXGBE_ERR_PARAM; in ixgbe_led_on_t_x550em()
2726 return IXGBE_ERR_PARAM; in ixgbe_led_off_t_x550em()
Dixgbe_82598.c848 return IXGBE_ERR_PARAM; in ixgbe_set_vfta_82598()
Dixgbe_type.h3658 #define IXGBE_ERR_PARAM -5 macro