Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/ixgbe/
H A Dixgbe_common.c3930 hicr = IXGBE_READ_REG(hw, IXGBE_HICR); in ixgbe_host_interface_command()
3949 IXGBE_WRITE_REG(hw, IXGBE_HICR, hicr | IXGBE_HICR_C); in ixgbe_host_interface_command()
3952 hicr = IXGBE_READ_REG(hw, IXGBE_HICR); in ixgbe_host_interface_command()
3960 (!(IXGBE_READ_REG(hw, IXGBE_HICR) & IXGBE_HICR_SV))) { in ixgbe_host_interface_command()
H A Dixgbe_type.h764 #define IXGBE_HICR 0x15F00 macro