Searched refs:u16 (Results 101 - 125 of 697) sorted by relevance

1234567891011>>

/freebsd-11-stable/sys/dev/e1000/
H A De1000_mac.h42 s32 e1000_null_link_info(struct e1000_hw *hw, u16 *s, u16 *d);
64 s32 e1000_get_speed_and_duplex_copper_generic(struct e1000_hw *hw, u16 *speed,
65 u16 *duplex);
67 u16 *speed, u16 *duplex);
86 void e1000_init_rx_addrs_generic(struct e1000_hw *hw, u16 rar_count);
H A De1000_phy.c39 u16 *data, bool read, bool page_set);
42 u16 *data, bool read);
45 static const u16 e1000_m88_cable_length_table[] = {
51 static const u16 e1000_igp_2_cable_length_table[] = {
108 u16 E1000_UNUSEDARG data)
119 u32 E1000_UNUSEDARG offset, u16 E1000_UNUSEDARG *data)
151 u32 E1000_UNUSEDARG offset, u16 E1000_UNUSEDARG data)
222 u16 phy_id;
223 u16 retry_count = 0;
284 s32 e1000_read_phy_reg_mdic(struct e1000_hw *hw, u32 offset, u16 *dat
[all...]
/freebsd-11-stable/sys/dev/qlnx/qlnxe/
H A Decore_int_api.h56 u16 igu_sb_id;
71 u16 pi[PIS_PER_SB_E4];
86 static OSAL_INLINE u16 ecore_sb_update_sb_idx(struct ecore_sb_info *sb_info)
89 u16 rc = 0;
264 u16 sb_id);
292 u16 sb_id);
364 u16 sb_id, bool b_to_vf);
H A Decore_hsi_debug_tools.h256 u16 data;
269 u16 names_offset /* Offset of this block attention names in the debug attention name offsets array */;
270 u16 reserved1;
273 u16 regs_offset /* Offset of this blocks attention registers in the attention registers array (in dbg_attn_reg units) */;
295 u16 block_attn_offset /* The offset of this registers attentions within the blocks attentions list (a value in the range 0..number of block attentions-1) */;
296 u16 reserved;
312 u16 names_offset /* Offset of this registers block attention names in the attention name offsets array */;
323 u16 data;
336 u16 block_attn_offset /* The offset of this registers attentions within the blocks attentions list (a value in the range 0..number of block attentions-1) */;
366 u16 lines_offse
[all...]
H A Decore_sriov.c170 u16 opaque_vfid)
220 u16 relative_vf_id,
261 u16 qid,
291 u16 rx_qid,
306 u16 tx_qid,
321 u16 sb_idx)
372 p_vf = ecore_iov_get_vf_info(p_hwfn, (u16)vfid, true);
539 u16 num_vfs = 0;
754 u16 rel_vf_id,
774 u16
[all...]
H A Dspad_layout.h165 u16 pme_status_pf_bitmap; /* 0xe20840 */
166 #define PME_STATUS_PF_BITMAP *((u16*)(STRUCT_OFFSET(pme_status_pf_bitmap)))
167 u16 pme_enable_pf_bitmap;
168 #define PME_ENABLE_PF_BITMAP *((u16*)(STRUCT_OFFSET(pme_enable_pf_bitmap)))
/freebsd-11-stable/contrib/wpa/src/eap_common/
H A Deap_teap_common.h193 void eap_teap_put_tlv_hdr(struct wpabuf *buf, u16 type, u16 len);
194 void eap_teap_put_tlv(struct wpabuf *buf, u16 type, const void *data, u16 len);
195 void eap_teap_put_tlv_buf(struct wpabuf *buf, u16 type,
206 int eap_teap_compound_mac(u16 tls_cs, const struct teap_tlv_crypto_binding *cb,
216 int eap_teap_allowed_anon_prov_cipher_suite(u16 cs);
H A Deap_pwd_common.h17 u16 group_num;
56 EAP_PWD_group * get_eap_pwd_group(u16 num);
57 int compute_password_element(EAP_PWD_group *grp, u16 num,
/freebsd-11-stable/sys/dev/ixl/
H A Di40e_common.c323 void *buffer, u16 buf_len)
328 u16 len;
329 u16 i;
444 u16 vsi_id, bool pf_lut,
445 u8 *lut, u16 lut_size,
461 desc.flags |= CPU_TO_LE16((u16)I40E_AQ_FLAG_BUF);
462 desc.flags |= CPU_TO_LE16((u16)I40E_AQ_FLAG_RD);
465 CPU_TO_LE16((u16)((vsi_id <<
468 cmd_resp->vsi_id |= CPU_TO_LE16((u16)I40E_AQC_SET_RSS_LUT_VSI_VALID);
471 cmd_resp->flags |= CPU_TO_LE16((u16)
[all...]
H A Di40e_type.h92 #define I40E_HI_WORD(x) ((u16)(((x) >> 16) & 0xFFFF))
93 #define I40E_LO_WORD(x) ((u16)((x) & 0xFFFF))
266 u16 max_frame_size;
454 u16 max_fcoeq;
469 u16 sr_size; /* Shadow RAM size in words */
471 u16 version; /* NVM package version */
560 u16 size;
618 u16 func;
619 u16 device;
620 u16 lan_i
[all...]
H A Di40e_nvm.c206 enum i40e_status_code i40e_read_nvm_word_srctl(struct i40e_hw *hw, u16 offset,
207 u16 *data)
234 *data = (u16)((sr_reg &
261 u16 words, void *data,
309 static enum i40e_status_code i40e_read_nvm_word_aq(struct i40e_hw *hw, u16 offset,
310 u16 *data)
334 u16 offset,
335 u16 *data)
352 enum i40e_status_code i40e_read_nvm_word(struct i40e_hw *hw, u16 offset,
353 u16 *dat
[all...]
H A Di40e_dcb.c46 enum i40e_status_code i40e_get_dcbx_status(struct i40e_hw *hw, u16 *status)
54 *status = (u16)((reg & I40E_PRTDCB_GENS_DCBX_STATUS_MASK) >>
72 u16 offset = 0;
142 u16 offset = 0;
223 u16 typelength;
224 u16 offset = 0;
225 u16 length;
230 length = (u16)((typelength & I40E_LLDP_TLV_LEN_MASK) >>
314 u16 offset = 0;
389 u16 lengt
[all...]
/freebsd-11-stable/lib/libiconv_modules/UTF7/
H A Dcitrus_utf7.c153 uint16_t * __restrict u16, char ** __restrict s, size_t n,
181 *u16 = (uint16_t)psenc->ch[i];
188 *u16 = (uint16_t)BASE64_IN;
201 *u16 = (uint16_t)psenc->ch[i];
216 *u16 = (psenc->cache >> psenc->bits) &
230 *nresult = (size_t)((*u16 == 0) ? 0 : s0 - *s);
298 char * __restrict s, size_t n __unused, uint16_t u16,
306 if (ISSAFE(ei, u16)) {
314 if (u16 == BASE64_OUT || FINDLEN(ei, u16) >
152 _citrus_UTF7_mbtoutf16(_UTF7EncodingInfo * __restrict ei, uint16_t * __restrict u16, char ** __restrict s, size_t n, _UTF7State * __restrict psenc, size_t * __restrict nresult) argument
297 _citrus_UTF7_utf16tomb(_UTF7EncodingInfo * __restrict ei, char * __restrict s, size_t n __unused, uint16_t u16, _UTF7State * __restrict psenc, size_t * __restrict nresult) argument
351 uint16_t u16[2]; local
[all...]
/freebsd-11-stable/sys/compat/linuxkpi/common/include/asm/
H A Datomic.h191 u16 u16[0]; \
212 while (!atomic_fcmpset_16((volatile u16 *)(ptr), \
213 __ret.u16, __new.u16[0]) && __ret.val == (old)) \
239 u16 u16[0]; \
262 while (!atomic_fcmpset_16((volatile u16 *)(ptr), \
263 __ret.u16, __new.u16[
[all...]
H A Dtypes.h40 typedef uint16_t u16; typedef
/freebsd-11-stable/sys/contrib/octeon-sdk/
H A Dcvmx-mdio.h75 uint16_t u16; member in union:__anon8604
99 uint16_t u16; member in union:__anon8606
128 uint16_t u16; member in union:__anon8608
141 uint16_t u16; member in union:__anon8610
156 uint16_t u16; member in union:__anon8612
180 uint16_t u16; member in union:__anon8614
204 uint16_t u16; member in union:__anon8616
223 uint16_t u16; member in union:__anon8618
242 uint16_t u16; member in union:__anon8620
262 uint16_t u16; member in union:__anon8622
280 uint16_t u16; member in union:__anon8624
295 uint16_t u16; member in union:__anon8626
[all...]
/freebsd-11-stable/sys/dev/drm2/i915/
H A Dintel_sdvo_regs.h63 u16 output_flags;
74 u16 clock; /**< pixel clock, in 10kHz units */
102 u16 min; /**< pixel clock, in 10kHz units */
103 u16 max; /**< pixel clock, in 10kHz units */
107 u16 clock;
108 u16 width;
109 u16 height;
187 u16 in0, in1;
220 u16 interrupt_status;
575 u16 trip_lo
[all...]
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dchunk.h23 inline u16 computeChecksum(u32 Seed, uptr Value, uptr *Array, uptr ArraySize) {
32 return static_cast<u16>(Crc ^ (Crc >> 16));
38 return static_cast<u16>(Crc ^ (Crc >> 16));
40 u16 Checksum = computeBSDChecksum(static_cast<u16>(Seed), Value);
102 static inline u16 computeHeaderChecksum(u32 Cookie, const void *Ptr,
/freebsd-11-stable/contrib/wpa/src/eap_server/
H A Deap_sim_db.h58 char *reauth_id, u16 counter, const u8 *mk);
61 char *reauth_id, u16 counter, const u8 *k_encr,
71 u16 counter;
/freebsd-11-stable/contrib/wpa/src/tls/
H A Dtlsv1_server_i.h40 u16 cipher_suites[MAX_CIPHER_COUNT];
43 u16 cipher_suite;
48 u16 client_version;
/freebsd-11-stable/sys/dev/mps/
H A Dmps_mapping.h73 u64 *sas_address, u16 handle, u32 device_info, u8 *is_SATA_SSD);
/freebsd-11-stable/contrib/ofed/include/
H A Dtypes.h40 typedef uint16_t u16; typedef
/freebsd-11-stable/contrib/wpa/src/ap/
H A Drrm.h24 u16 random_interval, u8 min_ap,
/freebsd-11-stable/sys/dev/mlx5/
H A Ddriver.h269 u16 load_done;
273 u16 func_id;
287 u16 inlen;
288 u16 outlen;
337 u16 cmdif_rev;
410 u16 syndrome;
411 u16 reserved;
412 u16 bg;
413 u16 app_tag;
741 u16 ib_link_width_ca
[all...]
H A Dcq.h167 struct mlx5_core_cq *cq, u16 cq_period,
168 u16 cq_max_count);
171 u16 cq_period,
172 u16 cq_max_count,

Completed in 466 milliseconds

1234567891011>>