Searched refs:u8 (Results 1 - 25 of 180) sorted by relevance

12345678

/illumos-gate/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 paddin
[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_txq
[all...]
/illumos-gate/usr/src/uts/common/io/chxge/
H A Dostypes.h45 typedef unsigned char u8; typedef
/illumos-gate/usr/src/uts/common/io/ixgbe/core/
H A Dixgbe_dcb.h71 u8 traffic_classes;
72 u8 pfc_traffic_classes;
83 u8 bwg_id; /* Bandwidth Group (BWG) ID */
84 u8 bwg_percent; /* % of BWG's bandwidth */
85 u8 link_percent; /* % of link bandwidth */
86 u8 up_to_tc_bitmap; /* User Priority to Traffic Class mapping */
106 u8 tc; /* Traffic class (TC) */
117 u8 pg_tcs;
118 u8 pfc_tcs;
125 u8 bw_percentag
[all...]
H A Dixgbe_dcb_82599.h130 s32 ixgbe_dcb_config_pfc_82599(struct ixgbe_hw *, u8, u8 *);
136 struct ixgbe_hw_stats *, u8);
138 struct ixgbe_hw_stats *, u8);
142 u8 *, u8 *);
144 u8 *, u8 *, u8 *);
145 s32 ixgbe_dcb_config_rx_arbiter_82599(struct ixgbe_hw *, u16 *, u16 *, u8 *,
[all...]
H A Dixgbe_dcb_82598.h82 s32 ixgbe_dcb_config_pfc_82598(struct ixgbe_hw *, u8);
87 struct ixgbe_hw_stats *, u8);
89 struct ixgbe_hw_stats *, u8);
93 u8 *, u8 *);
95 u8 *, u8 *);
96 s32 ixgbe_dcb_config_rx_arbiter_82598(struct ixgbe_hw *, u16 *, u16 *, u8 *);
99 s32 ixgbe_dcb_hw_config_82598(struct ixgbe_hw *, int, u16 *, u16 *, u8 *, u8 *);
[all...]
H A Dixgbe_82598.h44 s32 ixgbe_read_analog_reg8_82598(struct ixgbe_hw *hw, u32 reg, u8 *val);
45 s32 ixgbe_write_analog_reg8_82598(struct ixgbe_hw *hw, u32 reg, u8 val);
46 s32 ixgbe_read_i2c_eeprom_82598(struct ixgbe_hw *hw, u8 byte_offset,
47 u8 *eeprom_data);
H A Dixgbe_api.h40 void ixgbe_dcb_get_rtrup2tc(struct ixgbe_hw *hw, u8 *map);
58 s32 ixgbe_get_mac_addr(struct ixgbe_hw *hw, u8 *mac_addr);
64 s32 ixgbe_read_pba_string(struct ixgbe_hw *hw, u8 *pba_num, u32 pba_num_size);
109 s32 ixgbe_insert_mac_addr(struct ixgbe_hw *hw, u8 *addr, u32 vmdq);
110 s32 ixgbe_set_rar(struct ixgbe_hw *hw, u32 index, u8 *addr, u32 vmdq,
118 s32 ixgbe_update_uc_addr_list(struct ixgbe_hw *hw, u8 *addr_list,
120 s32 ixgbe_update_mc_addr_list(struct ixgbe_hw *hw, u8 *mc_addr_list,
123 void ixgbe_add_uc_addr(struct ixgbe_hw *hw, u8 *addr_list, u32 vmdq);
133 s32 ixgbe_set_fw_drv_ver(struct ixgbe_hw *hw, u8 maj, u8 mi
[all...]
H A Dixgbe_dcb_82598.c50 u8 tc_count)
92 u8 tc_count)
119 u16 *max, u8 *tsa)
124 u8 i = 0;
174 u16 *refill, u16 *max, u8 *bwg_id,
175 u8 *tsa)
178 u8 i;
218 u16 *refill, u16 *max, u8 *bwg_id,
219 u8 *tsa)
222 u8
[all...]
H A Dixgbe_phy.h198 s32 ixgbe_read_i2c_byte_generic(struct ixgbe_hw *hw, u8 byte_offset,
199 u8 dev_addr, u8 *data);
200 s32 ixgbe_read_i2c_byte_generic_unlocked(struct ixgbe_hw *hw, u8 byte_offset,
201 u8 dev_addr, u8 *data);
202 s32 ixgbe_write_i2c_byte_generic(struct ixgbe_hw *hw, u8 byte_offset,
203 u8 dev_addr, u8 data);
204 s32 ixgbe_write_i2c_byte_generic_unlocked(struct ixgbe_hw *hw, u8 byte_offse
[all...]
H A Dixgbe_dcb.c48 s32 ixgbe_dcb_calculate_tc_credits(u8 *bw, u16 *refill, u16 *max,
90 u32 max_frame_size, u8 direction)
101 u8 bw_percent = 0;
102 u8 i;
146 p->link_percent = (u8)link_percentage;
196 * @pfc_up: u8 to store user priority PFC bitmask
203 void ixgbe_dcb_unpack_pfc_cee(struct ixgbe_dcb_config *cfg, u8 *map, u8 *pfc_up)
238 u8 *bwgid)
248 u8 *ts
[all...]
/illumos-gate/usr/src/uts/common/io/i40e/core/
H A Di40e_adminq_cmd.h71 u8 raw[16];
338 u8 driver_major_ver;
339 u8 driver_minor_ver;
340 u8 driver_build_ver;
341 u8 driver_subbuild_ver;
342 u8 reserved[4];
353 u8 reserved[12];
360 u8 pf_id;
361 u8 reserved[15];
381 u8 reserve
[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_en
[all...]
/illumos-gate/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_loca
[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_enable
[all...]
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/
H A Decore_common.h49 u8 i;
71 u8 *mac)
73 ((u8 *)fw_hi)[0] = mac[1];
74 ((u8 *)fw_hi)[1] = mac[0];
75 ((u8 *)fw_mid)[0] = mac[3];
76 ((u8 *)fw_mid)[1] = mac[2];
77 ((u8 *)fw_lo)[0] = mac[5];
78 ((u8 *)fw_lo)[1] = mac[4];
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 siz
[all...]
/illumos-gate/usr/src/uts/common/io/e1000api/
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);
/illumos-gate/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 namle
[all...]
/illumos-gate/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 por
[all...]
/illumos-gate/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_overwrit
[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_tc
[all...]
/illumos-gate/usr/src/uts/common/io/chxge/com/
H A Despi.h55 u32 t1_espi_get_mon(adapter_t *adapter, u32 addr, u8 wait);
56 int t1_espi_get_mon_t204(adapter_t *, u32 *, u8);
/illumos-gate/usr/src/lib/libsqlite/src/
H A DsqliteInt.h127 typedef UINT8_TYPE u8; /* 1-byte unsigned integer */ typedef
133 ** Defer sourcing vdbe.h until after the "u8" typedef is defined.
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 includeType
[all...]
/illumos-gate/usr/src/uts/common/kiconv/kiconv_sc/
H A Dkiconv_cck_common.c87 uint32_t u8; local
154 u8 = *ib++;
156 if (KICONV_IS_INVALID_UTF8_SECOND_BYTE(*ib, u8))
158 u8 = (u8 << 8) | *ib++;
169 u8 = (u8 << 8) | *ib++;
173 sz = ptr_utf8tocck(u8, &ib, ibtail, ob, obtail, &ret_val);
200 uint32_t u8; local
241 u8
[all...]

Completed in 159 milliseconds

12345678