HomeSort by: relevance | last modified time | path
    Searched refs:calc_checksum (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/dev/pci/ixgbe/
ixgbe_x540.c 86 eeprom->ops.calc_checksum = ixgbe_calc_eeprom_checksum_X540;
609 status = hw->eeprom.ops.calc_checksum(hw);
670 status = hw->eeprom.ops.calc_checksum(hw);
ixgbe_x550.c 83 eeprom->ops.calc_checksum = ixgbe_calc_eeprom_checksum_X550;
797 eeprom->ops.calc_checksum = ixgbe_calc_eeprom_checksum_X550;
3718 status = hw->eeprom.ops.calc_checksum(hw);
ixgbe_common.c 99 eeprom->ops.calc_checksum = ixgbe_calc_eeprom_checksum_generic;
2317 status = hw->eeprom.ops.calc_checksum(hw);
2363 status = hw->eeprom.ops.calc_checksum(hw);
ixgbe_type.h 4017 s32 (*calc_checksum)(struct ixgbe_hw *); member in struct:ixgbe_eeprom_operations

Completed in 29 milliseconds