Searched refs:PLX_PCIE (Results 1 – 2 of 2) sorted by relevance
210 if (dev->quirks & PLX_PCIE) { in net2280_enable()244 if ((dev->quirks & PLX_PCIE) && dev->enhanced_mode) { in net2280_enable()315 if (dev->quirks & PLX_PCIE) in net2280_enable()526 if (ep->dev->quirks & PLX_PCIE) in net2280_disable()861 if (ep->dev->quirks & PLX_PCIE) in start_queue()1045 !((dev->quirks & PLX_PCIE) && ep->dma && in net2280_queue()1172 !(ep->dev->quirks & PLX_PCIE)) { in scan_dma_completions()1373 if (ep->dev->quirks & PLX_PCIE && in net2280_set_halt_and_wedge()2441 if ((dev->quirks & PLX_PCIE) && !dev->bug7734_patched) in net2280_start()3138 if (!(dev->quirks & PLX_PCIE)) { in handle_stat0_irqs()[all …]
46 #define PLX_PCIE BIT(3) macro