Searched refs:u16 (Results 501 - 525 of 697) sorted by relevance

<<2122232425262728

/freebsd-11-stable/sys/dev/mlx5/mlx5_en/
H A Dmlx5_en_flow_table.c458 u16 *vlans;
505 enum mlx5e_vlan_rule_type rule_type, u16 vid,
560 enum mlx5e_vlan_rule_type rule_type, u16 vid)
586 enum mlx5e_vlan_rule_type rule_type, u16 vid)
667 mlx5e_vlan_rx_add_vid(void *arg, struct ifnet *ifp, u16 vid)
682 mlx5e_vlan_rx_kill_vid(void *arg, struct ifnet *ifp, u16 vid)
/freebsd-11-stable/sys/dev/cxgb/common/
H A Dcxgb_t3_hw.c659 u16 val;
666 t3_os_pci_write_config_2(adapter, base + PCI_VPD_ADDR, (u16)addr);
692 u16 val;
702 (u16)addr | PCI_VPD_ADDR_F);
1377 if (le16_to_cpu(*(u16*)header->signature) != BOOT_SIGNATURE) {
2956 const u16 *rspq)
2991 int t3_read_rss(adapter_t *adapter, u8 *lkup, u16 *map)
3014 *map++ = (u16)val;
4069 static const u16 ack_lat[4][6] = {
4075 static const u16 rpl_tm
[all...]
/freebsd-11-stable/contrib/netbsd-tests/lib/libbluetooth/
H A Dt_sdp_get.c153 uuid_t u16 = { local
185 ATF_CHECK(uuid_equal(&value, &u16, NULL));
/freebsd-11-stable/sys/dev/vxge/vxgehal/
H A Dvxgehal-device.c130 u16 ext_cap_id;
131 u16 next_ptr;
209 ext_cap_id = (u16) (VXGE_HAL_PCI_EXT_CAP_ID(*ptr_32));
232 next_ptr = (u16) VXGE_HAL_PCI_EXT_CAP_NEXT(*ptr_32);
250 u16 cmd;
306 u16 cmd;
307 u16 bus_master = 4;
1289 u16 device_id;
/freebsd-11-stable/contrib/wpa/src/eap_server/
H A Deap_server_gpsk.c244 u16 alen;
476 u16 alen;
H A Deap_sim_db.c244 char *reauth_id, u16 counter, const u8 *mk,
1158 char *reauth_id, u16 counter)
1214 char *reauth_id, u16 counter, const u8 *mk)
1256 u16 counter, const u8 *k_encr,
/freebsd-11-stable/contrib/wpa/src/tls/
H A Dtlsv1_client.c445 u16 *suites;
789 u16 *suites;
H A Dtlsv1_record.c31 u16 cipher_suite)
/freebsd-11-stable/sys/dev/ixl/
H A Dif_ixl.c289 u16 pci_vendor_id, pci_device_id;
290 u16 pci_subvendor_id, pci_subdevice_id;
/freebsd-11-stable/sys/dev/cxgbe/common/
H A Dt4_hw.c2768 u16 val;
2830 t4_os_pci_write_cfg2(adapter, base + PCI_VPD_ADDR, (u16)addr);
2890 (u16)addr | PCI_VPD_ADDR_F);
2975 len = (u16)vpdr->vpdr_len[0] + ((u16)vpdr->vpdr_len[1] << 8);
2981 len = (u16)vpdr->vpdr_len[0] + ((u16)vpdr->vpdr_len[1] << 8);
5488 int start, int n, const u16 *rspq, unsigned int nrspq)
5491 const u16 *rsp = rspq;
5492 const u16 *rsp_en
[all...]
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan.cpp446 u16 __sanitizer_unaligned_load16(const uu16 *p) {
455 void __sanitizer_unaligned_store16(uu16 *p, u16 x) {
/freebsd-11-stable/sys/dev/mlx5/mlx5_core/
H A Dmlx5_eq.c334 u16 func_id = be16_to_cpu(eqe->data.req_pages.func_id);
351 u16 vport_num = be16_to_cpu(vc_eqe->vport_num);
H A Dmlx5_qp.c204 static int modify_qp_mbox_alloc(struct mlx5_core_dev *dev, u16 opcode, int qpn,
282 int mlx5_core_qp_modify(struct mlx5_core_dev *dev, u16 opcode,
/freebsd-11-stable/sys/dev/drm2/radeon/
H A Datom.c1346 u16 *mdt = (u16 *)((char *)ctx->bios + ctx->data_table + 4);
1366 u16 *mct = (u16 *)((char *)ctx->bios + ctx->cmd_table + 4);
H A Dradeon_encoders.c256 u16 radeon_encoder_get_dp_bridge_encoder_id(struct drm_encoder *encoder)
/freebsd-11-stable/contrib/wpa/src/l2_packet/
H A Dl2_packet_freebsd.c55 int l2_packet_send(struct l2_packet_data *l2, const u8 *dst_addr, u16 proto,
/freebsd-11-stable/tools/tools/nxge/
H A Dxge_info.c163 device_id = *((u16 *)((unsigned char *)pci_cfg +
/freebsd-11-stable/sys/dev/qlnx/qlnxe/
H A Dmcp_public.h2205 u16 ether_type;
2209 u16 cmd_id; /* Op code and response code */
2218 u16 mcp_clock; /* MCP Clock in MHz */
2219 u16 trace_size; /* Trace size in bytes */
/freebsd-11-stable/sys/ofed/include/rdma/
H A Dib_sa.h280 u16 data16[8];
/freebsd-11-stable/sys/dev/cxgb/ulp/iw_cxgb/
H A Diw_cxgb_provider.c104 static int iwch_multicast_attach(struct ib_qp *ibqp, union ib_gid *gid, u16 lid)
110 iwch_multicast_detach(struct ib_qp *ibqp, union ib_gid *gid, u16 lid)
982 u8 port, u16 index, u16 * pkey)
/freebsd-11-stable/sys/dev/iser/
H A Dicl_iser.h442 u16 max_cmds;
/freebsd-11-stable/sys/dev/mlx4/mlx4_core/
H A Dmlx4_srq.c162 int mlx4_srq_alloc(struct mlx4_dev *dev, u32 pdn, u32 cqn, u16 xrcd,
/freebsd-11-stable/contrib/wpa/src/p2p/
H A Dp2p_go_neg.c99 u16 p2p_wps_method_pw_id(enum p2p_wps_method wps_method)
144 u16 pw_id;
219 u16 config_method;
280 u16 pw_id;
/freebsd-11-stable/contrib/wpa/wpa_supplicant/
H A Dwifi_display.c390 u16 elen;
/freebsd-11-stable/contrib/wpa/src/ap/
H A Dsta_info.c800 u16 reason)
851 u16 reason)
1307 const u8 *addr, u16 reason)
1450 u16 reason;

Completed in 486 milliseconds

<<2122232425262728