Home
last modified time | relevance | path

Searched refs:ixgbe_enumerate_functions (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_main.c10489 * ixgbe_enumerate_functions - Get the number of ports this device has
10497 static inline int ixgbe_enumerate_functions(struct ixgbe_adapter *adapter) in ixgbe_enumerate_functions() function
11015 expected_gts = min(ixgbe_enumerate_functions(adapter) * 10, 16); in ixgbe_probe()
11018 expected_gts = ixgbe_enumerate_functions(adapter) * 10; in ixgbe_probe()
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_main.c10637 * ixgbe_enumerate_functions - Get the number of ports this device has
10645 static inline int ixgbe_enumerate_functions(struct ixgbe_adapter *adapter) in ixgbe_enumerate_functions() function
11158 expected_gts = min(ixgbe_enumerate_functions(adapter) * 10, 16); in ixgbe_probe()
11161 expected_gts = ixgbe_enumerate_functions(adapter) * 10; in ixgbe_probe()

Completed in 26 milliseconds