Searched refs:eword (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ixgbe/ |
H A D | ixgbe_phy.c | 1274 u16 phy_offset, control, eword, edata, block_crc; in ixgbe_reset_phy_nl() local 1316 ret_val = hw->eeprom.ops.read(hw, data_offset, &eword); in ixgbe_reset_phy_nl() 1319 control = (eword & IXGBE_CONTROL_MASK_NL) >> in ixgbe_reset_phy_nl() 1321 edata = eword & IXGBE_DATA_MASK_NL; in ixgbe_reset_phy_nl() 1337 &eword); in ixgbe_reset_phy_nl() 1341 MDIO_MMD_PMAPMD, eword); in ixgbe_reset_phy_nl() 1342 hw_dbg(hw, "Wrote %4.4x to %4.4x\n", eword, in ixgbe_reset_phy_nl()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ixgbe/ |
H A D | ixgbe_phy.c | 1405 u16 phy_offset, control, eword, edata, block_crc; in ixgbe_reset_phy_nl() local 1447 ret_val = hw->eeprom.ops.read(hw, data_offset, &eword); in ixgbe_reset_phy_nl() 1450 control = (eword & IXGBE_CONTROL_MASK_NL) >> in ixgbe_reset_phy_nl() 1452 edata = eword & IXGBE_DATA_MASK_NL; in ixgbe_reset_phy_nl() 1468 &eword); in ixgbe_reset_phy_nl() 1472 MDIO_MMD_PMAPMD, eword); in ixgbe_reset_phy_nl() 1473 hw_dbg(hw, "Wrote %4.4x to %4.4x\n", eword, in ixgbe_reset_phy_nl()
|
Completed in 7 milliseconds