• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-13-stable/sys/dev/isci/scil/

Lines Matching refs:pci_revision

1037          (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 == SCIC_SDS_PCI_REVISION_A0)
1075 else if (this_controller->pci_revision == SCIC_SDS_PCI_REVISION_A2)
1077 else if ( (this_controller->pci_revision == SCIC_SDS_PCI_REVISION_B0)
1078 || (this_controller->pci_revision == SCIC_SDS_PCI_REVISION_C0) )
1080 else if (this_controller->pci_revision == SCIC_SDS_PCI_REVISION_C1)
1087 if ( (this_controller->pci_revision == SCIC_SDS_PCI_REVISION_A0)
1088 || (this_controller->pci_revision == SCIC_SDS_PCI_REVISION_A2) )
1092 else if ( (this_controller->pci_revision == SCIC_SDS_PCI_REVISION_B0)
1093 || (this_controller->pci_revision == SCIC_SDS_PCI_REVISION_C0) )
1097 else if (this_controller->pci_revision == SCIC_SDS_PCI_REVISION_C1)
1119 if ( (this_controller->pci_revision == SCIC_SDS_PCI_REVISION_A0)
1120 || (this_controller->pci_revision == SCIC_SDS_PCI_REVISION_A2) )
1133 if ( (this_controller->pci_revision == SCIC_SDS_PCI_REVISION_A0)
1134 || (this_controller->pci_revision == SCIC_SDS_PCI_REVISION_A2) )
1148 else if (this_controller->pci_revision == SCIC_SDS_PCI_REVISION_B0)
1156 else if (this_controller->pci_revision == SCIC_SDS_PCI_REVISION_C0)
1171 else if (this_controller->pci_revision == SCIC_SDS_PCI_REVISION_C1)
1188 if (this_controller->pci_revision == SCIC_SDS_PCI_REVISION_A0)
1196 else if (this_controller->pci_revision == SCIC_SDS_PCI_REVISION_A2)
1204 else if (this_controller->pci_revision == SCIC_SDS_PCI_REVISION_B0)
1223 else if (this_controller->pci_revision == SCIC_SDS_PCI_REVISION_C0)
1241 else if (this_controller->pci_revision == SCIC_SDS_PCI_REVISION_C1)
1264 if ( (this_controller->pci_revision == SCIC_SDS_PCI_REVISION_A0)
1265 || (this_controller->pci_revision == SCIC_SDS_PCI_REVISION_A2) )
1276 if ( (this_controller->pci_revision == SCIC_SDS_PCI_REVISION_A0)
1277 || (this_controller->pci_revision == SCIC_SDS_PCI_REVISION_A2)
1278 || (this_controller->pci_revision == SCIC_SDS_PCI_REVISION_B0) )
1286 else if (this_controller->pci_revision == SCIC_SDS_PCI_REVISION_C0)
1292 else if (this_controller->pci_revision == SCIC_SDS_PCI_REVISION_C1)
1300 if (this_controller->pci_revision == SCIC_SDS_PCI_REVISION_A0)
1308 else if (this_controller->pci_revision == SCIC_SDS_PCI_REVISION_A2)
1316 else if (this_controller->pci_revision == SCIC_SDS_PCI_REVISION_B0)
1329 else if (this_controller->pci_revision == SCIC_SDS_PCI_REVISION_C0)
1343 else if (this_controller->pci_revision == SCIC_SDS_PCI_REVISION_C1)
3744 if ( (this_controller->pci_revision == SCIC_SDS_PCI_REVISION_A0)
3745 || (this_controller->pci_revision == SCIC_SDS_PCI_REVISION_A2)
3746 || (this_controller->pci_revision == SCIC_SDS_PCI_REVISION_B0) )
3885 // enter its initial state and the controller_index and pci_revision
3890 this_controller->pci_revision = my_library->pci_revision;