Searched refs:u16 (Results 451 - 475 of 698) sorted by relevance

<<11121314151617181920>>

/freebsd-13-stable/contrib/wpa/src/drivers/
H A Ddriver_atheros.c89 u16 reason_code);
764 u16 reason_code)
788 u16 reason_code)
866 u16 fc, stype;
1136 int reassoc, u16 status_code, const u8 *ie, size_t len)
1367 u16 fc;
1405 u16 fc, stype;
1980 const u16 *csa_offs, size_t csa_offs_len)
2031 static int atheros_add_sta_node(void *priv, const u8 *addr, u16 auth_alg)
2109 u8 *ie, u16 *le
[all...]
/freebsd-13-stable/contrib/wpa/wpa_supplicant/
H A Dwnm_sta.c34 u16 *buf_len, enum wnm_oper oper)
44 const u8 *addr, const u8 *buf, u16 buf_len,
47 u16 len = buf_len;
57 u8 action, u16 intval, struct wpabuf *tfs_req)
65 u16 wnmtfs_ie_len; /* possibly multiple IE(s) */
210 u16 tfsresp_ie_len;
225 const u8 *frm, u16 key_len_total)
299 u16 key_len_total;
1711 u16 reauth_delay;
H A Dibss_rsn.c62 static int supp_ether_send(void *ctx, const u8 *dest, u16 proto, const u8 *buf,
80 u16 data_len, size_t *msg_len, void **data_pos)
196 static void supp_deauthenticate(void * ctx, u16 reason_code)
341 static void ibss_rsn_disconnect(void *ctx, const u8 *addr, u16 reason)
719 u16 key_info;
H A Dinterworking.c97 static struct wpabuf * anqp_build_req(u16 info_ids[], size_t num_ids,
129 u16 status_code)
253 u16 info_ids[8];
351 static void nai_realm_free(struct nai_realm *realms, u16 count)
353 u16 i;
465 u16 len;
523 static struct nai_realm * nai_realm_parse(struct wpabuf *anqp, u16 *count)
527 u16 i, num;
1217 u16 lmd;
1307 u16 por
[all...]
H A Dhs20_supplicant.c39 u16 width;
40 u16 height;
466 u16 data_len;
863 u16 len2;
1063 u16 len;
1279 u16 reauth_delay, const char *url)
/freebsd-13-stable/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_cq.c169 u16 wqe_ctr;
228 u16 pkey = be32_to_cpu(cqe->imm_inval_pkey) & 0xffff;
381 u16 tail, u16 head)
383 u16 idx;
405 u16 syndrome = be16_to_cpu(cqe->syndrome);
526 u16 wqe_ctr;
1105 int mlx5_ib_modify_cq(struct ib_cq *cq, u16 cq_count, u16 cq_period)
/freebsd-13-stable/sys/dev/qlnx/qlnxe/
H A Decore_dcbx.c95 static bool ecore_dcbx_default_tlv(u32 app_info_bitmap, u16 proto_id, bool ieee)
107 static bool ecore_dcbx_iscsi_tlv(u32 app_info_bitmap, u16 proto_id, bool ieee)
120 static bool ecore_dcbx_fcoe_tlv(u32 app_info_bitmap, u16 proto_id, bool ieee)
132 static bool ecore_dcbx_roce_tlv(u32 app_info_bitmap, u16 proto_id, bool ieee)
144 static bool ecore_dcbx_roce_v2_tlv(u32 app_info_bitmap, u16 proto_id, bool ieee)
158 u16 proto_id, bool ieee)
303 u32 app_prio_bitmap, u16 id,
341 u16 protocol_id;
1031 u16 val;
H A Decore_spq.c272 u16 physical_q;
324 u16 echo = ecore_chain_get_prod_idx(p_chain);
409 u16 prod)
429 u16 fw_cons_idx = OSAL_LE16_TO_CPU(*p_eq->p_fw_cons);
490 enum _ecore_status_t ecore_eq_alloc(struct ecore_hwfn *p_hwfn, u16 num_elem)
/freebsd-13-stable/contrib/wpa/src/ap/
H A Dctrl_iface_ap.c428 static int p2p_manager_disconnect(struct hostapd_data *hapd, u16 stype,
486 u16 reason = WLAN_REASON_PREV_AUTH_NOT_VALID;
549 u16 reason = WLAN_REASON_PREV_AUTH_NOT_VALID;
746 u16 rxmap = WPA_GET_LE16(&mode->vht_mcs_set[0]);
747 u16 txmap = WPA_GET_LE16(&mode->vht_mcs_set[4]);
H A Dwnm_ap.c29 u8 *buf, u16 *buf_len, enum wnm_oper oper)
39 u8 *buf, u16 *buf_len, enum wnm_oper oper)
50 u8 action_type, u16 intval)
60 u16 wnmtfs_ie_len;
244 u16 tfsreq_ie_len = 0;
H A Dfils_hlp.c23 const u16 *pos;
484 u16 sport, dport, ulen;
514 u16 tot_len;
H A Dhw_features.c79 u16 num_modes, flags;
519 u16 hw = iface->current_mode->ht_capab;
520 u16 conf = iface->conf->ht_capab;
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_mac.cpp611 u16 kernel_major = GetDarwinKernelVersion().major;
616 u16 major, minor;
642 void ParseVersion(const char *vers, u16 *major, u16 *minor) {
658 u16 major, minor;
/freebsd-13-stable/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_cq.c93 int mlx4_ib_modify_cq(struct ib_cq *cq, u16 cq_count, u16 cq_period)
668 u16 wqe_ctr;
734 wq->tail += (u16) (wqe_ctr - (u16) wq->tail);
/freebsd-13-stable/sys/dev/mlx5/
H A Ddevice.h59 #define __mlx5_mask16(typ, fld) ((u16)((1ull << __mlx5_bit_sz(typ, fld)) - 1))
123 u16 _v = v; \
140 case sizeof(u16): \
709 static inline u16 get_cqe_vlan(struct mlx5_cqe64 *cqe)
1178 static inline u16 mlx5_to_sw_pkey_sz(int pkey_sz)
/freebsd-13-stable/contrib/wpa/src/eap_peer/
H A Deap_wsc.c213 u16 id = atoi(pos + 10);
396 u16 message_length,
436 u16 message_length = 0;
/freebsd-13-stable/contrib/wpa/src/wps/
H A Dwps.c23 u16 wps_force_auth_types = 0;
25 u16 wps_force_encr_types = 0;
494 struct wpabuf * wps_build_probe_req_ie(u16 pw_id, struct wps_device_data *dev,
H A Dwps_enrollee.c107 u16 config_methods;
255 u16 auth_type = wps->wps->ap_auth_type;
279 u16 encr_type = wps->wps->ap_encr_type;
767 u16 cred_len[], unsigned int num_cred, int wps2)
895 u16 id;
1403 u16 config_error;
/freebsd-13-stable/sys/dev/mlx4/mlx4_core/
H A Dmlx4_port.c558 int mlx4_find_cached_vlan(struct mlx4_dev *dev, u8 port, u16 vid, int *idx)
577 int __mlx4_register_vlan(struct mlx4_dev *dev, u8 port, u16 vlan,
668 u16 dup_vlan = MLX4_VLAN_MASK & be32_to_cpu(dup_table->entries[i]);
740 int mlx4_register_vlan(struct mlx4_dev *dev, u8 port, u16 vlan, int *index)
762 void __mlx4_unregister_vlan(struct mlx4_dev *dev, u8 port, u16 vlan)
826 void mlx4_unregister_vlan(struct mlx4_dev *dev, u8 port, u16 vlan)
1264 u16 mtu, prev_mtu;
1685 int mlx4_SET_PORT_BEACON(struct mlx4_dev *dev, u8 port, u16 time)
1891 static inline const char *cable_info_mad_err_str(u16 mad_status)
1933 u16 offse
[all...]
/freebsd-13-stable/contrib/ofed/libcxgb4/
H A Dqp.c288 static void ring_kernel_db(struct c4iw_qp *qhp, u32 qid, u16 idx)
320 u16 idx = 0;
425 u16 idx = 0;
/freebsd-13-stable/sys/dev/ixl/
H A Dixl_pf_i2c.c649 u16 datai2c = 0;
652 datai2c = ((u16)upperbyte << 8) | (u16)data;
/freebsd-13-stable/sys/compat/linuxkpi/common/include/linux/
H A Dkernel.h72 #define U16_MAX ((u16)~0U)
381 kstrtou16(const char *cp, unsigned int base, u16 *res)
393 if (temp != (u16)temp)
/freebsd-13-stable/contrib/wpa/src/common/
H A Dieee802_11_common.c595 u16 fc, type, stype;
1212 u16 num_modes)
1265 const char * fc2str(u16 fc)
1267 u16 stype = WLAN_FC_GET_STYPE(fc);
1322 const char * reason2str(u16 reason)
1393 const char * status2str(u16 status)
/freebsd-13-stable/contrib/wpa/src/tls/
H A Dtlsv1_client_read.c30 static int tls_version_disabled(struct tlsv1_client *conn, u16 ver)
49 u16 ext, elen;
83 u16 cipher_suite;
84 u16 tls_version;
218 u16 ext_len;
663 u16 val;
/freebsd-13-stable/contrib/libevent/test/
H A Dregress_util.c694 ev_uint16_t u16; local
708 tt_int_op(sizeof(u16), ==, 2);
744 u16 = EV_UINT16_MAX;
746 tt_assert(u16 > 0);
748 u16++;
750 tt_assert(u16 == 0);

Completed in 371 milliseconds

<<11121314151617181920>>