Home
last modified time | relevance | path

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

/freebsd/sys/dev/qlxgb/
H A Dqla_glbl.h62 extern int qla_get_msix_count(qla_host_t *ha);
H A Dqla_os.c279 if (ha->msix_count < qla_get_msix_count(ha)) { in qla_pci_attach()
289 ha->msix_count = qla_get_msix_count(ha); in qla_pci_attach()
H A Dqla_hw.c73 qla_get_msix_count(qla_host_t *ha) in qla_get_msix_count() function