Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/intel/ixgbevf/
H A Dixgbevf.h314 #define MIN_MSIX_COUNT (MIN_MSIX_Q_VECTORS + NON_Q_VECTORS) macro
H A Dixgbevf_main.c2581 vector_threshold = MIN_MSIX_COUNT; in ixgbevf_acquire_msix_vectors()
/openbmc/linux/drivers/net/ethernet/intel/fm10k/
H A Dfm10k.h183 #define MIN_MSIX_COUNT(hw) (MIN_Q_VECTORS + NON_Q_VECTORS) macro
H A Dfm10k_main.c1841 MIN_MSIX_COUNT(hw), in fm10k_init_msix_capability()
/openbmc/linux/drivers/net/ethernet/intel/iavf/
H A Diavf.h135 #define MIN_MSIX_COUNT (MIN_MSIX_Q_VECTORS + NONQ_VECS) macro
H A Diavf_main.c1462 vector_threshold = MIN_MSIX_COUNT; in iavf_acquire_msix_vectors()
/openbmc/linux/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe.h597 #define MIN_MSIX_COUNT (MIN_MSIX_Q_VECTORS + NON_Q_VECTORS) macro
H A Dixgbe_lib.c768 vector_threshold = MIN_MSIX_COUNT; in ixgbe_acquire_msix_vectors()