Home
last modified time | relevance | path

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

/freebsd/sys/dev/qlxge/
H A Dqls_glbl.h56 extern int qls_get_msix_count(qla_host_t *ha);
H A Dqls_os.c378 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()
H A Dqls_hw.c94 qls_get_msix_count(qla_host_t *ha) in qls_get_msix_count() function