Searched refs:eword (Results 1 – 1 of 1) sorted by relevance
/titanic_41/usr/src/uts/common/io/ixgbe/ |
H A D | ixgbe_phy.c | 827 u16 phy_offset, control, eword, edata, block_crc; in ixgbe_reset_phy_nl() local 870 ret_val = hw->eeprom.ops.read(hw, data_offset, &eword); in ixgbe_reset_phy_nl() 871 control = (eword & IXGBE_CONTROL_MASK_NL) >> in ixgbe_reset_phy_nl() 873 edata = eword & IXGBE_DATA_MASK_NL; in ixgbe_reset_phy_nl() 886 hw->eeprom.ops.read(hw, data_offset, &eword); in ixgbe_reset_phy_nl() 888 IXGBE_TWINAX_DEV, eword); in ixgbe_reset_phy_nl() 889 DEBUGOUT2("Wrote %4.4x to %4.4x\n", eword, in ixgbe_reset_phy_nl()
|