Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_common.c2536 if (!(IXGBE_READ_REG(hw, IXGBE_STATUS) & IXGBE_STATUS_GIO) || in ixgbe_disable_pcie_master()
2543 if (!(IXGBE_READ_REG(hw, IXGBE_STATUS) & IXGBE_STATUS_GIO)) in ixgbe_disable_pcie_master()
H A Dixgbe_type.h1813 #define IXGBE_STATUS_GIO 0x00080000 /* GIO Master Enable Status */ macro