Home
last modified time | relevance | path

Searched refs:TSI721_USING_MSIX (Results 1 – 2 of 2) sorted by relevance

/linux-3.4.99/drivers/rapidio/devices/
Dtsi721.c581 if (priv->flags & TSI721_USING_MSIX) in tsi721_interrupts_init()
791 if (priv->flags & TSI721_USING_MSIX) in tsi721_request_irq()
1061 if (priv->flags & TSI721_USING_MSIX) in tsi721_imsg_interrupt_enable()
1092 if (priv->flags & TSI721_USING_MSIX) in tsi721_imsg_interrupt_disable()
1122 if (priv->flags & TSI721_USING_MSIX) in tsi721_omsg_interrupt_enable()
1153 if (priv->flags & TSI721_USING_MSIX) in tsi721_omsg_interrupt_disable()
1344 if (!(priv->flags & TSI721_USING_MSIX)) { in tsi721_omsg_handler()
1451 if (priv->flags & TSI721_USING_MSIX) { in tsi721_open_outb_mbox()
1559 if (priv->flags & TSI721_USING_MSIX) { in tsi721_close_outb_mbox()
1634 if (!(priv->flags & TSI721_USING_MSIX)) { in tsi721_imsg_handler()
[all …]
Dtsi721.h681 TSI721_USING_MSIX = (1 << 1), enumerator