Home
last modified time | relevance | path

Searched refs:IXGBE_STATUS_GIO (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/ixgbe/
H A Dixgbe_common.c3232 if (!(IXGBE_READ_REG(hw, IXGBE_STATUS) & IXGBE_STATUS_GIO) || in ixgbe_disable_pcie_primary()
3239 if (!(IXGBE_READ_REG(hw, IXGBE_STATUS) & IXGBE_STATUS_GIO)) in ixgbe_disable_pcie_primary()
H A Dixgbe_type.h2189 #define IXGBE_STATUS_GIO 0x00080000 /* GIO Primary Ena Status */ macro