Searched refs:u16 (Results 1 - 25 of 534) sorted by relevance

1234567891011>>

/freebsd-11.0-release/sys/compat/linuxkpi/common/include/linux/
H A Dprintk.h36 #define GID_PRINT_ARGS(gid_raw) htons(((u16 *)gid_raw)[0]), htons(((u16 *)gid_raw)[1]),\
37 htons(((u16 *)gid_raw)[2]), htons(((u16 *)gid_raw)[3]),\
38 htons(((u16 *)gid_raw)[4]), htons(((u16 *)gid_raw)[5]),\
39 htons(((u16 *)gid_raw)[6]), htons(((u16 *)gid_raw)[7])
/freebsd-11.0-release/sys/dev/e1000/
H A De1000_nvm.h39 u16 word[2];
40 u16 *pba_block;
45 s32 e1000_null_read_nvm(struct e1000_hw *hw, u16 a, u16 b, u16 *c);
47 s32 e1000_null_led_default(struct e1000_hw *hw, u16 *data);
48 s32 e1000_null_write_nvm(struct e1000_hw *hw, u16 a, u16 b, u16 *c);
56 s32 e1000_read_pba_raw(struct e1000_hw *hw, u16 *eeprom_bu
[all...]
H A De1000_mbx.h95 s32 e1000_read_mbx(struct e1000_hw *, u32 *, u16, u16);
96 s32 e1000_write_mbx(struct e1000_hw *, u32 *, u16, u16);
97 s32 e1000_read_posted_mbx(struct e1000_hw *, u32 *, u16, u16);
98 s32 e1000_write_posted_mbx(struct e1000_hw *, u32 *, u16, u16);
99 s32 e1000_check_for_msg(struct e1000_hw *, u16);
100 s32 e1000_check_for_ack(struct e1000_hw *, u16);
[all...]
H A De1000_i210.h42 s32 e1000_write_nvm_srwr_i210(struct e1000_hw *hw, u16 offset,
43 u16 words, u16 *data);
44 s32 e1000_read_nvm_srrd_i210(struct e1000_hw *hw, u16 offset,
45 u16 words, u16 *data);
46 s32 e1000_acquire_swfw_sync_i210(struct e1000_hw *hw, u16 mask);
47 void e1000_release_swfw_sync_i210(struct e1000_hw *hw, u16 mask);
48 s32 e1000_read_xmdio_reg(struct e1000_hw *hw, u16 addr, u8 dev_addr,
49 u16 *dat
[all...]
H A De1000_vf.h95 u16 pkt_info;
97 u16 hdr_info;
103 u16 ip_id; /* IP id */
104 u16 csum; /* Packet Checksum */
110 u16 length; /* Packet length */
111 u16 vlan; /* VLAN tag */
205 s32 (*get_link_up_info)(struct e1000_hw *, u16 *, u16 *);
222 u16 mta_reg_count;
223 u16 rar_entry_coun
[all...]
/freebsd-11.0-release/sys/crypto/rijndael/
H A Drijndael_local.h6 typedef u_int16_t u16; typedef
/freebsd-11.0-release/contrib/sendmail/libsm/
H A Dinet6_ntop.c39 SM_UINT16 *u16; local
42 u16 = (SM_UINT16 *)ipv6;
45 , htons(u16[0])
46 , htons(u16[1])
47 , htons(u16[2])
48 , htons(u16[3])
49 , htons(u16[4])
50 , htons(u16[5])
51 , htons(u16[6])
52 , htons(u16[
[all...]
/freebsd-11.0-release/sys/dev/ixl/
H A Dixl_pf_qmgr.h64 u16 num_queues;
77 u16 qidx[IXL_MAX_SCATTERED_QUEUES];
78 u16 num_allocated;
79 u16 num_active;
83 int ixl_pf_qmgr_init(struct ixl_pf_qmgr *qmgr, u16 num_queues);
87 int ixl_pf_qmgr_get_first_free(struct ixl_pf_qmgr *qmgr, u16 start);
91 int ixl_pf_qmgr_alloc_scattered(struct ixl_pf_qmgr *qmgr, u16 num, struct ixl_pf_qtag *qtag);
93 int ixl_pf_qmgr_alloc_contiguous(struct ixl_pf_qmgr *qmgr, u16 num, struct ixl_pf_qtag *qtag);
99 void ixl_pf_qmgr_mark_queue_enabled(struct ixl_pf_qtag *qtag, u16 vsi_qidx, bool tx);
100 void ixl_pf_qmgr_mark_queue_disabled(struct ixl_pf_qtag *qtag, u16 vsi_qid
[all...]
H A Di40e_virtchnl.h154 u16 vsi_id;
155 u16 num_queue_pairs;
157 u16 qset_handle;
173 u16 num_vsis;
174 u16 num_queue_pairs;
175 u16 max_vectors;
176 u16 max_mtu;
193 u16 vsi_id;
194 u16 queue_id;
195 u16 ring_le
[all...]
H A Di40e_adminq.h57 u16 count; /* Number of descriptors */
58 u16 rx_buf_len; /* Admin Receive Queue buffer length */
61 u16 next_to_use;
62 u16 next_to_clean;
76 u16 flags_ena;
77 u16 flags_dis;
89 u16 msg_len;
90 u16 buf_len;
99 u16 num_arq_entries; /* receive queue depth */
100 u16 num_asq_entrie
[all...]
H A Di40e_prototype.h58 u16 i40e_clean_asq(struct i40e_hw *hw);
65 u16 *events_pending);
69 u16 buff_size,
75 void *desc, void *buffer, u16 buf_len);
81 enum i40e_status_code i40e_aq_get_rss_lut(struct i40e_hw *hw, u16 seid,
82 bool pf_lut, u8 *lut, u16 lut_size);
83 enum i40e_status_code i40e_aq_set_rss_lut(struct i40e_hw *hw, u16 seid,
84 bool pf_lut, u8 *lut, u16 lut_size);
86 u16 seid,
89 u16 sei
[all...]
H A Di40e_lan_hmc.h51 u16 head;
52 u16 cpuid; /* bigger than needed, see above for reason */
54 u16 qlen;
56 u16 dbuff; /* bigger than needed, see above for reason */
58 u16 hbuff; /* bigger than needed, see above for reason */
72 u16 lrxqthresh; /* bigger than needed, see above for reason */
84 u16 head;
91 u16 thead_wb;
94 u16 qlen;
100 u16 rdylis
[all...]
/freebsd-11.0-release/sys/ofed/include/rdma/
H A Dib_cache.h70 u16 *index);
85 u16 *pkey);
100 u16 pkey,
101 u16 *index);
116 u16 pkey,
117 u16 *index);
/freebsd-11.0-release/contrib/wpa/src/common/
H A Dgas.h15 struct wpabuf * gas_build_initial_resp(u8 dialog_token, u16 status_code,
16 u16 comeback_delay, size_t size);
18 struct wpabuf * gas_anqp_build_initial_resp(u8 dialog_token, u16 status_code,
19 u16 comeback_delay, size_t size);
21 u16 status_code,
22 u16 comeback_delay,
24 struct wpabuf * gas_anqp_build_comeback_resp(u8 dialog_token, u16 status_code,
26 u16 comeback_delay, size_t size);
28 u16 status_code,
30 u16 comeback_dela
[all...]
/freebsd-11.0-release/sys/dev/ixgbe/
H A Dixgbe_x540.h50 s32 ixgbe_read_eerd_X540(struct ixgbe_hw *hw, u16 offset, u16 *data);
51 s32 ixgbe_read_eerd_buffer_X540(struct ixgbe_hw *hw, u16 offset, u16 words,
52 u16 *data);
53 s32 ixgbe_write_eewr_X540(struct ixgbe_hw *hw, u16 offset, u16 data);
54 s32 ixgbe_write_eewr_buffer_X540(struct ixgbe_hw *hw, u16 offset, u16 words,
55 u16 *dat
[all...]
H A Dixgbe_mbx.h140 s32 ixgbe_read_mbx(struct ixgbe_hw *, u32 *, u16, u16);
141 s32 ixgbe_write_mbx(struct ixgbe_hw *, u32 *, u16, u16);
142 s32 ixgbe_read_posted_mbx(struct ixgbe_hw *, u32 *, u16, u16);
143 s32 ixgbe_write_posted_mbx(struct ixgbe_hw *, u32 *, u16, u16);
144 s32 ixgbe_check_for_msg(struct ixgbe_hw *, u16);
145 s32 ixgbe_check_for_ack(struct ixgbe_hw *, u16);
[all...]
H A Dixgbe_dcb_82598.h92 s32 ixgbe_dcb_config_tx_desc_arbiter_82598(struct ixgbe_hw *, u16 *, u16 *,
94 s32 ixgbe_dcb_config_tx_data_arbiter_82598(struct ixgbe_hw *, u16 *, u16 *,
96 s32 ixgbe_dcb_config_rx_arbiter_82598(struct ixgbe_hw *, u16 *, u16 *, u8 *);
99 s32 ixgbe_dcb_hw_config_82598(struct ixgbe_hw *, int, u16 *, u16 *, u8 *, u8 *);
H A Dixgbe_common.h47 u16 word[2];
48 u16 *pba_block;
54 u16 ixgbe_get_pcie_msix_count_generic(struct ixgbe_hw *hw);
63 s32 ixgbe_read_pba_raw(struct ixgbe_hw *hw, u16 *eeprom_buf,
64 u32 eeprom_buf_size, u16 max_pba_block_size,
66 s32 ixgbe_write_pba_raw(struct ixgbe_hw *hw, u16 *eeprom_buf,
68 s32 ixgbe_get_pba_block_size(struct ixgbe_hw *hw, u16 *eeprom_buf,
69 u32 eeprom_buf_size, u16 *pba_block_size);
72 void ixgbe_set_pci_config_data_generic(struct ixgbe_hw *hw, u16 link_status);
80 s32 ixgbe_write_eeprom_generic(struct ixgbe_hw *hw, u16 offse
[all...]
H A Dixgbe_x550.h48 s32 ixgbe_calc_checksum_X550(struct ixgbe_hw *hw, u16 *buffer, u32 buffer_size);
49 s32 ixgbe_validate_eeprom_checksum_X550(struct ixgbe_hw *hw, u16 *checksum_val);
52 u16 offset, u16 words, u16 *data);
53 s32 ixgbe_write_ee_hostif_X550(struct ixgbe_hw *hw, u16 offset,
54 u16 data);
56 u16 offset, u16 words, u16 *dat
[all...]
/freebsd-11.0-release/contrib/wpa/src/wps/
H A Dwps_attr_parse.h73 u16 manufacturer_len;
74 u16 model_name_len;
75 u16 model_number_len;
76 u16 serial_number_len;
77 u16 dev_name_len;
78 u16 public_key_len;
79 u16 encr_settings_len;
80 u16 ssid_len;
81 u16 network_key_len;
82 u16 authorized_macs_le
[all...]
/freebsd-11.0-release/sys/dev/mlx5/
H A Deswitch_vacl.h34 u16 vport, bool is_egress);
36 int mlx5_vacl_table_add_vlan(void *acl_t, u16 vlan);
37 void mlx5_vacl_table_del_vlan(void *acl_t, u16 vlan);
/freebsd-11.0-release/contrib/netbsd-tests/lib/libc/sync/
H A Dall_sync_ops_linkable.c46 volatile uint16_t u16 = 0; variable
59 __sync_add_and_fetch_2(&u16, 1);
66 __sync_bool_compare_and_swap_2(&u16, 1, 2);
73 __sync_fetch_and_add_2(&u16, 1);
80 __sync_fetch_and_and_2(&u16, 0x80);
88 __sync_fetch_and_nand_2(&u16, 0x80);
96 __sync_fetch_and_or_2(&u16, 0x80);
103 __sync_fetch_and_sub_2(&u16, 0x80);
110 __sync_fetch_and_xor_2(&u16, 0x80);
117 __sync_lock_release_2(&u16);
[all...]
/freebsd-11.0-release/sys/dev/drm2/i915/
H A Dintel_bios.h36 u16 version; /**< decimal */
37 u16 header_size; /**< in bytes */
38 u16 vbt_size; /**< in bytes */
47 u16 version; /**< decimal */
48 u16 header_size; /**< in bytes */
49 u16 bdb_size; /**< in bytes */
63 u16 code_segment;
206 u16 handle;
207 u16 device_type;
209 u16 addin_offse
[all...]
/freebsd-11.0-release/contrib/wpa/src/rsn_supp/
H A Dpeerkey.h41 struct wpa_eapol_key_192 *key, u16 ver,
44 struct wpa_eapol_key *key, u16 key_info, u16 ver,
48 u16 key_info, u16 ver);
56 struct wpa_eapol_key *key, u16 ver,
64 struct wpa_eapol_key *key, u16 key_info, u16 ver,
72 u16 key_info, u16 ve
[all...]
/freebsd-11.0-release/sys/ofed/include/linux/mlx4/
H A Dsrq.h37 u16 reserved1;

Completed in 180 milliseconds

1234567891011>>