Searched refs:aac_max_msix (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/sys/dev/aacraid/
H A Daacraid.c1719 sc->aac_max_msix =(sc->flags & AAC_FLAGS_NEW_COMM_TYPE2) ? options : 0;
1757 for (i = 0; i < sc->aac_max_msix; i++)
1770 ip->NoOfMSIXVectors = sc->aac_max_msix;
1863 sc->aac_max_msix = 1;
1869 if (sc->aac_max_msix == 0) {
1885 sc->aac_max_msix = 1;
1894 if (msi_count > sc->aac_max_msix)
1895 msi_count = sc->aac_max_msix;
1930 sc->aac_max_msix = 1;
1933 if (sc->aac_max_msix > msi_coun
[all...]
H A Daacraid_var.h483 u_int32_t aac_max_msix; /* max. MSI-X vectors */ member in struct:aac_softc

Completed in 112 milliseconds