Home
last modified time | relevance | path

Searched refs:MIN_MSIX_COUNT (Results 1 – 8 of 8) sorted by relevance

/linux-5.19.10/drivers/net/ethernet/intel/ixgbevf/ !
Dixgbevf.h314 #define MIN_MSIX_COUNT (MIN_MSIX_Q_VECTORS + NON_Q_VECTORS) macro
Dixgbevf_main.c2574 vector_threshold = MIN_MSIX_COUNT; in ixgbevf_acquire_msix_vectors()
/linux-5.19.10/drivers/net/ethernet/intel/fm10k/ !
Dfm10k.h183 #define MIN_MSIX_COUNT(hw) (MIN_Q_VECTORS + NON_Q_VECTORS) macro
Dfm10k_main.c1834 MIN_MSIX_COUNT(hw), in fm10k_init_msix_capability()
/linux-5.19.10/drivers/net/ethernet/intel/iavf/ !
Diavf.h137 #define MIN_MSIX_COUNT (MIN_MSIX_Q_VECTORS + NONQ_VECS) macro
Diavf_main.c1285 vector_threshold = MIN_MSIX_COUNT; in iavf_acquire_msix_vectors()
/linux-5.19.10/drivers/net/ethernet/intel/ixgbe/ !
Dixgbe.h556 #define MIN_MSIX_COUNT (MIN_MSIX_Q_VECTORS + NON_Q_VECTORS) macro
Dixgbe_lib.c768 vector_threshold = MIN_MSIX_COUNT; in ixgbe_acquire_msix_vectors()