Lines Matching full:s32
296 s32 (*check_for_link)(struct e1000_hw *);
297 s32 (*reset_hw)(struct e1000_hw *);
298 s32 (*init_hw)(struct e1000_hw *);
300 s32 (*setup_physical_interface)(struct e1000_hw *);
302 s32 (*read_mac_addr)(struct e1000_hw *);
303 s32 (*get_speed_and_duplex)(struct e1000_hw *, u16 *, u16 *);
304 s32 (*acquire_swfw_sync)(struct e1000_hw *, u16);
307 s32 (*get_thermal_sensor_data)(struct e1000_hw *);
308 s32 (*init_thermal_sensor_thresh)(struct e1000_hw *);
314 s32 (*acquire)(struct e1000_hw *);
315 s32 (*check_polarity)(struct e1000_hw *);
316 s32 (*check_reset_block)(struct e1000_hw *);
317 s32 (*force_speed_duplex)(struct e1000_hw *);
318 s32 (*get_cfg_done)(struct e1000_hw *hw);
319 s32 (*get_cable_length)(struct e1000_hw *);
320 s32 (*get_phy_info)(struct e1000_hw *);
321 s32 (*read_reg)(struct e1000_hw *, u32, u16 *);
323 s32 (*reset)(struct e1000_hw *);
324 s32 (*set_d0_lplu_state)(struct e1000_hw *, bool);
325 s32 (*set_d3_lplu_state)(struct e1000_hw *, bool);
326 s32 (*write_reg)(struct e1000_hw *, u32, u16);
327 s32 (*read_i2c_byte)(struct e1000_hw *, u8, u8, u8 *);
328 s32 (*write_i2c_byte)(struct e1000_hw *, u8, u8, u8);
332 s32 (*acquire)(struct e1000_hw *);
333 s32 (*read)(struct e1000_hw *, u16, u16, u16 *);
335 s32 (*write)(struct e1000_hw *, u16, u16, u16 *);
336 s32 (*update)(struct e1000_hw *);
337 s32 (*validate)(struct e1000_hw *);
338 s32 (*valid_led_default)(struct e1000_hw *, u16 *);
355 s32 (*get_invariants)(struct e1000_hw *);
475 s32 (*init_params)(struct e1000_hw *hw);
476 s32 (*read)(struct e1000_hw *hw, u32 *msg, u16 size, u16 mbx_id,
478 s32 (*write)(struct e1000_hw *hw, u32 *msg, u16 size, u16 mbx_id);
479 s32 (*read_posted)(struct e1000_hw *hw, u32 *msg, u16 size, u16 mbx_id);
480 s32 (*write_posted)(struct e1000_hw *hw, u32 *msg, u16 size,
482 s32 (*check_for_msg)(struct e1000_hw *hw, u16 mbx_id);
483 s32 (*check_for_ack)(struct e1000_hw *hw, u16 mbx_id);
484 s32 (*check_for_rst)(struct e1000_hw *hw, u16 mbx_id);
485 s32 (*unlock)(struct e1000_hw *hw, u16 mbx_id);
549 s32 igb_read_pcie_cap_reg(struct e1000_hw *hw, u32 reg, u16 *value);
550 s32 igb_write_pcie_cap_reg(struct e1000_hw *hw, u32 reg, u16 *value);