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

/freebsd-11-stable/sys/dev/bxe/
H A Dbxe.c8989 if (sc->devinfo.pcie_cap_flags & BXE_MSIX_CAPABLE_FLAG) {
8993 if (sc->devinfo.pcie_cap_flags & BXE_MSI_CAPABLE_FLAG) {
9006 if (((sc->devinfo.pcie_cap_flags & BXE_MSIX_CAPABLE_FLAG) == 0) ||
9075 if (((sc->devinfo.pcie_cap_flags & BXE_MSI_CAPABLE_FLAG) == 0) ||
10634 if (!(sc->devinfo.pcie_cap_flags & BXE_PM_CAPABLE_FLAG)) {
13287 sc->devinfo.pcie_cap_flags |= BXE_PM_CAPABLE_FLAG;
13317 sc->devinfo.pcie_cap_flags |= BXE_PCIE_CAPABLE_FLAG;
13325 sc->devinfo.pcie_cap_flags |= BXE_MSI_CAPABLE_FLAG;
13335 sc->devinfo.pcie_cap_flags |= BXE_MSIX_CAPABLE_FLAG;
H A Dbxe.h1294 uint32_t pcie_cap_flags; member in struct:bxe_devinfo

Completed in 206 milliseconds