Home
last modified time | relevance | path

Searched refs:u8 (Results 1 – 25 of 178) sorted by relevance

12345678

/titanic_41/usr/src/uts/common/io/i40e/core/
H A Di40e_adminq_cmd.h67 u8 raw[16];
347 u8 driver_major_ver;
348 u8 driver_minor_ver;
349 u8 driver_build_ver;
350 u8 driver_subbuild_ver;
351 u8 reserved[4];
362 u8 reserved[12];
369 u8 pf_id;
370 u8 reserved[15];
390 u8 reserved[4];
[all …]
H A Di40e_lan_hmc.h59 u8 dtype;
60 u8 dsize;
61 u8 crcstrip;
62 u8 fc_ena;
63 u8 l2tsel;
64 u8 hsplit_0;
65 u8 hsplit_1;
66 u8 showiv;
68 u8 tphrdesc_ena;
69 u8 tphwdesc_ena;
[all …]
H A Di40e_prototype.h61 enum i40e_status_code i40e_validate_mac_addr(u8 *mac_addr);
81 bool pf_lut, u8 *lut, u16 lut_size);
83 bool pf_lut, u8 *lut, u16 lut_size);
116 enum i40e_status_code i40e_aq_set_phy_debug(struct i40e_hw *hw, u8 cmd_flags,
129 enum i40e_status_code i40e_set_fc(struct i40e_hw *hw, u8 *aq_failures,
187 u16 downlink_seid, u8 enabled_tc,
213 u8 count, struct i40e_asq_cmd_details *cmd_details);
216 u8 count, struct i40e_asq_cmd_details *cmd_details);
218 u32 v_opcode, u32 v_retval, u8 *msg, u16 msglen,
230 u8 sdp_number, u64 *timeout,
[all …]
H A Di40e_type.h70 #define I40E_IS_MULTICAST(address) (bool)(((u8 *)(address))[0] & ((u8)0x01))
74 ((((u8 *)(address))[0] == ((u8)0xff)) && \
75 (((u8 *)(address))[1] == ((u8)0xff)))
92 #define I40E_HI_BYTE(x) ((u8)(((x) >> 8) & 0xFF))
93 #define I40E_LO_BYTE(x) ((u8)((x) & 0xFF))
259 u8 link_info;
260 u8 an_info;
261 u8 ext_info;
262 u8 loopback;
267 u8 pacing;
[all …]
H A Di40e_lan_hmc.c472 u8 hmc_fn_id = hw->hmc.hmc_fn_id; in i40e_configure_lan_hmc()
760 static void i40e_write_byte(u8 *hmc_bits, in i40e_write_byte()
762 u8 *src) in i40e_write_byte()
764 u8 src_byte, dest_byte, mask; in i40e_write_byte()
765 u8 *from, *dest; in i40e_write_byte()
773 mask = (u8)(BIT(ce_info->width) - 1); in i40e_write_byte()
800 static void i40e_write_word(u8 *hmc_bits, in i40e_write_word()
802 u8 *src) in i40e_write_word()
805 u8 *from, *dest; in i40e_write_word()
844 static void i40e_write_dword(u8 *hmc_bits, in i40e_write_dword()
[all …]
/titanic_41/usr/src/uts/common/io/bnxe/577xx/drivers/common/include/vm/
H A Dhw_channel.h47 u8 num_rxqs;
48 u8 num_txqs;
49 u8 num_sbs;
50 u8 num_mac_filters;
51 u8 num_vlan_filters;
52 u8 num_mc_filters; /* No limit so superfluous */
56 u8 hw_sb_id; /* aka absolute igu id, used to ack the sb */
57 u8 sb_qid; /* used to update DHC for sb */
129 u8 status;
130 u8 padding[3];
[all …]
H A Dvfpf_if.h40 u8 if_ver;
41 u8 opcode_ver;
46 u8 status;
47 u8 opcode_ver;
64 u8 vf_id; /* ME register value */
65 u8 vf_os; /* e.g. Linux, W2K8 */
66 u8 vf_aux;
67 u8 fp_hsi_ver;
73 u8 num_rxqs;
74 u8 num_txqs;
[all …]
/titanic_41/usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/
H A Decore_sp_verbs.h126 u8 func_id;
129 u8 cl_id;
152 u8 mac[ETH_ALEN];
153 u8 is_inner_mac;
161 u8 mac[ETH_ALEN];
162 u8 is_inner_mac;
352 u8 head_reader; /* Num. of readers accessing head list */
380 struct ecore_vlan_mac_obj *o, int n, u8 *base,
381 u8 stride, u8 size);
533 u8 cl_id;
[all …]
H A Decore_common.h49 u8 i; in __storm_memset_struct()
71 u8 *mac) in ecore_set_fw_mac_addr()
73 ((u8 *)fw_hi)[0] = mac[1]; in ecore_set_fw_mac_addr()
74 ((u8 *)fw_hi)[1] = mac[0]; in ecore_set_fw_mac_addr()
75 ((u8 *)fw_mid)[0] = mac[3]; in ecore_set_fw_mac_addr()
76 ((u8 *)fw_mid)[1] = mac[2]; in ecore_set_fw_mac_addr()
77 ((u8 *)fw_lo)[0] = mac[5]; in ecore_set_fw_mac_addr()
78 ((u8 *)fw_lo)[1] = mac[4]; in ecore_set_fw_mac_addr()
/titanic_41/usr/src/uts/common/io/bnxe/577xx/hsi/hw/include/
H A Dclc.h33 extern u8 elink_cb_gpio_write(struct elink_dev *cb,
35 u8 mode, u8 port);
36 extern u8 elink_cb_gpio_mult_write(struct elink_dev *cb,
37 u8 pins,
38 u8 mode);
40 extern u32 elink_cb_gpio_read(struct elink_dev *cb, u16 gpio_num, u8 port);
41 extern u8 elink_cb_gpio_int_write(struct elink_dev *cb,
43 u8 mode, u8 port);
76 extern u8 elink_cb_path_id(struct elink_dev *cb);
241 typedef u8 (*config_init_t)(struct elink_phy *phy, struct elink_params *params,
[all …]
/titanic_41/usr/src/uts/common/io/xge/hal/include/
H A Dxgehal-regs.h61 u8 unused0[0x100 - 0x10];
129 u8 unused0_1[0x160 - 0x128];
133 u8 unused0_2[0x558 - 0x168];
137 u8 unused0_3[0x800 - 0x560];
215 u8 unused5[0x8E0 - 0x8C8];
297 u8 unused6[0x8];
379 u8 unused7[0x300 - 0x250];
386 (u8)(spdm_bir_offset >> 61)
391 (u8)((spdm_overwrite >> 48) & 0xff)
393 (u8)((spdm_overwrite >> 40) & 0x3)
[all …]
H A Dxgehal-device.h219 u8 doff_res;
220 u8 ctrl;
227 u8 version_ihl;
228 u8 tos;
232 u8 ttl;
233 u8 protocol;
251 u8 *ll_hdr;
275 u8 in_use;
298 u8 in_use;
299 u8 is_tcp;
[all …]
/titanic_41/usr/src/uts/common/io/bnxe/577xx/hsi/mcp/
H A Dmac_drv_info.h62 u8 version[ETH_STAT_INFO_VERSION_LEN];
64 u8 mac_local[8];
65 u8 mac_add1[8]; /* Additional Programmed MAC Addr 1. */
66 u8 mac_add2[8]; /* Additional Programmed MAC Addr 2. */
100 u8 version[12]; /* Function's Driver Version. */
101 u8 mac_local[8]; /* Locally Admin Addr. */
102 u8 mac_add1[8]; /* Additional Programmed MAC Addr 1. */
103 u8 mac_add2[8]; /* Additional Programmed MAC Addr 2. */
127 u8 version[12]; /* Function's Driver Version. */
128 u8 mac_local[8]; /* Locally Admin iSCSI MAC Addr. */
[all …]
H A Dbdn.h94 u8 enable_port;
95 u8 rsrv;
96 u8 num_pfs_min_bw;
97 u8 num_pfs_max_bw;
98 u8 min_bw[E2_FUNC_MAX]; /* 4 PFs in 2 port mode / 2 PFs in 4 port mode */
99 u8 max_bw[E2_FUNC_MAX]; /* 4 PFs in 2 port mode / 2 PFs in 4 port mode */
121 u8 num_pfs;
122 u8 num_vf_per_pf[E2_FUNC_MAX];
134 u8 connection_id[CONNECTION_ID_LEN];
135 u8 fnic_enabled;
[all …]
H A Dshmem.h685 u8 pri_en_bitmap;
694 u8 pfc_caps;
695 u8 reserved;
696 u8 enabled;
698 u8 enabled;
699 u8 reserved;
700 u8 pfc_caps;
701 u8 pri_en_bitmap;
716 u8 pri_bitmap;
717 u8 appBitfield;
[all …]
/titanic_41/usr/src/uts/common/io/ixgbe/
H A Dixgbe_api.h54 s32 ixgbe_get_mac_addr(struct ixgbe_hw *hw, u8 *mac_addr);
60 s32 ixgbe_read_pba_string(struct ixgbe_hw *hw, u8 *pba_num, u32 pba_num_size);
102 s32 ixgbe_insert_mac_addr(struct ixgbe_hw *hw, u8 *addr, u32 vmdq);
103 s32 ixgbe_set_rar(struct ixgbe_hw *hw, u32 index, u8 *addr, u32 vmdq,
111 s32 ixgbe_update_uc_addr_list(struct ixgbe_hw *hw, u8 *addr_list,
113 s32 ixgbe_update_mc_addr_list(struct ixgbe_hw *hw, u8 *mc_addr_list,
116 void ixgbe_add_uc_addr(struct ixgbe_hw *hw, u8 *addr_list, u32 vmdq);
125 s32 ixgbe_set_fw_drv_ver(struct ixgbe_hw *hw, u8 maj, u8 min, u8 build,
126 u8 ver);
127 void ixgbe_set_mta(struct ixgbe_hw *hw, u8 *mc_addr);
[all …]
H A Dixgbe_phy.h134 s32 ixgbe_read_i2c_byte_generic(struct ixgbe_hw *hw, u8 byte_offset,
135 u8 dev_addr, u8 *data);
136 s32 ixgbe_write_i2c_byte_generic(struct ixgbe_hw *hw, u8 byte_offset,
137 u8 dev_addr, u8 data);
138 s32 ixgbe_read_i2c_eeprom_generic(struct ixgbe_hw *hw, u8 byte_offset,
139 u8 *eeprom_data);
140 s32 ixgbe_write_i2c_eeprom_generic(struct ixgbe_hw *hw, u8 byte_offset,
141 u8 eeprom_data);
H A Dixgbe_common.h58 s32 ixgbe_read_pba_string_generic(struct ixgbe_hw *hw, u8 *pba_num,
60 s32 ixgbe_get_mac_addr_generic(struct ixgbe_hw *hw, u8 *mac_addr);
88 s32 ixgbe_set_rar_generic(struct ixgbe_hw *hw, u32 index, u8 *addr, u32 vmdq,
92 s32 ixgbe_update_mc_addr_list_generic(struct ixgbe_hw *hw, u8 *mc_addr_list,
95 s32 ixgbe_update_uc_addr_list_generic(struct ixgbe_hw *hw, u8 *addr_list,
106 s32 ixgbe_validate_mac_addr(u8 *mac_addr);
114 s32 ixgbe_get_san_mac_addr_generic(struct ixgbe_hw *hw, u8 *san_mac_addr);
115 s32 ixgbe_set_san_mac_addr_generic(struct ixgbe_hw *hw, u8 *san_mac_addr);
120 s32 ixgbe_insert_mac_addr_generic(struct ixgbe_hw *hw, u8 *addr, u32 vmdq);
143 s32 ixgbe_set_fw_drv_ver_generic(struct ixgbe_hw *hw, u8 maj, u8 min,
[all …]
/titanic_41/usr/src/grub/grub-0.97/stage2/
H A Djfs.h97 typedef unsigned char u8; typedef
154 u8 thresh; /* Alert Threshold (in percent) */
155 u8 delta; /* Alert Threshold delta (in percent) */
156 u8 rsrvd1;
157 u8 limit_hi; /* DASD limit (in logical blocks) */
159 u8 rsrvd2[3];
160 u8 used_hi; /* DASD usage (in logical blocks) */
241 u8 rsrvd4[7]; /* 7: reserved - set to 0 */
297 u8 namlen; /* 1: */
309 u8 namlen; /* 1: */
[all …]
/titanic_41/usr/src/lib/libsqlite/src/
H A DsqliteInt.h127 typedef UINT8_TYPE u8; /* 1-byte unsigned integer */ typedef
271 u8 inTrans; /* 0: not writable. 1: Transaction. 2: Checkpoint */
352 u8 file_format; /* What file format version is this database? */
353 u8 safety_level; /* How aggressive at synching data to disk */
354 u8 want_to_close; /* Close after all VDBEs are deallocated */
355 u8 temp_store; /* 1=file, 2=memory, 0=compile-time default */
356 u8 onError; /* Default conflict algorithm */
374 u8 busy; /* TRUE if currently initializing */
436 u8 includeTypes; /* Add datatypes to args of xFunc and xStep */
449 u8 notNull; /* True if there is a NOT NULL constraint */
[all …]
/titanic_41/usr/src/uts/common/kiconv/kiconv_sc/
H A Dkiconv_cck_common.c87 uint32_t u8; in kiconv_utf8_to_cck() local
154 u8 = *ib++; in kiconv_utf8_to_cck()
156 if (KICONV_IS_INVALID_UTF8_SECOND_BYTE(*ib, u8)) in kiconv_utf8_to_cck()
158 u8 = (u8 << 8) | *ib++; in kiconv_utf8_to_cck()
169 u8 = (u8 << 8) | *ib++; in kiconv_utf8_to_cck()
173 sz = ptr_utf8tocck(u8, &ib, ibtail, ob, obtail, &ret_val); in kiconv_utf8_to_cck()
200 uint32_t u8; in kiconvstr_utf8_to_cck() local
241 u8 = *ib++; in kiconvstr_utf8_to_cck()
243 if (KICONV_IS_INVALID_UTF8_SECOND_BYTE(*ib, u8)) in kiconvstr_utf8_to_cck()
245 u8 = (u8 << 8) | *ib++; in kiconvstr_utf8_to_cck()
[all …]
/titanic_41/usr/src/uts/common/io/e1000api/
H A De1000_hw.h378 u8 status; /* Descriptor status */
379 u8 errors; /* Descriptor Errors */
451 u8 cso; /* Checksum offset */
452 u8 cmd; /* Descriptor control */
458 u8 status; /* Descriptor status */
459 u8 css; /* Checksum start */
470 u8 ipcss; /* IP checksum start */
471 u8 ipcso; /* IP checksum offset */
478 u8 tucss; /* TCP checksum start */
479 u8 tucso; /* TCP checksum offset */
[all …]
H A De1000_manage.h41 s32 e1000_mng_host_if_write_generic(struct e1000_hw *hw, u8 *buffer,
42 u16 length, u16 offset, u8 *sum);
46 u8 *buffer, u16 length);
48 u8 e1000_calculate_checksum(u8 *buffer, u32 length);
49 s32 e1000_host_interface_command(struct e1000_hw *hw, u8 *buffer, u32 length);
50 s32 e1000_load_firmware(struct e1000_hw *hw, u8 *buffer, u32 length);
H A De1000_phy.h44 s32 e1000_read_i2c_byte_null(struct e1000_hw *hw, u8 byte_offset,
45 u8 dev_addr, u8 *data);
46 s32 e1000_write_i2c_byte_null(struct e1000_hw *hw, u8 byte_offset,
47 u8 dev_addr, u8 data);
103 s32 e1000_read_sfp_data_byte(struct e1000_hw *hw, u16 offset, u8 *data);
104 s32 e1000_write_sfp_data_byte(struct e1000_hw *hw, u16 offset, u8 data);
309 u8 e1000_base_sx:1;
310 u8 e1000_base_lx:1;
311 u8 e1000_base_cx:1;
312 u8 e1000_base_t:1;
[all …]
/titanic_41/usr/src/uts/common/kiconv/kiconv_tc/
H A Dkiconv_tc.c657 uchar_t *u8; in big5_to_utf8_common() local
660 u8 = table[index].u8; in big5_to_utf8_common()
661 sz = u8_number_of_bytes[u8[0]]; in big5_to_utf8_common()
672 *ob++ = u8[index]; in big5_to_utf8_common()
729 uchar_t *u8; in euctw_to_utf8() local
735 u8 = kiconv_cns1_utf8[index].u8; in euctw_to_utf8()
740 u8 = kiconv_cns2_utf8[index].u8; in euctw_to_utf8()
745 u8 = kiconv_cns3_utf8[index].u8; in euctw_to_utf8()
750 u8 = kiconv_cns4_utf8[index].u8; in euctw_to_utf8()
755 u8 = kiconv_cns5_utf8[index].u8; in euctw_to_utf8()
[all …]

12345678