Linux Kernel
3.7.1
|
#include <ixgbe_type.h>
Data Fields | |
s32(* | identify )(struct ixgbe_hw *) |
s32(* | identify_sfp )(struct ixgbe_hw *) |
s32(* | init )(struct ixgbe_hw *) |
s32(* | reset )(struct ixgbe_hw *) |
s32(* | read_reg )(struct ixgbe_hw *, u32, u32, u16 *) |
s32(* | write_reg )(struct ixgbe_hw *, u32, u32, u16) |
s32(* | setup_link )(struct ixgbe_hw *) |
s32(* | setup_link_speed )(struct ixgbe_hw *, ixgbe_link_speed, bool, bool) |
s32(* | check_link )(struct ixgbe_hw *, ixgbe_link_speed *, bool *) |
s32(* | get_firmware_version )(struct ixgbe_hw *, u16 *) |
s32(* | read_i2c_byte )(struct ixgbe_hw *, u8, u8, u8 *) |
s32(* | write_i2c_byte )(struct ixgbe_hw *, u8, u8, u8) |
s32(* | read_i2c_eeprom )(struct ixgbe_hw *, u8, u8 *) |
s32(* | write_i2c_eeprom )(struct ixgbe_hw *, u8, u8) |
s32(* | check_overtemp )(struct ixgbe_hw *) |
Definition at line 2869 of file ixgbe_type.h.
s32(* check_link)(struct ixgbe_hw *, ixgbe_link_speed *, bool *) |
Definition at line 2879 of file ixgbe_type.h.
Definition at line 2885 of file ixgbe_type.h.
Definition at line 2870 of file ixgbe_type.h.
Definition at line 2871 of file ixgbe_type.h.
Definition at line 2872 of file ixgbe_type.h.
Definition at line 2873 of file ixgbe_type.h.
Definition at line 2876 of file ixgbe_type.h.
Definition at line 2877 of file ixgbe_type.h.