Home
last modified time | relevance | path

Searched refs:mask_misc (Results 1 – 7 of 7) sorted by relevance

/dpdk/drivers/net/txgbe/
H A Dtxgbe_ethdev_vf.c550 intr->mask_misc = TXGBE_VFIMS_MASK; in txgbevf_intr_disable()
566 intr->mask_misc = 0; in txgbevf_intr_enable()
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()
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()
H A Dtxgbe_ethdev.c345 wr32(hw, TXGBE_IENMISC, intr->mask_misc); in txgbe_enable_intr()
1527 intr->mask_misc |= TXGBE_ICRMISC_GPIO; in txgbe_dev_phy_intr_setup()
1528 intr->mask_misc |= TXGBE_ICRMISC_ANDONE; in txgbe_dev_phy_intr_setup()
2849 intr->mask_misc |= TXGBE_ICRMISC_LSC; in txgbe_dev_lsc_interrupt_setup()
2851 intr->mask_misc &= ~TXGBE_ICRMISC_LSC; in txgbe_dev_lsc_interrupt_setup()
2865 intr->mask_misc |= TXGBE_ICRMISC_GPIO; in txgbe_dev_misc_interrupt_setup()
2866 intr->mask_misc |= TXGBE_ICRMISC_ANDONE; in txgbe_dev_misc_interrupt_setup()
2910 intr->mask_misc |= TXGBE_ICRMISC_LNKSEC; in txgbe_dev_macsec_interrupt_setup()
3066 intr->mask_misc &= ~TXGBE_ICRMISC_LSC; in txgbe_dev_interrupt_action()
3131 intr->mask_misc |= TXGBE_ICRMISC_LSC; in txgbe_dev_interrupt_delayed_handler()
H A Dtxgbe_ethdev.h145 uint32_t mask_misc; member
H A Dtxgbe_pf.c63 intr->mask_misc |= TXGBE_ICRMISC_VFMBX; in txgbe_mb_intr_setup()
/dpdk/drivers/net/ngbe/
H A Dngbe_ethdev.c270 wr32(hw, NGBE_IENMISC, intr->mask_misc); in ngbe_enable_intr()
927 intr->mask_misc |= NGBE_ICRMISC_GPIO; in ngbe_dev_phy_intr_setup()
2012 intr->mask_misc |= NGBE_ICRMISC_PHY; in ngbe_dev_lsc_interrupt_setup()
2013 intr->mask_misc |= NGBE_ICRMISC_GPIO; in ngbe_dev_lsc_interrupt_setup()
2015 intr->mask_misc &= ~NGBE_ICRMISC_PHY; in ngbe_dev_lsc_interrupt_setup()
2016 intr->mask_misc &= ~NGBE_ICRMISC_GPIO; in ngbe_dev_lsc_interrupt_setup()
2042 intr->mask_misc |= NGBE_ICRMISC_GPIO; in ngbe_dev_misc_interrupt_setup()
2087 intr->mask_misc |= NGBE_ICRMISC_LNKSEC; in ngbe_dev_macsec_interrupt_setup()
H A Dngbe_ethdev.h54 uint32_t mask_misc; member
H A Dngbe_pf.c49 intr->mask_misc |= NGBE_ICRMISC_VFMBX; in ngbe_mb_intr_setup()