Searched refs:vector_threshold (Results 1 - 3 of 3) sorted by relevance

/linux-4.4.14/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_lib.c712 int i, vectors, vector_threshold; ixgbe_acquire_msix_vectors() local
738 vector_threshold = MIN_MSIX_COUNT; ixgbe_acquire_msix_vectors()
750 vector_threshold, vectors); ixgbe_acquire_msix_vectors()
/linux-4.4.14/drivers/net/ethernet/intel/i40evf/
H A Di40evf_main.c1076 int err, vector_threshold; i40evf_acquire_msix_vectors() local
1078 /* We'll want at least 3 (vector_threshold): i40evf_acquire_msix_vectors()
1083 vector_threshold = MIN_MSIX_COUNT; i40evf_acquire_msix_vectors()
1091 vector_threshold, vectors); i40evf_acquire_msix_vectors()
/linux-4.4.14/drivers/net/ethernet/intel/ixgbevf/
H A Dixgbevf_main.c2275 int vector_threshold; ixgbevf_acquire_msix_vectors() local
2277 /* We'll want at least 2 (vector_threshold): ixgbevf_acquire_msix_vectors()
2281 vector_threshold = MIN_MSIX_COUNT; ixgbevf_acquire_msix_vectors()
2289 vector_threshold, vectors); ixgbevf_acquire_msix_vectors()

Completed in 240 milliseconds