Home
last modified time | relevance | path

Searched refs:IXGBE_STATUS (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ixgbe/
H A Dixgbe_osdep.c56 val = IXGBE_READ_REG(hw, IXGBE_STATUS); in ixgbe_removed()
H A Dixgbe_osdep.h93 #define IXGBE_WRITE_FLUSH(a) (void) IXGBE_READ_REG(a, IXGBE_STATUS)
H A Dixgbe_debug.c439 reg_val = IXGBE_READ_REG(hw, IXGBE_STATUS); in ixgbe_dump_regs()
/illumos-gate/usr/src/uts/common/io/ixgbe/core/
H A Dixgbe_82598.c1139 if (IXGBE_READ_REG(hw, IXGBE_STATUS) & IXGBE_STATUS_LAN_ID_1) in ixgbe_read_i2c_phy_82598()
H A Dixgbe_common.c1087 reg = IXGBE_READ_REG(hw, IXGBE_STATUS); in ixgbe_set_lan_id_multi_port_pcie()
3233 if (!(IXGBE_READ_REG(hw, IXGBE_STATUS) & IXGBE_STATUS_GIO) || in ixgbe_disable_pcie_master()
3240 if (!(IXGBE_READ_REG(hw, IXGBE_STATUS) & IXGBE_STATUS_GIO)) in ixgbe_disable_pcie_master()
H A Dixgbe_type.h166 #define IXGBE_STATUS 0x00008 macro