Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/net/ixgbevf/
Dixgbevf.h183 #define MIN_MSIX_COUNT (MIN_MSIX_Q_VECTORS + NON_Q_VECTORS) macro
Dixgbevf_main.c1890 vector_threshold = MIN_MSIX_COUNT; in ixgbevf_acquire_msix_vectors()
/linux-2.6.39/drivers/net/ixgbe/
Dixgbe.h330 #define MIN_MSIX_COUNT (MIN_MSIX_Q_VECTORS + NON_Q_VECTORS) macro
Dixgbe_main.c4505 vector_threshold = MIN_MSIX_COUNT; in ixgbe_acquire_msix_vectors()
/linux-2.6.39/drivers/scsi/qla2xxx/
Dqla_isr.c2359 #define MIN_MSIX_COUNT 2 in qla24xx_enable_msix() macro
2374 if (ret < MIN_MSIX_COUNT) in qla24xx_enable_msix()