Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/scsi/qla2xxx/
Dqla_isr.c4522 int min_vecs = QLA_BASE_VECTORS; in qla24xx_enable_msix()
4524 .pre_vectors = QLA_BASE_VECTORS, in qla24xx_enable_msix()
4592 for (i = 0; i < QLA_BASE_VECTORS; i++) { in qla24xx_enable_msix()
Dqla_os.c2112 ha->msix_count = QLA_BASE_VECTORS; in qla2x00_iospace_config()
2195 ha->msix_count = QLA_BASE_VECTORS; in qla83xx_iospace_config()
Dqla_def.h3502 #define QLA_BASE_VECTORS 2 /* default + RSP */ macro