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

/illumos-gate/usr/src/uts/common/io/ixgbe/core/
H A Dixgbe_type.h3636 struct ixgbe_hw;
3639 typedef u8* (*ixgbe_mc_addr_itr) (struct ixgbe_hw *hw, u8 **mc_addr_ptr,
3644 s32 (*init_params)(struct ixgbe_hw *);
3645 s32 (*read)(struct ixgbe_hw *, u16, u16 *);
3646 s32 (*read_buffer)(struct ixgbe_hw *, u16, u16, u16 *);
3647 s32 (*write)(struct ixgbe_hw *, u16, u16);
3648 s32 (*write_buffer)(struct ixgbe_hw *, u16, u16, u16 *);
3649 s32 (*validate_checksum)(struct ixgbe_hw *, u16 *);
3650 s32 (*update_checksum)(struct ixgbe_hw *);
3651 s32 (*calc_checksum)(struct ixgbe_hw *);
3881 struct ixgbe_hw { struct
[all...]

Completed in 138 milliseconds