Searched refs:s32 (Results 51 - 75 of 121) sorted by relevance

12345

/freebsd-11-stable/contrib/ofed/include/
H A Dtypes.h44 typedef int32_t s32; typedef
/freebsd-11-stable/sys/dev/ixgbe/
H A Dixgbe_dcb.c48 s32 ixgbe_dcb_calculate_tc_credits(u8 *bw, u16 *refill, u16 *max,
88 s32 ixgbe_dcb_calculate_tc_credits_cee(struct ixgbe_hw *hw,
95 s32 ret_val = IXGBE_SUCCESS;
303 s32 ixgbe_dcb_check_config_cee(struct ixgbe_dcb_config *dcb_config)
306 s32 ret_val = IXGBE_SUCCESS;
392 s32 ixgbe_dcb_get_tc_stats(struct ixgbe_hw *hw, struct ixgbe_hw_stats *stats,
395 s32 ret = IXGBE_NOT_IMPLEMENTED;
423 s32 ixgbe_dcb_get_pfc_stats(struct ixgbe_hw *hw, struct ixgbe_hw_stats *stats,
426 s32 ret = IXGBE_NOT_IMPLEMENTED;
453 s32 ixgbe_dcb_config_rx_arbiter_ce
[all...]
H A Dixgbe_82599.c48 static s32 ixgbe_setup_copper_link_82599(struct ixgbe_hw *hw,
51 static s32 ixgbe_verify_fw_version_82599(struct ixgbe_hw *hw);
52 static s32 ixgbe_read_eeprom_82599(struct ixgbe_hw *hw,
54 static s32 ixgbe_read_eeprom_buffer_82599(struct ixgbe_hw *hw, u16 offset,
56 static s32 ixgbe_read_i2c_byte_82599(struct ixgbe_hw *hw, u8 byte_offset,
58 static s32 ixgbe_write_i2c_byte_82599(struct ixgbe_hw *hw, u8 byte_offset,
115 s32 ixgbe_init_phy_ops_82599(struct ixgbe_hw *hw)
119 s32 ret_val = IXGBE_SUCCESS;
173 s32 ixgbe_setup_sfp_modules_82599(struct ixgbe_hw *hw)
175 s32 ret_va
[all...]
H A Dixgbe_x540.c48 static s32 ixgbe_poll_flash_update_done_X540(struct ixgbe_hw *hw);
49 static s32 ixgbe_get_swfw_sync_semaphore(struct ixgbe_hw *hw);
59 s32 ixgbe_init_ops_X540(struct ixgbe_hw *hw)
64 s32 ret_val;
170 s32 ixgbe_get_link_capabilities_X540(struct ixgbe_hw *hw,
197 s32 ixgbe_setup_mac_link_X540(struct ixgbe_hw *hw,
212 s32 ixgbe_reset_hw_X540(struct ixgbe_hw *hw)
214 s32 status;
315 s32 ixgbe_start_hw_X540(struct ixgbe_hw *hw)
317 s32 ret_va
[all...]
H A Dixgbe_common.c41 static s32 ixgbe_acquire_eeprom(struct ixgbe_hw *hw);
42 static s32 ixgbe_get_eeprom_semaphore(struct ixgbe_hw *hw);
44 static s32 ixgbe_ready_eeprom(struct ixgbe_hw *hw);
53 static s32 ixgbe_mta_vector(struct ixgbe_hw *hw, u8 *mc_addr);
54 static s32 ixgbe_get_san_mac_addr_offset(struct ixgbe_hw *hw,
56 static s32 ixgbe_read_eeprom_buffer_bit_bang(struct ixgbe_hw *hw, u16 offset,
58 static s32 ixgbe_write_eeprom_buffer_bit_bang(struct ixgbe_hw *hw, u16 offset,
60 static s32 ixgbe_detect_eeprom_page_size_generic(struct ixgbe_hw *hw,
69 s32 ixgbe_init_ops_generic(struct ixgbe_hw *hw)
234 s32 ixgbe_setup_fc_generi
[all...]
H A Dixgbe_dcb_82598.c48 s32 ixgbe_dcb_get_tc_stats_82598(struct ixgbe_hw *hw,
90 s32 ixgbe_dcb_get_pfc_stats_82598(struct ixgbe_hw *hw,
118 s32 ixgbe_dcb_config_rx_arbiter_82598(struct ixgbe_hw *hw, u16 *refill,
173 s32 ixgbe_dcb_config_tx_desc_arbiter_82598(struct ixgbe_hw *hw,
217 s32 ixgbe_dcb_config_tx_data_arbiter_82598(struct ixgbe_hw *hw,
262 s32 ixgbe_dcb_config_pfc_82598(struct ixgbe_hw *hw, u8 pfc_en)
314 s32 ixgbe_dcb_config_tc_stats_82598(struct ixgbe_hw *hw)
346 s32 ixgbe_dcb_hw_config_82598(struct ixgbe_hw *hw, int link_speed,
H A Dixgbe_type.h3853 s32 (*init_params)(struct ixgbe_hw *);
3854 s32 (*read)(struct ixgbe_hw *, u16, u16 *);
3855 s32 (*read_buffer)(struct ixgbe_hw *, u16, u16, u16 *);
3856 s32 (*write)(struct ixgbe_hw *, u16, u16);
3857 s32 (*write_buffer)(struct ixgbe_hw *, u16, u16, u16 *);
3858 s32 (*validate_checksum)(struct ixgbe_hw *, u16 *);
3859 s32 (*update_checksum)(struct ixgbe_hw *);
3860 s32 (*calc_checksum)(struct ixgbe_hw *);
3864 s32 (*init_hw)(struct ixgbe_hw *);
3865 s32 (*reset_h
[all...]
H A Dixgbe_dcb_82599.c48 s32 ixgbe_dcb_get_tc_stats_82599(struct ixgbe_hw *hw,
89 s32 ixgbe_dcb_get_pfc_stats_82599(struct ixgbe_hw *hw,
117 s32 ixgbe_dcb_config_rx_arbiter_82599(struct ixgbe_hw *hw, u16 *refill,
176 s32 ixgbe_dcb_config_tx_desc_arbiter_82599(struct ixgbe_hw *hw, u16 *refill,
221 s32 ixgbe_dcb_config_tx_data_arbiter_82599(struct ixgbe_hw *hw, u16 *refill,
283 s32 ixgbe_dcb_config_pfc_82599(struct ixgbe_hw *hw, u8 pfc_en, u8 *map)
369 s32 ixgbe_dcb_config_tc_stats_82599(struct ixgbe_hw *hw,
495 s32 ixgbe_dcb_config_82599(struct ixgbe_hw *hw,
579 s32 ixgbe_dcb_hw_config_82599(struct ixgbe_hw *hw, int link_speed,
/freebsd-11-stable/sys/dev/e1000/
H A De1000_ich8lan.c74 static s32 e1000_acquire_swflag_ich8lan(struct e1000_hw *hw);
76 static s32 e1000_acquire_nvm_ich8lan(struct e1000_hw *hw);
82 static s32 e1000_sw_lcd_config_ich8lan(struct e1000_hw *hw);
86 static s32 e1000_check_reset_block_ich8lan(struct e1000_hw *hw);
87 static s32 e1000_phy_hw_reset_ich8lan(struct e1000_hw *hw);
88 static s32 e1000_set_lplu_state_pchlan(struct e1000_hw *hw, bool active);
89 static s32 e1000_set_d0_lplu_state_ich8lan(struct e1000_hw *hw,
91 static s32 e1000_set_d3_lplu_state_ich8lan(struct e1000_hw *hw,
93 static s32 e1000_read_nvm_ich8lan(struct e1000_hw *hw, u16 offset,
95 static s32 e1000_read_nvm_sp
[all...]
H A De1000_nvm.c66 s32 e1000_null_read_nvm(struct e1000_hw E1000_UNUSEDARG *hw,
88 s32 e1000_null_led_default(struct e1000_hw E1000_UNUSEDARG *hw,
99 s32 e1000_null_write_nvm(struct e1000_hw E1000_UNUSEDARG *hw,
231 s32 e1000_poll_eerd_eewr_done(struct e1000_hw *hw, int ee_reg)
261 s32 e1000_acquire_nvm_generic(struct e1000_hw *hw)
264 s32 timeout = E1000_NVM_GRANT_ATTEMPTS;
381 static s32 e1000_ready_nvm_eeprom(struct e1000_hw *hw)
440 s32 e1000_read_nvm_spi(struct e1000_hw *hw, u16 offset, u16 words, u16 *data)
444 s32 ret_val;
500 s32 e1000_read_nvm_microwir
[all...]
H A De1000_ich8lan.h335 s32 e1000_configure_k1_ich8lan(struct e1000_hw *hw, bool k1_enable);
337 s32 e1000_lv_jumbo_workaround_ich8lan(struct e1000_hw *hw, bool enable);
338 s32 e1000_read_emi_reg_locked(struct e1000_hw *hw, u16 addr, u16 *data);
339 s32 e1000_write_emi_reg_locked(struct e1000_hw *hw, u16 addr, u16 data);
340 s32 e1000_set_eee_pchlan(struct e1000_hw *hw);
341 s32 e1000_enable_ulp_lpt_lp(struct e1000_hw *hw, bool to_sx);
342 s32 e1000_disable_ulp_lpt_lp(struct e1000_hw *hw, bool force);
H A De1000_82575.h482 s32 e1000_init_nvm_params_82575(struct e1000_hw *hw);
483 s32 e1000_init_hw_82575(struct e1000_hw *hw);
495 s32 e1000_promisc_set_vf(struct e1000_hw *, enum e1000_promisc_type type);
498 s32 e1000_read_emi_reg(struct e1000_hw *hw, u16 addr, u16 *data);
499 s32 e1000_set_eee_i350(struct e1000_hw *hw, bool adv1G, bool adv100M);
500 s32 e1000_set_eee_i354(struct e1000_hw *hw, bool adv1G, bool adv100M);
501 s32 e1000_get_eee_status_i354(struct e1000_hw *, bool *);
502 s32 e1000_initialize_M88E1512_phy(struct e1000_hw *hw);
503 s32 e1000_initialize_M88E1543_phy(struct e1000_hw *hw);
517 s32 e1000_set_i2c_b
[all...]
H A De1000_manage.c70 s32 e1000_mng_enable_host_if_generic(struct e1000_hw *hw)
134 s32 ret_val, hdr_csum, csum;
189 s32 e1000_mng_write_cmd_header_generic(struct e1000_hw *hw,
223 s32 e1000_mng_host_if_write_generic(struct e1000_hw *hw, u8 *buffer,
295 s32 e1000_mng_write_dhcp_info_generic(struct e1000_hw *hw, u8 *buffer,
299 s32 ret_val;
366 s32 ret_val;
394 s32 e1000_host_interface_command(struct e1000_hw *hw, u8 *buffer, u32 length)
467 s32 e1000_load_firmware(struct e1000_hw *hw, u8 *buffer, u32 length)
/freebsd-11-stable/sys/compat/freebsd32/
H A Dfreebsd32_misc.c141 freebsd32_rusage_out(const struct rusage *s, struct rusage32 *s32) argument
144 TV_CP(*s, *s32, ru_utime);
145 TV_CP(*s, *s32, ru_stime);
146 CP(*s, *s32, ru_maxrss);
147 CP(*s, *s32, ru_ixrss);
148 CP(*s, *s32, ru_idrss);
149 CP(*s, *s32, ru_isrss);
150 CP(*s, *s32, ru_minflt);
151 CP(*s, *s32, ru_majflt);
152 CP(*s, *s32, ru_nswa
296 struct sigaltstack32 s32; local
722 struct rusage32 s32; local
1320 struct timeval32 s32[2]; local
1342 struct timeval32 s32[2]; local
1363 struct timeval32 s32[2]; local
1384 struct timeval32 s32[2]; local
1475 struct statfs32 s32; local
1494 struct statfs32 s32; local
1513 struct statfs32 s32; local
2079 struct sigaction32 s32; local
2108 struct sigaction32 s32; local
2146 struct osigaction32 s32; local
2284 struct sigstack32 s32; local
[all...]
H A Dfreebsd32_util.h119 void freebsd32_rusage_out(const struct rusage *s, struct rusage32 *s32);
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator_combined.h32 void InitLinkerInitialized(s32 release_to_os_interval_ms) {
38 void Init(s32 release_to_os_interval_ms) {
77 s32 ReleaseToOSIntervalMs() const {
81 void SetReleaseToOSIntervalMs(s32 release_to_os_interval_ms) {
H A Dsanitizer_atomic.h40 typedef s32 Type;
/freebsd-11-stable/sys/contrib/octeon-sdk/
H A Dcvmip.h83 int32_t s32 ; member in union:__anon8409::__anon8410
124 int32_t s32 ; member in union:__anon8413::__anon8414::__anon8415
/freebsd-11-stable/sys/dev/ixl/
H A Dixl_pf.h137 s32 (*read_i2c_byte)(struct ixl_pf *pf, u8 byte_offset,
139 s32 (*write_i2c_byte)(struct ixl_pf *pf, u8 byte_offset,
381 s32 ixl_read_i2c_byte_bb(struct ixl_pf *pf, u8 byte_offset,
383 s32 ixl_write_i2c_byte_bb(struct ixl_pf *pf, u8 byte_offset,
385 s32 ixl_read_i2c_byte_reg(struct ixl_pf *pf, u8 byte_offset,
387 s32 ixl_write_i2c_byte_reg(struct ixl_pf *pf, u8 byte_offset,
389 s32 ixl_read_i2c_byte_aq(struct ixl_pf *pf, u8 byte_offset,
391 s32 ixl_write_i2c_byte_aq(struct ixl_pf *pf, u8 byte_offset,
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/scudo/
H A Dscudo_allocator_combined.h26 void init(s32 ReleaseToOSIntervalMs) {
/freebsd-11-stable/lib/libc/arm/aeabi/
H A Daeabi_vfp_float.S135 vcvt.s32.f32 s0, s0
154 vcvt.f32.s32 s0, s0
H A Daeabi_vfp_double.S144 vcvt.s32.f64 s0, d0
163 vcvt.f64.s32 d0, s0
/freebsd-11-stable/contrib/libarchive/libarchive/test/
H A Dtest_archive_string.c309 const char *s32 = S32; local
327 archive_string_sprintf(&s, "%s", s32);
328 assertExactString(32, 2 * EXTENT, s32, s);
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dprimary32.h58 void initLinkerInitialized(s32 ReleaseToOsInterval) {
81 void init(s32 ReleaseToOsInterval) {
380 const s32 IntervalMs = ReleaseToOsIntervalMs;
418 s32 ReleaseToOsIntervalMs;
H A Dprimary64.h56 void initLinkerInitialized(s32 ReleaseToOsInterval) {
89 void init(s32 ReleaseToOsInterval) {
232 s32 ReleaseToOsIntervalMs;
382 const s32 IntervalMs = ReleaseToOsIntervalMs;

Completed in 493 milliseconds

12345