Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/txgbe/
H A Dtxgbe_ethdev.h59 uint32_t mask_misc; member
H A Dtxgbe_ethdev.c334 wr32(hw, TXGBE_IENMISC, intr->mask_misc); in txgbe_enable_intr()
1294 intr->mask_misc |= TXGBE_ICRMISC_GPIO; in txgbe_dev_phy_intr_setup()
2580 intr->mask_misc |= TXGBE_ICRMISC_LSC; in txgbe_dev_lsc_interrupt_setup()
2582 intr->mask_misc &= ~TXGBE_ICRMISC_LSC; in txgbe_dev_lsc_interrupt_setup()
2625 intr->mask_misc |= TXGBE_ICRMISC_LNKSEC; in txgbe_dev_macsec_interrupt_setup()
2761 intr->mask_misc_orig = intr->mask_misc; in txgbe_dev_interrupt_action()
2763 intr->mask_misc &= ~TXGBE_ICRMISC_LSC; in txgbe_dev_interrupt_action()
2824 intr->mask_misc = intr->mask_misc_orig; in txgbe_dev_interrupt_delayed_handler()
H A Dtxgbe_pf.c62 intr->mask_misc |= TXGBE_ICRMISC_VFMBX; in txgbe_mb_intr_setup()