• Home
  • Raw
  • Download

Lines Matching refs:s32

321 	s32  (*check_for_link)(struct e1000_hw *);
322 s32 (*reset_hw)(struct e1000_hw *);
323 s32 (*init_hw)(struct e1000_hw *);
325 s32 (*setup_physical_interface)(struct e1000_hw *);
327 s32 (*read_mac_addr)(struct e1000_hw *);
328 s32 (*get_speed_and_duplex)(struct e1000_hw *, u16 *, u16 *);
329 s32 (*acquire_swfw_sync)(struct e1000_hw *, u16);
332 s32 (*get_thermal_sensor_data)(struct e1000_hw *);
333 s32 (*init_thermal_sensor_thresh)(struct e1000_hw *);
339 s32 (*acquire)(struct e1000_hw *);
340 s32 (*check_polarity)(struct e1000_hw *);
341 s32 (*check_reset_block)(struct e1000_hw *);
342 s32 (*force_speed_duplex)(struct e1000_hw *);
343 s32 (*get_cfg_done)(struct e1000_hw *hw);
344 s32 (*get_cable_length)(struct e1000_hw *);
345 s32 (*get_phy_info)(struct e1000_hw *);
346 s32 (*read_reg)(struct e1000_hw *, u32, u16 *);
348 s32 (*reset)(struct e1000_hw *);
349 s32 (*set_d0_lplu_state)(struct e1000_hw *, bool);
350 s32 (*set_d3_lplu_state)(struct e1000_hw *, bool);
351 s32 (*write_reg)(struct e1000_hw *, u32, u16);
352 s32 (*read_i2c_byte)(struct e1000_hw *, u8, u8, u8 *);
353 s32 (*write_i2c_byte)(struct e1000_hw *, u8, u8, u8);
357 s32 (*acquire)(struct e1000_hw *);
358 s32 (*read)(struct e1000_hw *, u16, u16, u16 *);
360 s32 (*write)(struct e1000_hw *, u16, u16, u16 *);
361 s32 (*update)(struct e1000_hw *);
362 s32 (*validate)(struct e1000_hw *);
363 s32 (*valid_led_default)(struct e1000_hw *, u16 *);
380 s32 (*get_invariants)(struct e1000_hw *);
499 s32 (*init_params)(struct e1000_hw *hw);
500 s32 (*read)(struct e1000_hw *, u32 *, u16, u16);
501 s32 (*write)(struct e1000_hw *, u32 *, u16, u16);
502 s32 (*read_posted)(struct e1000_hw *, u32 *, u16, u16);
503 s32 (*write_posted)(struct e1000_hw *, u32 *, u16, u16);
504 s32 (*check_for_msg)(struct e1000_hw *, u16);
505 s32 (*check_for_ack)(struct e1000_hw *, u16);
506 s32 (*check_for_rst)(struct e1000_hw *, u16);
565 s32 igb_read_pcie_cap_reg(struct e1000_hw *hw, u32 reg, u16 *value);
566 s32 igb_write_pcie_cap_reg(struct e1000_hw *hw, u32 reg, u16 *value);