Home
last modified time | relevance | path

Searched refs:IXGBE_GPIE (Results 1 – 4 of 4) sorted by relevance

/f-stack/dpdk/drivers/net/ixgbe/
H A Dixgbe_regs.h65 {IXGBE_GPIE, 1, 1, ""},
H A Dixgbe_pf.c264 gpie = IXGBE_READ_REG(hw, IXGBE_GPIE); in ixgbe_pf_host_configure()
284 IXGBE_WRITE_REG(hw, IXGBE_GPIE, gpie); in ixgbe_pf_host_configure()
H A Dixgbe_ethdev.c2412 gpie = IXGBE_READ_REG(hw, IXGBE_GPIE); in ixgbe_dev_phy_intr_setup()
2414 IXGBE_WRITE_REG(hw, IXGBE_GPIE, gpie); in ixgbe_dev_phy_intr_setup()
6147 gpie = IXGBE_READ_REG(hw, IXGBE_GPIE); in ixgbe_configure_msix()
6156 gpie = IXGBE_READ_REG(hw, IXGBE_GPIE); in ixgbe_configure_msix()
6168 IXGBE_WRITE_REG(hw, IXGBE_GPIE, gpie); in ixgbe_configure_msix()
/f-stack/dpdk/drivers/net/ixgbe/base/
H A Dixgbe_type.h347 #define IXGBE_GPIE 0x00898 macro