Searched refs:u16 (Results 151 - 175 of 697) sorted by relevance

1234567891011>>

/freebsd-11-stable/sys/compat/linuxkpi/common/include/linux/
H A Dnet_dim.h49 u16 usec;
50 u16 pkts;
58 u16 event_ctr;
72 u16 event_ctr;
339 net_dim_sample(u16 event_ctr,
379 u16 nevents;
385 nevents = BIT_GAP(BITS_PER_TYPE(u16),
/freebsd-11-stable/sys/dev/ixl/
H A Di40e_osdep.h116 typedef uint16_t u16; typedef
125 #define __le16 u16
128 #define __be16 u16
175 u16 i40e_read_pci_cfg(struct i40e_hw *, u32);
176 void i40e_write_pci_cfg(struct i40e_hw *, u32, u16);
242 enum i40e_status_code i40e_read_nvm_word_srctl(struct i40e_hw *hw, u16 offset,
243 u16 *data);
H A Dixlv.h104 u16 flags;
110 u16 vlan;
111 u16 flags;
225 u8 *, u16);
/freebsd-11-stable/sys/ofed/include/rdma/
H A Drdma_vt.h84 u16 pma_tag;
85 u16 mkey_lease_period;
86 u16 sm_lid;
110 u16 pkey_violations;
111 u16 qkey_violations;
112 u16 mkey_violations;
130 u16 *pkey_table;
449 static inline u16 rvt_get_pkey(struct rvt_dev_info *rdi,
493 int port_index, u16 *pkey_table);
/freebsd-11-stable/sys/dev/e1000/
H A Dif_igb.h363 volatile u16 tx_avail;
364 u16 next_avail_desc;
365 u16 next_to_clean;
366 u16 num_desc;
458 u16 num_vlans;
459 u16 num_queues;
474 u16 max_frame_size;
475 u16 num_segs;
476 u16 link_speed;
479 u16 link_duple
[all...]
H A De1000_ich8lan.c93 static s32 e1000_read_nvm_ich8lan(struct e1000_hw *hw, u16 offset,
94 u16 words, u16 *data);
95 static s32 e1000_read_nvm_spt(struct e1000_hw *hw, u16 offset, u16 words,
96 u16 *data);
97 static s32 e1000_write_nvm_ich8lan(struct e1000_hw *hw, u16 offset,
98 u16 words, u16 *data);
103 u16 *dat
[all...]
H A De1000_82575.c57 static s32 e1000_get_link_up_info_82575(struct e1000_hw *hw, u16 *speed,
58 u16 *duplex);
61 u16 *data);
65 u32 offset, u16 *data);
67 u32 offset, u16 data);
78 static s32 e1000_valid_led_default_82575(struct e1000_hw *hw, u16 *data);
80 u32 offset, u16 data);
82 static s32 e1000_acquire_swfw_sync_82575(struct e1000_hw *hw, u16 mask);
84 u16 *speed, u16 *duple
[all...]
/freebsd-11-stable/sys/dev/ixgbe/
H A Dixgbe_api.c355 s32 ixgbe_get_device_caps(struct ixgbe_hw *hw, u16 *device_caps)
370 s32 ixgbe_get_wwn_prefix(struct ixgbe_hw *hw, u16 *wwnn_prefix,
371 u16 *wwpn_prefix)
385 s32 ixgbe_get_fcoe_boot_status(struct ixgbe_hw *hw, u16 *bs)
509 s32 ixgbe_get_phy_firmware_version(struct ixgbe_hw *hw, u16 *firmware_version)
528 u16 *phy_data)
546 u16 phy_data)
793 s32 ixgbe_write_eeprom(struct ixgbe_hw *hw, u16 offset, u16 data)
810 s32 ixgbe_write_eeprom_buffer(struct ixgbe_hw *hw, u16 offse
[all...]
H A Dixgbe_x540.c340 u16 ext_ability = 0;
367 u16 eeprom_size;
376 eeprom_size = (u16)((eec & IXGBE_EEC_SIZE) >>
396 s32 ixgbe_read_eerd_X540(struct ixgbe_hw *hw, u16 offset, u16 *data)
422 u16 offset, u16 words, u16 *data)
447 s32 ixgbe_write_eewr_X540(struct ixgbe_hw *hw, u16 offset, u16 dat
[all...]
H A Dixgbe.h329 volatile u16 tx_avail;
330 u16 next_avail_desc;
331 u16 next_to_clean;
332 u16 num_desc;
340 u16 atr_sample;
341 u16 atr_count;
368 u16 next_to_refresh;
369 u16 next_to_check;
370 u16 num_desc;
371 u16 mbuf_s
[all...]
/freebsd-11-stable/sys/dev/mlx4/mlx4_core/
H A Dmlx4_reset.c47 u16 devctl;
48 u16 linkctl;
49 u16 vendor;
/freebsd-11-stable/contrib/wpa/wpa_supplicant/
H A Dsme.h17 const u8 *bssid, u16 auth_type);
30 const u8 *da, u16 reason_code);
89 u16 reason_code)
H A Dgas_query.h42 const struct wpabuf *resp, u16 status_code),
/freebsd-11-stable/sys/dev/nxge/include/
H A Dxgehal-regs.h404 #define XGE_HAL_SPDM_MAX_ENTRIES(spdm_structure) (u16)(spdm_structure >> 48)
753 #define XGE_HAL_RING_BUMP_CNT(i, val) (u16)(val >> (48 - (16 * (i % 4))))
1182 u16 vendor_id; // 0x00
1183 u16 device_id; // 0x02
1185 u16 command; // 0x04
1186 u16 status; // 0x06
1207 u16 subsystem_vendor_id; // 0x2c
1208 u16 subsystem_id; // 0x2e
1222 u16 msi_control; // 0x42
1225 u16 msi_dat
[all...]
/freebsd-11-stable/sys/net80211/
H A Dieee80211_crypto_tkip.c81 typedef uint16_t u16; typedef
88 u16 tx_ttak[5];
91 u16 rx_ttak[5];
446 static __inline u16 RotR1(u16 val)
451 static __inline u8 Lo8(u16 val)
456 static __inline u8 Hi8(u16 val)
461 static __inline u16 Lo16(u32 val)
466 static __inline u16 Hi16(u32 val)
471 static __inline u16 Mk1
[all...]
/freebsd-11-stable/contrib/wpa/src/eap_common/
H A Deap_teap_common.c20 void eap_teap_put_tlv_hdr(struct wpabuf *buf, u16 type, u16 len)
30 void eap_teap_put_tlv(struct wpabuf *buf, u16 type, const void *data, u16 len)
37 void eap_teap_put_tlv_buf(struct wpabuf *buf, u16 type,
229 static int tls_cipher_suite_match(const u16 *list, size_t count, u16 cs)
242 static int tls_cipher_suite_mac_sha1(u16 cs)
244 static const u16 sha1_cs[] = {
263 static int tls_cipher_suite_mac_sha256(u16 c
[all...]
/freebsd-11-stable/contrib/wpa/src/common/
H A Dieee802_11_defs.h1120 #define HT_CAP_INFO_LDPC_CODING_CAP ((u16) BIT(0))
1121 #define HT_CAP_INFO_SUPP_CHANNEL_WIDTH_SET ((u16) BIT(1))
1122 #define HT_CAP_INFO_SMPS_MASK ((u16) (BIT(2) | BIT(3)))
1123 #define HT_CAP_INFO_SMPS_STATIC ((u16) 0)
1124 #define HT_CAP_INFO_SMPS_DYNAMIC ((u16) BIT(2))
1125 #define HT_CAP_INFO_SMPS_DISABLED ((u16) (BIT(2) | BIT(3)))
1126 #define HT_CAP_INFO_GREEN_FIELD ((u16) BIT(4))
1127 #define HT_CAP_INFO_SHORT_GI20MHZ ((u16) BIT(5))
1128 #define HT_CAP_INFO_SHORT_GI40MHZ ((u16) BIT(6))
1129 #define HT_CAP_INFO_TX_STBC ((u16) BI
[all...]
/freebsd-11-stable/crypto/openssl/crypto/aes/
H A Daes_locl.h79 typedef unsigned short u16; typedef
/freebsd-11-stable/crypto/heimdal/lib/hx509/
H A Dtest_cert.in81 cert:FILE:$srcdir/data/win-u16-in-printablestring.der \
82 anchor:FILE:$srcdir/data/win-u16-in-printablestring.der || exit 1
/freebsd-11-stable/tools/tools/nxge/
H A Dxge_log.c55 *((u16 *)((unsigned char *)hw_stats +
96 pciconfInfo[index].value = *((u16 *)((unsigned char *)pci_conf +
248 *((u16 *)((unsigned char *)sw_stats +
249 (index * (sizeof(u16)))));
/freebsd-11-stable/sys/dev/qlnx/qlnxe/
H A Decore_dcbx.h56 u16 iwarp_port;
/freebsd-11-stable/sys/dev/mpr/
H A Dmpr_mapping.h120 u64 *sas_address, u16 handle, u32 device_info, u8 *is_SATA_SSD);
/freebsd-11-stable/sys/sys/
H A Ddisk.h136 uint16_t u16; member in union:diocgattr_arg::__anon8464
/freebsd-11-stable/contrib/wpa/src/radius/
H A Dradius_server.h159 u16 pwd_group;
/freebsd-11-stable/contrib/wpa/src/ap/
H A Dgas_query_ap.h38 const struct wpabuf *resp, u16 status_code),

Completed in 230 milliseconds

1234567891011>>