Lines Matching refs:s32
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 *);
53 s32 (*get_mac_addr)(struct ixgbe_hw *, u8 *);
54 s32 (*stop_adapter)(struct ixgbe_hw *);
55 s32 (*get_bus_info)(struct ixgbe_hw *);
58 s32 (*setup_link)(struct ixgbe_hw *, ixgbe_link_speed, bool, bool);
59 s32 (*check_link)(struct ixgbe_hw *, ixgbe_link_speed *, bool *, bool);
60 s32 (*get_link_capabilities)(struct ixgbe_hw *, ixgbe_link_speed *,
64 s32 (*set_rar)(struct ixgbe_hw *, u32, u8 *, u32);
65 s32 (*init_rx_addrs)(struct ixgbe_hw *);
66 s32 (*update_mc_addr_list)(struct ixgbe_hw *, struct net_device *);
67 s32 (*enable_mc)(struct ixgbe_hw *);
68 s32 (*disable_mc)(struct ixgbe_hw *);
69 s32 (*clear_vfta)(struct ixgbe_hw *);
70 s32 (*set_vfta)(struct ixgbe_hw *, u32, u32, bool);
87 s32 mc_filter_type;
96 s32 (*init_params)(struct ixgbe_hw *hw);
97 s32 (*read)(struct ixgbe_hw *, u32 *, u16);
98 s32 (*write)(struct ixgbe_hw *, u32 *, u16);
99 s32 (*read_posted)(struct ixgbe_hw *, u32 *, u16);
100 s32 (*write_posted)(struct ixgbe_hw *, u32 *, u16);
101 s32 (*check_for_msg)(struct ixgbe_hw *);
102 s32 (*check_for_ack)(struct ixgbe_hw *);
103 s32 (*check_for_rst)(struct ixgbe_hw *);