PCI_CLASS_BRIDGE_OTHER
class == PCI_CLASS_BRIDGE_OTHER) &&
case PCI_CLASS_BRIDGE_OTHER: /* needed? */
.class = PCI_CLASS_BRIDGE_OTHER << 8, .class_mask = 0xffff00 },
.class = (PCI_CLASS_BRIDGE_OTHER << 8), .class_mask = (0xFFFF00), \
if (stdev->pdev->class != (PCI_CLASS_BRIDGE_OTHER << 8))
PCI_CLASS_BRIDGE_OTHER, 8, quirk_switchtec_ntb_dma_alias)
PCI_CLASS_BRIDGE_OTHER, 8, quirk_switchtec_ntb_dma_alias)
if (pdev->class == (PCI_CLASS_BRIDGE_OTHER << 8))
.class = (PCI_CLASS_BRIDGE_OTHER << 8), \
.class = (PCI_CLASS_BRIDGE_OTHER << 8), \
.class = PCI_CLASS_BRIDGE_OTHER << 8,