Searched refs:qls_get_msix_count (Results 1 – 3 of 3) sorted by relevance
56 extern int qls_get_msix_count(qla_host_t *ha);
378 if (ha->msix_count < qls_get_msix_count(ha)) { in qls_pci_attach()384 ha->msix_count = qls_get_msix_count(ha); in qls_pci_attach()
94 qls_get_msix_count(qla_host_t *ha) in qls_get_msix_count() function