Searched refs:hicr (Results 1 – 2 of 2) sorted by relevance
/titanic_41/usr/src/uts/common/io/e1000api/ |
H A D | e1000_manage.c | 73 u32 hicr; in e1000_mng_enable_host_if_generic() local 84 hicr = E1000_READ_REG(hw, E1000_HICR); in e1000_mng_enable_host_if_generic() 85 if (!(hicr & E1000_HICR_EN)) { in e1000_mng_enable_host_if_generic() 91 hicr = E1000_READ_REG(hw, E1000_HICR); in e1000_mng_enable_host_if_generic() 92 if (!(hicr & E1000_HICR_C)) in e1000_mng_enable_host_if_generic() 301 u32 hicr; in e1000_mng_write_dhcp_info_generic() local 328 hicr = E1000_READ_REG(hw, E1000_HICR); in e1000_mng_write_dhcp_info_generic() 329 E1000_WRITE_REG(hw, E1000_HICR, hicr | E1000_HICR_C); in e1000_mng_write_dhcp_info_generic() 397 u32 hicr, i; in e1000_host_interface_command() local 418 hicr = E1000_READ_REG(hw, E1000_HICR); in e1000_host_interface_command() [all …]
|
/titanic_41/usr/src/uts/common/io/ixgbe/ |
H A D | ixgbe_common.c | 3914 u32 hicr, i, bi; in ixgbe_host_interface_command() local 3930 hicr = IXGBE_READ_REG(hw, IXGBE_HICR); in ixgbe_host_interface_command() 3931 if ((hicr & IXGBE_HICR_EN) == 0) { 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() 3953 if (!(hicr & IXGBE_HICR_C)) in ixgbe_host_interface_command()
|