Searched refs:ets_offset (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/net/ethernet/intel/igb/
H A De1000_82575.c2779 u16 ets_offset; local
2794 hw->nvm.ops.read(hw, NVM_ETS_CFG, 1, &ets_offset);
2795 if ((ets_offset == 0x0000) || (ets_offset == 0xFFFF))
2798 hw->nvm.ops.read(hw, ets_offset, 1, &ets_cfg);
2808 hw->nvm.ops.read(hw, (ets_offset + i), 1, &ets_sensor);
2830 u16 ets_offset; local
2853 hw->nvm.ops.read(hw, NVM_ETS_CFG, 1, &ets_offset);
2854 if ((ets_offset == 0x0000) || (ets_offset
[all...]
/linux-master/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_common.c3874 * @ets_offset: offset of ETS data
3879 u16 *ets_offset)
3883 status = hw->eeprom.ops.read(hw, IXGBE_ETS_CFG, ets_offset);
3887 if ((*ets_offset == 0x0000) || (*ets_offset == 0xFFFF))
3890 status = hw->eeprom.ops.read(hw, *ets_offset, ets_cfg);
3908 u16 ets_offset; local
3920 status = ixgbe_get_ets_data(hw, &ets_cfg, &ets_offset);
3932 status = hw->eeprom.ops.read(hw, (ets_offset + 1 + i),
3969 u16 ets_offset; local
3878 ixgbe_get_ets_data(struct ixgbe_hw *hw, u16 *ets_cfg, u16 *ets_offset) argument
[all...]

Completed in 144 milliseconds