Searched refs:u16 (Results 401 - 425 of 698) sorted by relevance

<<11121314151617181920>>

/freebsd-13-stable/sys/dev/cxgbe/iw_cxgbe/
H A Dprovider.c73 static int c4iw_multicast_attach(struct ib_qp *ibqp, union ib_gid *gid, u16 lid)
78 static int c4iw_multicast_detach(struct ib_qp *ibqp, union ib_gid *gid, u16 lid)
90 u16 *out_mad_pkey_index)
286 c4iw_query_pkey(struct ib_device *ibdev, u8 port, u16 index, u16 *pkey)
/freebsd-13-stable/sys/dev/qlnx/qlnxe/
H A Decore_init_ops.c111 u16 rt_offset,
112 u16 size,
117 u16 i, segment;
463 u16 *p_offset, int modes)
491 u16 offset = OSAL_LE16_TO_CPU(p_cmd->modes_buf_offset);
H A Decore_ooo.c104 u16 max_num_archipelagos = 0, cid_base;
106 u16 max_num_isles = 0;
113 cid_base =(u16)ecore_cxt_get_proto_cid_start(p_hwfn,
119 (u16)ecore_cxt_get_proto_cid_count(p_hwfn,
122 cid_base = (u16)ecore_cxt_get_proto_cid_start(p_hwfn,
H A Decore_dev.c415 u16 source_port_or_eth_type;
416 u16 dest_port;
1228 u16 source_port_or_eth_type, u16 dest_port,
1270 u16 source_port_or_eth_type, u16 dest_port,
1304 u16 source_port_or_eth_type, u16 dest_port)
1424 u16 source_port_or_eth_type,
1425 u16 dest_por
[all...]
H A Decore_sp_commands.c330 u16 sb = ecore_int_get_sp_sb_id(p_hwfn);
521 static u16 ecore_sp_rl_mb_to_qm(u32 mb_val)
523 return (u16)OSAL_MIN_T(u32, (u16)(~0U), QM_RL_RESOLUTION(mb_val));
526 static u16 ecore_sp_rl_gd_denom(u32 gd)
528 return gd ? (u16)OSAL_MIN_T(u32, (u16)(~0U), FW_GD_RESOLUTION(gd)) : 0;
/freebsd-13-stable/contrib/libevent/
H A Devdns.c136 #define u16 ev_uint16_t macro
187 u16 trans_id; /* the transaction id */
265 u16 type; /* The RR type */
266 u16 class; /* The RR class (usually CLASS_INET) */
269 u16 datalen; /* Length of data; -1 if data is a label */
282 u16 trans_id; /* Transaction id. */
403 static u16 transaction_id_pick(struct evdns_base *base);
469 request_find_from_trans_id(struct evdns_base *base, u16 trans_id) {
639 request_trans_id_set(struct request *const req, const u16 trans_id) {
641 *((u16 *) re
[all...]
/freebsd-13-stable/contrib/ntp/sntp/libevent/
H A Devdns.c136 #define u16 ev_uint16_t macro
187 u16 trans_id; /* the transaction id */
265 u16 type; /* The RR type */
266 u16 class; /* The RR class (usually CLASS_INET) */
269 u16 datalen; /* Length of data; -1 if data is a label */
282 u16 trans_id; /* Transaction id. */
403 static u16 transaction_id_pick(struct evdns_base *base);
469 request_find_from_trans_id(struct evdns_base *base, u16 trans_id) {
639 request_trans_id_set(struct request *const req, const u16 trans_id) {
641 *((u16 *) re
[all...]
/freebsd-13-stable/contrib/wpa/src/drivers/
H A Ddriver_hostap.c59 u16 stype)
62 u16 fc, ethertype;
123 u16 fc;
143 u16 fc, type, stype;
266 const u16 *csa_offs, size_t csa_offs_len)
311 *((u16 *) pos) = htons(ETH_P_PAE);
1031 u16 reason)
1079 u16 reason)
1097 u16 *num_modes,
1098 u16 *flag
[all...]
/freebsd-13-stable/contrib/wpa/src/wps/
H A Dwps_common.c273 u16 config_error, u16 error_indication, const u8 *mac_addr)
412 struct wpabuf * wps_build_nfc_pw_token(u16 dev_pw_id,
528 u16 wps_config_methods_str2bin(const char *str)
530 u16 methods = 0;
677 u16 val;
756 u16 ap_channel;
H A Dwps_registrar.c35 u16 pw_id;
49 static void wps_free_nfc_pw_tokens(struct dl_list *tokens, u16 pw_id)
61 u16 pw_id)
156 void (*set_sel_reg_cb)(void *ctx, int sel_reg, u16 dev_passwd_id,
157 u16 sel_reg_config_methods);
159 const u8 *pri_dev_type, u16 config_methods,
160 u16 dev_password_id, u8 request_type,
542 u16 id = reg->pbc ? DEV_PW_PUSHBUTTON : DEV_PW_DEFAULT;
558 u16 id = reg->pbc ? DEV_PW_PUSHBUTTON : DEV_PW_DEFAULT;
569 static void wps_set_pushbutton(u16 *method
[all...]
/freebsd-13-stable/contrib/wpa/wpa_supplicant/
H A Ddriver_i.h181 const u8 *addr, u16 reason_code)
192 const u8 *addr, u16 reason_code)
287 wpa_drv_get_hw_feature_data(struct wpa_supplicant *wpa_s, u16 *num_modes,
288 u16 *flags, u8 *dfs_domain)
560 u8 dialog_token, u16 status_code,
620 u16 admitted_time)
659 u8 *buf, u16 *buf_len)
H A Dgas_query.c47 u16 status_code;
55 const struct wpabuf *resp, u16 status_code);
393 u16 comeback_delay)
415 size_t len, u16 comeback_delay)
448 u16 comeback_delay)
524 u16 comeback_delay, resp_len;
814 const struct wpabuf *resp, u16 status_code),
/freebsd-13-stable/sys/ofed/drivers/infiniband/core/
H A Dib_device.c810 u8 port_num, u16 index, u16 *pkey)
876 u8 *port_num, u16 *index)
919 u8 port_num, u16 pkey, u16 *index)
922 u16 tmp_pkey;
961 u16 pkey,
/freebsd-13-stable/contrib/wpa/src/ap/
H A Ddrv_callbacks.c49 u16 reply_res = WLAN_STATUS_SUCCESS;
118 u16 reason = WLAN_REASON_UNSPECIFIED;
119 u16 status = WLAN_STATUS_SUCCESS;
1030 u16 auth_transaction, u16 status,
1051 struct sta_info *sta, u16 resp,
1079 u16 status = WLAN_STATUS_SUCCESS;
1137 u16 fc;
1272 u16 fc = le_to_host16(hdr->frame_control);
1316 size_t len, u16 styp
[all...]
H A Dgas_serv.c196 u16 infoid)
211 u16 infoid)
231 u16 infoid)
246 u16 id;
955 const u16 *infoid,
977 const u16 *extra_req,
1085 u16 extra_req[ANQP_MAX_EXTRA_REQ];
1102 static void rx_anqp_query_list_id(struct hostapd_data *hapd, u16 info_id,
1476 u16 comeback_delay = 1;
1534 u16 comeback_dela
[all...]
/freebsd-13-stable/sys/dev/mlx5/
H A Dqp.h423 u16 rsvd;
447 u16 wqe_index;
574 int mlx5_core_qp_modify(struct mlx5_core_dev *dev, u16 opcode,
H A Dfs.h127 u16 vport,
/freebsd-13-stable/usr.bin/sdiotool/
H A Dsdiotool.c270 case sizeof(u16):
272 sdio_writew(func, *(u16 *)data, addr, &ret);
274 *(u16 *)data = sdio_readw(func, addr, &ret);
/freebsd-13-stable/sys/dev/mlx4/mlx4_core/
H A Dmlx4_cmd.c131 u16 token;
188 static int mlx4_internal_err_ret_value(struct mlx4_dev *dev, u16 op,
217 static int mlx4_closing_cmd_fatal_error(u16 op, u8 fw_status)
240 static int mlx4_cmd_reset_flow(struct mlx4_dev *dev, u16 op, u8 op_modifier,
262 static int mlx4_comm_cmd_post(struct mlx4_dev *dev, u8 cmd, u16 param)
288 static int mlx4_comm_cmd_poll(struct mlx4_dev *dev, u8 cmd, u16 param,
339 u16 param, u16 op, unsigned long timeout)
407 int mlx4_comm_cmd(struct mlx4_dev *dev, u8 cmd, u16 param,
408 u16 o
[all...]
/freebsd-13-stable/contrib/wpa/src/common/
H A Ddpp.h98 u16 ike_group;
404 u16 num_modes);
444 const u8 * dpp_get_attr(const u8 *buf, size_t len, u16 req_id, u16 *ret_len);
/freebsd-13-stable/contrib/wpa/src/eap_server/
H A Deap.h116 u16 pwd_group;
H A Deap_i.h198 u16 pwd_group;
/freebsd-13-stable/contrib/wpa/src/rsn_supp/
H A Dwpa.c51 int ver, const u8 *dest, u16 proto,
103 u16 eapol_len;
479 u16 key_info;
588 u16 ver, const u8 *key_data,
1060 u16 keyidx = WPA_GET_LE16(igtk->keyid);
1396 u16 ver, u16 key_info,
1438 u16 ver, const u8 *key_data,
1441 u16 key_info, keylen;
1602 u16 key_inf
[all...]
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Datomic_helpers.h37 typedef u16 Type;
H A Dinternal_defs.h56 typedef unsigned short u16; typedef in namespace:scudo

Completed in 191 milliseconds

<<11121314151617181920>>