Searched refs:vector_threshold (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ixgbe/ |
H A D | ixgbe_lib.c | 735 int i, vectors, vector_threshold; in ixgbe_acquire_msix_vectors() local 764 vector_threshold = MIN_MSIX_COUNT; in ixgbe_acquire_msix_vectors() 776 vector_threshold, vectors); in ixgbe_acquire_msix_vectors()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ixgbe/ |
H A D | ixgbe_lib.c | 739 int i, vectors, vector_threshold; in ixgbe_acquire_msix_vectors() local 768 vector_threshold = MIN_MSIX_COUNT; in ixgbe_acquire_msix_vectors() 780 vector_threshold, vectors); in ixgbe_acquire_msix_vectors()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ixgbevf/ |
H A D | ixgbevf_main.c | 2569 int vector_threshold; in ixgbevf_acquire_msix_vectors() local 2571 /* We'll want at least 2 (vector_threshold): in ixgbevf_acquire_msix_vectors() 2575 vector_threshold = MIN_MSIX_COUNT; in ixgbevf_acquire_msix_vectors() 2583 vector_threshold, vectors); in ixgbevf_acquire_msix_vectors()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/iavf/ |
H A D | iavf_main.c | 1050 int err, vector_threshold; in iavf_acquire_msix_vectors() local 1052 /* We'll want at least 3 (vector_threshold): in iavf_acquire_msix_vectors() 1057 vector_threshold = MIN_MSIX_COUNT; in iavf_acquire_msix_vectors() 1065 vector_threshold, vectors); in iavf_acquire_msix_vectors()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/iavf/ |
H A D | iavf_main.c | 1440 int err, vector_threshold; in iavf_acquire_msix_vectors() local 1442 /* We'll want at least 3 (vector_threshold): in iavf_acquire_msix_vectors() 1447 vector_threshold = MIN_MSIX_COUNT; in iavf_acquire_msix_vectors() 1455 vector_threshold, vectors); in iavf_acquire_msix_vectors()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ixgbevf/ |
H A D | ixgbevf_main.c | 2575 int vector_threshold; in ixgbevf_acquire_msix_vectors() local 2577 /* We'll want at least 2 (vector_threshold): in ixgbevf_acquire_msix_vectors() 2581 vector_threshold = MIN_MSIX_COUNT; in ixgbevf_acquire_msix_vectors() 2589 vector_threshold, vectors); in ixgbevf_acquire_msix_vectors()
|
Completed in 23 milliseconds