Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ixgbe/
H A Dixgbe_debug.c54 ixgbe_log(ixgbe, "..gpie: 0x%x\n", IXGBE_READ_REG(hw, IXGBE_GPIE)); in ixgbe_dump_interrupt()
449 reg_val = IXGBE_READ_REG(hw, IXGBE_GPIE); in ixgbe_dump_regs()
H A Dixgbe_main.c4386 uint32_t gpie = IXGBE_READ_REG(hw, IXGBE_GPIE); in ixgbe_enable_adapter_interrupts()
4454 IXGBE_WRITE_REG(hw, IXGBE_GPIE, gpie); in ixgbe_enable_adapter_interrupts()
/illumos-gate/usr/src/uts/common/io/ixgbe/core/
H A Dixgbe_type.h360 #define IXGBE_GPIE 0x00898 macro