Searched refs:PLX_PCIE (Results 1 – 2 of 2) sorted by relevance
211 if (dev->quirks & PLX_PCIE) { in net2280_enable()245 if ((dev->quirks & PLX_PCIE) && dev->enhanced_mode) { in net2280_enable()316 if (dev->quirks & PLX_PCIE) in net2280_enable()525 if (ep->dev->quirks & PLX_PCIE) in net2280_disable()859 if (ep->dev->quirks & PLX_PCIE) in start_queue()1033 !((dev->quirks & PLX_PCIE) && ep->dma && in net2280_queue()1160 !(ep->dev->quirks & PLX_PCIE)) { in scan_dma_completions()1364 if (ep->dev->quirks & PLX_PCIE && in net2280_set_halt_and_wedge()2440 if ((dev->quirks & PLX_PCIE) && !dev->bug7734_patched) in net2280_start()3145 if (!(dev->quirks & PLX_PCIE)) { in handle_stat0_irqs()[all …]
46 #define PLX_PCIE BIT(3) macro