Searched refs:RTL_FEATURE_MSI (Results 1 – 2 of 2) sorted by relevance
1381 RTL_FEATURE_MSI = (1 << 1), enumerator
23761 if ((tp->features & RTL_FEATURE_MSI) && (tp->org_pci_offset_80 & BIT_1)) in rtl8168_init_software_variable()25437 msi |= RTL_FEATURE_MSI; in rtl8168_try_msi()25447 if (tp->features & RTL_FEATURE_MSI) { in rtl8168_disable_msi()25451 tp->features &= ~RTL_FEATURE_MSI; in rtl8168_disable_msi()25781 …retval = request_irq(dev->irq, rtl8168_interrupt, (tp->features & RTL_FEATURE_MSI) ? 0 : SA_SHIRQ,… in rtl8168_open()28213 if (!(tp->features & RTL_FEATURE_MSI)) {