Searched defs:ixgbe_hw (Results 1 - 2 of 2) sorted by relevance

/drivers/net/ethernet/intel/ixgbevf/
H A Dvf.h41 struct ixgbe_hw;
44 typedef u8* (*ixgbe_mc_addr_itr) (struct ixgbe_hw *hw, u8 **mc_addr_ptr,
47 s32 (*init_hw)(struct ixgbe_hw *);
48 s32 (*reset_hw)(struct ixgbe_hw *);
49 s32 (*start_hw)(struct ixgbe_hw *);
50 s32 (*clear_hw_cntrs)(struct ixgbe_hw *);
51 enum ixgbe_media_type (*get_media_type)(struct ixgbe_hw *);
52 u32 (*get_supported_physical_layer)(struct ixgbe_hw *);
53 s32 (*get_mac_addr)(struct ixgbe_hw *, u8 *);
54 s32 (*stop_adapter)(struct ixgbe_hw *);
125 struct ixgbe_hw { struct
[all...]
/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_type.h2696 struct ixgbe_hw;
2699 typedef u8* (*ixgbe_mc_addr_itr) (struct ixgbe_hw *hw, u8 **mc_addr_ptr,
2704 s32 (*init_params)(struct ixgbe_hw *);
2705 s32 (*read)(struct ixgbe_hw *, u16, u16 *);
2706 s32 (*read_buffer)(struct ixgbe_hw *, u16, u16, u16 *);
2707 s32 (*write)(struct ixgbe_hw *, u16, u16);
2708 s32 (*write_buffer)(struct ixgbe_hw *, u16, u16, u16 *);
2709 s32 (*validate_checksum)(struct ixgbe_hw *, u16 *);
2710 s32 (*update_checksum)(struct ixgbe_hw *);
2711 u16 (*calc_checksum)(struct ixgbe_hw *);
2882 struct ixgbe_hw { struct
[all...]

Completed in 24 milliseconds