Home
last modified time | relevance | path

Searched refs:QLA_BASE_VECTORS (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/scsi/qla2xxx/
H A Dqla_mid.c509 vha->irq_offset = QLA_BASE_VECTORS; in qla24xx_create_vhost()
H A Dqla_isr.c4528 int min_vecs = QLA_BASE_VECTORS; in qla24xx_enable_msix()
4530 .pre_vectors = QLA_BASE_VECTORS, in qla24xx_enable_msix()
4598 for (i = 0; i < QLA_BASE_VECTORS; i++) { in qla24xx_enable_msix()
H A Dqla_os.c2114 ha->msix_count = QLA_BASE_VECTORS; in qla2x00_iospace_config()
2197 ha->msix_count = QLA_BASE_VECTORS; in qla83xx_iospace_config()
H A Dqla_def.h3503 #define QLA_BASE_VECTORS 2 /* default + RSP */ macro