/titanic_50/usr/src/uts/common/io/bnxe/577xx/hsi/mcp/ |
H A D | mac_stats.h | 7 u32 rx_stat_ifhcinoctets; 8 u32 rx_stat_ifhcinbadoctets; 9 u32 rx_stat_etherstatsfragments; 10 u32 rx_stat_ifhcinucastpkts; 11 u32 rx_stat_ifhcinmulticastpkts; 12 u32 rx_stat_ifhcinbroadcastpkts; 13 u32 rx_stat_dot3statsfcserrors; 14 u32 rx_stat_dot3statsalignmenterrors; 15 u32 rx_stat_dot3statscarriersenseerrors; 16 u32 rx_stat_xonpauseframesreceived; [all …]
|
H A D | mac_drv_info.h | 11 u32 capability1; 19 u32 capability2; 27 u32 capability3; 35 u32 capability4; 43 u32 driver_version; 44 u32 unused[3]; 67 u32 mtu_size; /* MTU Size. Note : Negotiated MTU */ 68 u32 feature_flags; /* Feature_Flags. */ 78 u32 lso_max_size; /* LSO MaxOffloadSize. */ 79 u32 lso_min_seg_cnt; /* LSO MinSegmentCount. */ [all …]
|
H A D | shmem.h | 51 u32 link_status; 114 u32 port_stx; 116 u32 stat_nig_timer; 119 u32 ext_phy_fw_version; 126 u32 drv_mb_header; 204 u32 drv_mb_param; 218 u32 fw_mb_header; 288 u32 fw_mb_param; 292 u32 drv_pulse_mb; 306 u32 mcp_pulse_mb; [all …]
|
H A D | multi_thread_def.h | 75 u32 io_rsp; /* The response to write */ 89 u32 front; /* For de-queue */ 90 u32 rear; /* For queuing */ 91 u32 attributes; 98 #define THREAD_FUNC_PTR u32 102 u32 total_cpu_time; 103 u32 times_in_cpu; 104 u32 going_to_sleep_count; 105 u32 waking_up_count; 106 u32 swim_failure_cnt; [all …]
|
H A D | dev_info.h | 87 u32 upper; 88 u32 lower; 97 u32 config; /* 0x114 */ 162 u32 config2; /* 0x118 */ 236 u32 config_3; /* 0x11C */ 247 u32 ump_nc_si_config; /* 0x120 */ 259 u32 board; /* 0x124 */ 275 u32 wc_lane_config; /* 0x128 */ 317 u32 pci_id; 324 u32 pci_sub_id; [all …]
|
/titanic_50/usr/src/uts/common/io/xge/hal/include/ |
H A D | xgehal-stats.h | 409 u32 tmac_frms; 410 u32 tmac_data_octets; 412 u32 tmac_mcst_frms; 413 u32 tmac_bcst_frms; 415 u32 tmac_ttl_octets; 416 u32 tmac_ucst_frms; 417 u32 tmac_nucst_frms; 418 u32 tmac_any_err_frms; 421 u32 tmac_vld_ip; 422 u32 tmac_drop_ip; [all …]
|
/titanic_50/usr/src/uts/common/io/chxge/com/ |
H A D | tp.h | 38 u32 ipInReceive_hi; 39 u32 ipInReceive_lo; 40 u32 ipInHdrErrors_hi; 41 u32 ipInHdrErrors_lo; 42 u32 ipInAddrErrors_hi; 43 u32 ipInAddrErrors_lo; 44 u32 ipInUnknownProtos_hi; 45 u32 ipInUnknownProtos_lo; 46 u32 ipInDiscards_hi; 47 u32 ipInDiscards_lo; [all …]
|
H A D | ch_mac.c | 41 u32 TxFramesTransmittedOK; 42 u32 TxReserved1; 43 u32 TxReserved2; 44 u32 TxOctetsTransmittedOK; 45 u32 TxFramesWithDeferredXmissions; 46 u32 TxLateCollisions; 47 u32 TxFramesAbortedDueToXSCollisions; 48 u32 TxFramesLostDueToIntMACXmitError; 49 u32 TxReserved3; 50 u32 TxMulticastFrameXmittedOK; [all …]
|
/titanic_50/usr/src/uts/common/io/chxge/ |
H A D | sge.h | 119 u32 AddrLow; 120 u32 GenerationBit: 1; 121 u32 BufferLength: 31; 122 u32 RespQueueSelector: 4; 123 u32 ResponseTokens: 12; 124 u32 CmdId: 8; 125 u32 Reserved: 3; 126 u32 TokenValid: 1; 127 u32 Eop: 1; 128 u32 Sop: 1; [all …]
|
/titanic_50/usr/src/lib/iconv_modules/ja/common/ |
H A D | jfp_iconv_unicode.h | 88 unsigned int u32; /* resulted UTF-32 */ in read_unicode() local 96 u32 = 0U; in read_unicode() 97 u32 |= (unsigned int)ic1 << 24; in read_unicode() 98 u32 |= (unsigned int)ic2 << 16; in read_unicode() 99 u32 |= (unsigned int)ic3 << 8; in read_unicode() 100 u32 |= (unsigned int)ic4 << 0; in read_unicode() 101 if (u32 == BOM) { in read_unicode() 107 } else if (u32 == BSBOM32) { in read_unicode() 119 u32 = 0U; in read_unicode() 120 u32 |= (unsigned int)ic1 << 0; in read_unicode() [all …]
|
H A D | EUC-JIS-2004_TO_Unicode.c | 53 unsigned int u32; /* UTF-32 */ in _icv_iconv() local 81 u32 = (unsigned int)_jfp_tbl_jisx0201roman_to_ucs2[ic1]; in _icv_iconv() 82 PUTU(u32, "CS0"); in _icv_iconv() 87 u32 = (unsigned int)_jfp_tbl_jisx0208_to_ucs2[ in _icv_iconv() 89 if (IFHISUR(u32)) { in _icv_iconv() 90 u32 = _jfp_lookup_x0213_nonbmp( in _icv_iconv() 91 e16, u32); in _icv_iconv() 92 PUTU(u32, "CS1->NONBMP"); in _icv_iconv() 93 } else if (u32 == 0xffff) { in _icv_iconv() 96 u32 = _jfp_lookup_x0213_compose( in _icv_iconv() [all …]
|
H A D | Shift_JIS-2004_TO_Unicode.c | 162 unsigned int u32; /* UTF-32 */ in _icv_iconv() local 190 u32 = _jfp_tbl_jisx0201roman_to_ucs2[ic1]; in _icv_iconv() 191 PUTU(u32, "ASCII"); in _icv_iconv() 193 u32 = _jfp_tbl_jisx0201kana_to_ucs2[ic1 - 0xa1]; in _icv_iconv() 194 PUTU(u32, "KANA"); in _icv_iconv() 201 u32 = (unsigned int)_jfp_tbl_jisx0208_to_ucs2[ in _icv_iconv() 204 if (IFHISUR(u32)) { in _icv_iconv() 205 u32 = _jfp_lookup_x0213_nonbmp( in _icv_iconv() 206 e16, u32); in _icv_iconv() 207 PUTU(u32, "PLANE1->NONBMP"); in _icv_iconv() [all …]
|
H A D | ISO-2022-JP-2004_TO_Unicode.c | 67 unsigned int u32; /* UTF-32 */ in _icv_iconv() local 146 u32 = (unsigned int)_jfp_tbl_jisx0201roman_to_ucs2[ic1]; in _icv_iconv() 147 PUTU(u32, "IRV"); in _icv_iconv() 157 u32 = (unsigned int)_jfp_tbl_jisx0208_to_ucs2[ in _icv_iconv() 159 if (IFHISUR(u32)) { in _icv_iconv() 160 u32 = _jfp_lookup_x0213_nonbmp(e16, u32); in _icv_iconv() 161 PUTU(u32, "PLANE1->NONBMP"); in _icv_iconv() 162 } else if (u32 == 0xffff) { in _icv_iconv() 165 u32 = _jfp_lookup_x0213_compose(e16, &u32_2); in _icv_iconv() 166 PUTU(u32, "PLANE1->CP1"); in _icv_iconv() [all …]
|
/titanic_50/usr/src/uts/common/io/e1000api/ |
H A D | e1000_vf.h | 92 u32 data; 101 u32 rss; /* RSS Hash */ 109 u32 status_error; /* ext status/error */ 123 u32 cmd_type_len; 124 u32 olinfo_status; 128 u32 nxtseq_seed; 129 u32 status; 146 u32 vlan_macip_lens; 147 u32 seqnum_seed; 148 u32 type_tucmd_mlhl; [all …]
|
H A D | e1000_phy.h | 39 s32 e1000_null_read_reg(struct e1000_hw *hw, u32 offset, u16 *data); 42 s32 e1000_null_write_reg(struct e1000_hw *hw, u32 offset, u16 data); 73 s32 e1000_read_kmrn_reg_generic(struct e1000_hw *hw, u32 offset, u16 *data); 74 s32 e1000_read_kmrn_reg_locked(struct e1000_hw *hw, u32 offset, u16 *data); 76 s32 e1000_read_phy_reg_igp(struct e1000_hw *hw, u32 offset, u16 *data); 77 s32 e1000_read_phy_reg_igp_locked(struct e1000_hw *hw, u32 offset, u16 *data); 78 s32 e1000_read_phy_reg_m88(struct e1000_hw *hw, u32 offset, u16 *data); 81 s32 e1000_write_kmrn_reg_generic(struct e1000_hw *hw, u32 offset, u16 data); 82 s32 e1000_write_kmrn_reg_locked(struct e1000_hw *hw, u32 offset, u16 data); 83 s32 e1000_write_phy_reg_igp(struct e1000_hw *hw, u32 offset, u16 data); [all …]
|
H A D | e1000_hw.h | 373 #define __le32 u32 612 u32 last_gprc; 613 u32 last_gptc; 614 u32 last_gorc; 615 u32 last_gotc; 616 u32 last_mprc; 617 u32 last_gotlbc; 618 u32 last_gptlbc; 619 u32 last_gorlbc; 620 u32 last_gprlbc; [all …]
|
/titanic_50/usr/src/uts/sun/sys/dada/impl/ |
H A D | udcd.h | 69 #define udcd_cmd32toudcd_cmd(u32, ucmd) \ argument 70 ucmd->udcd_error_reg = u32->udcd_error_reg; \ 71 ucmd->udcd_status_reg = u32->udcd_status_reg; \ 72 ucmd->udcd_status = u32->udcd_status; \ 73 ucmd->udcd_timeout = u32->udcd_timeout; \ 74 ucmd->udcd_flags = u32->udcd_flags; \ 75 ucmd->udcd_resid = u32->udcd_resid; \ 76 ucmd->udcd_buflen = u32->udcd_buflen; \ 77 ucmd->udcd_bufaddr = (caddr_t)(uintptr_t)u32->udcd_bufaddr; \ 78 ucmd->udcd_cmd = (struct dcd_cmd *)(uintptr_t)u32->udcd_cmd; \ [all …]
|
/titanic_50/usr/src/uts/common/sys/scsi/impl/ |
H A D | uscsi.h | 76 #define uscsi_cmd32touscsi_cmd(u32, ucmd) \ argument 77 ucmd->uscsi_flags = u32->uscsi_flags; \ 78 ucmd->uscsi_status = u32->uscsi_status; \ 79 ucmd->uscsi_timeout = u32->uscsi_timeout; \ 80 ucmd->uscsi_cdb = (caddr_t)(uintptr_t)u32->uscsi_cdb; \ 81 ucmd->uscsi_bufaddr = (caddr_t)(uintptr_t)u32->uscsi_bufaddr; \ 82 ucmd->uscsi_buflen = (size_t)u32->uscsi_buflen; \ 83 ucmd->uscsi_resid = (size_t)u32->uscsi_resid; \ 84 ucmd->uscsi_cdblen = u32->uscsi_cdblen; \ 85 ucmd->uscsi_rqlen = u32->uscsi_rqlen; \ [all …]
|
/titanic_50/usr/src/uts/common/io/bnxe/577xx/hsi/hw/include/ |
H A D | clc.h | 24 extern u32 elink_cb_reg_read(struct elink_dev *cb, u32 reg_addr); 25 extern void elink_cb_reg_write(struct elink_dev *cb, u32 reg_addr, u32 val); 27 extern void elink_cb_reg_wb_write(struct elink_dev *cb, u32 offset, 28 u32 *wb_write, u16 len); 29 extern void elink_cb_reg_wb_read(struct elink_dev *cb, u32 offset, 30 u32 *wb_write, u16 len); 40 extern u32 elink_cb_gpio_read(struct elink_dev *cb, u16 gpio_num, u8 port); 45 extern u32 elink_cb_fw_command(struct elink_dev *cb, u32 command, u32 param); 48 extern void elink_cb_udelay(struct elink_dev *cb, u32 microsecond); 52 extern void elink_cb_download_progress(struct elink_dev *cb, u32 cur, u32 total); [all …]
|
/titanic_50/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/fw/ |
H A D | init_defs.h | 70 u32 op:8; 71 u32 offset:24; 72 u32 raw_data; 76 u32 op:8; 77 u32 offset:24; 78 u32 val; 82 u32 op:8; 83 u32 offset:24; 84 u32 val; 88 u32 op:8; [all …]
|
/titanic_50/usr/src/uts/common/io/cxgbe/common/ |
H A D | common.h | 159 u32 tcpOutRsts; 166 u32 frames; 167 u32 drops; 172 u32 framesDDP; 173 u32 framesDrop; 178 u32 macInErrs[4]; 179 u32 hdrInErrs[4]; 180 u32 tcpInErrs[4]; 181 u32 tnlCongDrops[4]; 182 u32 ofldChanDrops[4]; [all …]
|
/titanic_50/usr/src/uts/common/io/ixgbe/core/ |
H A D | ixgbe_common.h | 41 IXGBE_WRITE_REG(hw, reg, (u32) value); \ 42 IXGBE_WRITE_REG(hw, reg + 4, (u32) (value >> 32)); \ 59 s32 ixgbe_read_pba_num_generic(struct ixgbe_hw *hw, u32 *pba_num); 61 u32 pba_num_size); 63 u32 eeprom_buf_size, u16 max_pba_block_size, 66 u32 eeprom_buf_size, struct ixgbe_pba *pba); 68 u32 eeprom_buf_size, u16 *pba_block_size); 75 s32 ixgbe_led_on_generic(struct ixgbe_hw *hw, u32 index); 76 s32 ixgbe_led_off_generic(struct ixgbe_hw *hw, u32 index); 96 s32 ixgbe_poll_eerd_eewr_done(struct ixgbe_hw *hw, u32 ee_reg); [all …]
|
H A D | ixgbe_api.h | 60 u32 ixgbe_get_num_of_tx_queues(struct ixgbe_hw *hw); 61 u32 ixgbe_get_num_of_rx_queues(struct ixgbe_hw *hw); 63 s32 ixgbe_read_pba_num(struct ixgbe_hw *hw, u32 *pba_num); 64 s32 ixgbe_read_pba_string(struct ixgbe_hw *hw, u8 *pba_num, u32 pba_num_size); 68 s32 ixgbe_read_phy_reg(struct ixgbe_hw *hw, u32 reg_addr, u32 device_type, 70 s32 ixgbe_write_phy_reg(struct ixgbe_hw *hw, u32 reg_addr, u32 device_type, 93 s32 ixgbe_led_on(struct ixgbe_hw *hw, u32 index); 94 s32 ixgbe_led_off(struct ixgbe_hw *hw, u32 index); 95 s32 ixgbe_blink_led_start(struct ixgbe_hw *hw, u32 index); 96 s32 ixgbe_blink_led_stop(struct ixgbe_hw *hw, u32 index); [all …]
|
/titanic_50/usr/src/uts/common/io/i40e/core/ |
H A D | i40e_hmc.h | 52 u32 max_cnt; /* max count available for this hmc func */ 53 u32 cnt; /* count of objects driver actually wants to create */ 66 u32 sd_pd_index; 67 u32 ref_cnt; 72 u32 sd_index; 82 u32 ref_cnt; 83 u32 sd_index; 98 u32 sd_cnt; 99 u32 ref_cnt; 104 u32 signature; [all …]
|
/titanic_50/usr/src/grub/grub-0.97/stage2/ |
H A D | jfs.h | 101 typedef unsigned int u32; typedef 121 u32 tv_sec; 122 u32 tv_nsec; 131 u32 addr2; 144 u32 size; /* 4: size in byte */ 147 u32 addr2; /* 4: address in unit of fsblksize */ 158 u32 limit_lo; /* DASD limit (in logical blocks) */ 161 u32 used_lo; /* DASD usage (in logical blocks) */ 171 u32 s_magic; /* 4: magic number */ 172 u32 s_version; /* 4: version number */ [all …]
|