Searched refs:eword (Results 1 – 1 of 1) sorted by relevance
/drivers/net/ethernet/intel/ixgbe/ |
D | ixgbe_phy.c | 1404 u16 phy_offset, control, eword, edata, block_crc; in ixgbe_reset_phy_nl() local 1446 ret_val = hw->eeprom.ops.read(hw, data_offset, &eword); in ixgbe_reset_phy_nl() 1449 control = FIELD_GET(IXGBE_CONTROL_MASK_NL, eword); in ixgbe_reset_phy_nl() 1450 edata = eword & IXGBE_DATA_MASK_NL; in ixgbe_reset_phy_nl() 1466 &eword); in ixgbe_reset_phy_nl() 1470 MDIO_MMD_PMAPMD, eword); in ixgbe_reset_phy_nl() 1471 hw_dbg(hw, "Wrote %4.4x to %4.4x\n", eword, in ixgbe_reset_phy_nl()
|