Home
last modified time | relevance | path

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

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