Home
last modified time | relevance | path

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

/freebsd/sys/dev/ixgbe/
H A Dif_sriov.c789 gpie = IXGBE_READ_REG(hw, IXGBE_GPIE); in ixgbe_initialize_iov()
816 IXGBE_WRITE_REG(hw, IXGBE_GPIE, gpie); in ixgbe_initialize_iov()
H A Dif_ix.c3312 gpie = IXGBE_READ_REG(hw, IXGBE_GPIE); in ixgbe_config_gpie()
3343 IXGBE_WRITE_REG(hw, IXGBE_GPIE, gpie); in ixgbe_config_gpie()
H A Dixgbe_type.h380 #define IXGBE_GPIE 0x00898 macro