Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/intel/ixgbe/
Dixgbe_common.c2523 IXGBE_WRITE_REG(hw, IXGBE_CTRL, IXGBE_CTRL_GIO_DIS); in ixgbe_disable_pcie_master()
2527 if (IXGBE_READ_REG(hw, IXGBE_CTRL) & IXGBE_CTRL_GIO_DIS) in ixgbe_disable_pcie_master()
Dixgbe_type.h1246 #define IXGBE_CTRL_GIO_DIS 0x00000004 /* Global IO Master Disable bit */ macro
Dixgbe_main.c6869 ctrl |= IXGBE_CTRL_GIO_DIS; in __ixgbe_shutdown()