Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/dev/ixgbe/
Dixgbe_dcb_82599.c57 return IXGBE_ERR_PARAM; in ixgbe_dcb_get_tc_stats_82599()
98 return IXGBE_ERR_PARAM; in ixgbe_dcb_get_pfc_stats_82599()
376 return IXGBE_ERR_PARAM; in ixgbe_dcb_config_tc_stats_82599()
Dixgbe_dcb_82598.c57 return IXGBE_ERR_PARAM; in ixgbe_dcb_get_tc_stats_82598()
99 return IXGBE_ERR_PARAM; in ixgbe_dcb_get_pfc_stats_82598()
Dixgbe_common.c759 return IXGBE_ERR_PARAM; in ixgbe_read_pba_raw()
771 return IXGBE_ERR_PARAM; in ixgbe_read_pba_raw()
777 return IXGBE_ERR_PARAM; in ixgbe_read_pba_raw()
786 return IXGBE_ERR_PARAM; in ixgbe_read_pba_raw()
801 return IXGBE_ERR_PARAM; in ixgbe_read_pba_raw()
826 return IXGBE_ERR_PARAM; in ixgbe_write_pba_raw()
838 return IXGBE_ERR_PARAM; in ixgbe_write_pba_raw()
844 return IXGBE_ERR_PARAM; in ixgbe_write_pba_raw()
859 return IXGBE_ERR_PARAM; in ixgbe_write_pba_raw()
898 return IXGBE_ERR_PARAM; in ixgbe_get_pba_block_size()
[all …]
Dixgbe_dcb.c674 int ret = IXGBE_ERR_PARAM; in ixgbe_dcb_config_pfc()
Dixgbe_82598.c1004 return IXGBE_ERR_PARAM; in ixgbe_set_vfta_82598()
Dixgbe_type.h3264 #define IXGBE_ERR_PARAM -5 macro