FreeBSD kernel IXGBE device code
ixgbe_eeprom_operations Struct Reference

#include <ixgbe_type.h>

Data Fields

s32(* init_params )(struct ixgbe_hw *)
 
s32(* read )(struct ixgbe_hw *, u16, u16 *)
 
s32(* read_buffer )(struct ixgbe_hw *, u16, u16, u16 *)
 
s32(* write )(struct ixgbe_hw *, u16, u16)
 
s32(* write_buffer )(struct ixgbe_hw *, u16, u16, u16 *)
 
s32(* validate_checksum )(struct ixgbe_hw *, u16 *)
 
s32(* update_checksum )(struct ixgbe_hw *)
 
s32(* calc_checksum )(struct ixgbe_hw *)
 

Detailed Description

Definition at line 3937 of file ixgbe_type.h.

Field Documentation

◆ calc_checksum

◆ init_params

◆ read

◆ read_buffer

◆ update_checksum

s32(* ixgbe_eeprom_operations::update_checksum) (struct ixgbe_hw *)

◆ validate_checksum

s32(* ixgbe_eeprom_operations::validate_checksum) (struct ixgbe_hw *, u16 *)

◆ write

◆ write_buffer

s32(* ixgbe_eeprom_operations::write_buffer) (struct ixgbe_hw *, u16, u16, u16 *)

The documentation for this struct was generated from the following file: