Home
last modified time | relevance | path

Searched refs:IXGBE_FCRETA_SIZE (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_fcoe.c664 fcreta_size = IXGBE_FCRETA_SIZE; in ixgbe_configure_fcoe()
H A Dixgbe_ethtool.c3313 if (count > IXGBE_FCRETA_SIZE) in ixgbe_set_channels()
3314 count = IXGBE_FCRETA_SIZE; in ixgbe_set_channels()
H A Dixgbe_type.h778 #define IXGBE_FCRETA_SIZE 8 /* Max entries in FCRETA */ macro
H A Dixgbe_main.c11068 fcoe_l = min_t(int, IXGBE_FCRETA_SIZE, num_online_cpus()); in ixgbe_probe()