Searched refs:pci_revision (Results 1 - 6 of 6) sorted by relevance

/freebsd-12-stable/sys/dev/isci/scil/
H A Dscic_sds_library.c127 this_library->pci_revision = SCIC_SDS_PCI_REVISION_A0;
129 this_library->pci_revision = SCIC_SDS_PCI_REVISION_A2;
131 this_library->pci_revision = SCIC_SDS_PCI_REVISION_B0;
138 this_library->pci_revision = SCIC_SDS_PCI_REVISION_A2;
140 this_library->pci_revision = pci_header->revision;
214 (this_library->pci_revision == SCU_PBG_HBA_REV_B0)
215 || (this_library->pci_revision == SCU_PBG_HBA_REV_C0)
216 || (this_library->pci_revision == SCU_PBG_HBA_REV_C1)
H A Dscic_sds_library.h101 U8 pci_revision; member in struct:SCIC_SDS_LIBRARY
H A Dscic_sds_pci.c118 if (this_controller->pci_revision == SCU_PBG_HBA_REV_B0)
H A Dscic_sds_controller.c1037 (this_controller->pci_revision != SCIC_SDS_PCI_REVISION_A0)
1038 && (this_controller->pci_revision != SCIC_SDS_PCI_REVISION_A2)
1039 && (this_controller->pci_revision != SCIC_SDS_PCI_REVISION_B0)
1040 && (this_controller->pci_revision != SCIC_SDS_PCI_REVISION_C0)
1041 && (this_controller->pci_revision != SCIC_SDS_PCI_REVISION_C1)
1048 this_controller->pci_revision = SCIC_SDS_PCI_REVISION_C1;
1061 (this_controller->pci_revision == SCIC_SDS_PCI_REVISION_B0)
1062 || (this_controller->pci_revision == SCIC_SDS_PCI_REVISION_C0)
1063 || (this_controller->pci_revision == SCIC_SDS_PCI_REVISION_C1)
1073 if (this_controller->pci_revision
[all...]
H A Dscic_sds_controller.h391 enum SCU_CONTROLLER_PCI_REVISION_CODE pci_revision; member in struct:SCIC_SDS_CONTROLLER
H A Dscic_sds_phy.c350 (this_phy->owning_port->owning_controller->pci_revision == SCIC_SDS_PCI_REVISION_C0)
351 || (this_phy->owning_port->owning_controller->pci_revision == SCIC_SDS_PCI_REVISION_C1)

Completed in 115 milliseconds