Home
last modified time | relevance | path

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

/drivers/net/ethernet/intel/i40evf/
Di40evf.h149 #define MIN_MSIX_COUNT (MIN_MSIX_Q_VECTORS + NONQ_VECS) macro
Di40evf_main.c1083 vector_threshold = MIN_MSIX_COUNT; in i40evf_acquire_msix_vectors()
/drivers/net/ethernet/intel/ixgbevf/
Dixgbevf.h375 #define MIN_MSIX_COUNT (MIN_MSIX_Q_VECTORS + NON_Q_VECTORS) macro
Dixgbevf_main.c2278 vector_threshold = MIN_MSIX_COUNT; in ixgbevf_acquire_msix_vectors()
/drivers/net/ethernet/intel/fm10k/
Dfm10k.h197 #define MIN_MSIX_COUNT(hw) (MIN_Q_VECTORS + NON_Q_VECTORS(hw)) macro
Dfm10k_main.c1830 MIN_MSIX_COUNT(hw), in fm10k_init_msix_capability()
/drivers/net/ethernet/intel/ixgbe/
Dixgbe.h601 #define MIN_MSIX_COUNT (MIN_MSIX_Q_VECTORS + NON_Q_VECTORS) macro
Dixgbe_lib.c744 vector_threshold = MIN_MSIX_COUNT; in ixgbe_acquire_msix_vectors()
/drivers/scsi/qla2xxx/
Dqla_isr.c2992 #define MIN_MSIX_COUNT 2 in qla24xx_enable_msix() macro
3011 entries, MIN_MSIX_COUNT, ha->msix_count); in qla24xx_enable_msix()