Lines Matching refs:intr
539 struct txgbe_interrupt *intr = TXGBE_DEV_INTR(dev); in txgbevf_intr_disable() local
550 intr->mask_misc = TXGBE_VFIMS_MASK; in txgbevf_intr_disable()
556 struct txgbe_interrupt *intr = TXGBE_DEV_INTR(dev); in txgbevf_intr_enable() local
566 intr->mask_misc = 0; in txgbevf_intr_enable()
916 struct txgbe_interrupt *intr = TXGBE_DEV_INTR(dev); in txgbevf_dev_rx_queue_intr_enable() local
922 intr->mask_misc &= ~(1 << vec); in txgbevf_dev_rx_queue_intr_enable()
924 wr32(hw, TXGBE_VFIMC, ~intr->mask_misc); in txgbevf_dev_rx_queue_intr_enable()
934 struct txgbe_interrupt *intr = TXGBE_DEV_INTR(dev); in txgbevf_dev_rx_queue_intr_disable() local
942 intr->mask_misc |= (1 << vec); in txgbevf_dev_rx_queue_intr_disable()
944 wr32(hw, TXGBE_VFIMS, intr->mask_misc); in txgbevf_dev_rx_queue_intr_disable()
1282 struct txgbe_interrupt *intr = TXGBE_DEV_INTR(dev); in txgbevf_dev_interrupt_get_status() local
1287 intr->flags = 0; in txgbevf_dev_interrupt_get_status()
1292 intr->flags |= TXGBE_FLAG_MAILBOX; in txgbevf_dev_interrupt_get_status()
1303 struct txgbe_interrupt *intr = TXGBE_DEV_INTR(dev); in txgbevf_dev_interrupt_action() local
1305 if (intr->flags & TXGBE_FLAG_MAILBOX) { in txgbevf_dev_interrupt_action()
1307 intr->flags &= ~TXGBE_FLAG_MAILBOX; in txgbevf_dev_interrupt_action()