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

1234567891011>>

/freebsd-9.3-release/sys/dev/e1000/
H A De1000_nvm.h40 u16 word[2];
41 u16 *pba_block;
47 s32 e1000_null_read_nvm(struct e1000_hw *hw, u16 a, u16 b, u16 *c);
49 s32 e1000_null_led_default(struct e1000_hw *hw, u16 *data);
50 s32 e1000_null_write_nvm(struct e1000_hw *hw, u16 a, u16 b, u16 *c);
58 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.h41 s32 e1000_write_nvm_srwr_i210(struct e1000_hw *hw, u16 offset,
42 u16 words, u16 *data);
43 s32 e1000_read_nvm_srrd_i210(struct e1000_hw *hw, u16 offset,
44 u16 words, u16 *data);
45 s32 e1000_read_invm_i211(struct e1000_hw *hw, u8 address, 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);
57 (u16)(((invm_dwor
[all...]
H A De1000_vf.h93 u16 pkt_info;
95 u16 hdr_info;
101 u16 ip_id; /* IP id */
102 u16 csum; /* Packet Checksum */
108 u16 length; /* Packet length */
109 u16 vlan; /* VLAN tag */
203 s32 (*get_link_up_info)(struct e1000_hw *, u16 *, u16 *);
220 u16 mta_reg_count;
221 u16 rar_entry_coun
[all...]
H A De1000_phy.h39 s32 e1000_null_read_reg(struct e1000_hw *hw, u32 offset, u16 *data);
42 s32 e1000_null_write_reg(struct e1000_hw *hw, u32 offset, u16 data);
43 s32 e1000_null_set_page(struct e1000_hw *hw, u16 data);
70 void e1000_phy_force_speed_duplex_setup(struct e1000_hw *hw, u16 *phy_ctrl);
73 s32 e1000_read_kmrn_reg_generic(struct e1000_hw *hw, u32 offset, u16 *data);
74 s32 e1000_read_kmrn_reg_locked(struct e1000_hw *hw, u32 offset, u16 *data);
75 s32 e1000_set_page_igp(struct e1000_hw *hw, u16 page);
76 s32 e1000_read_phy_reg_igp(struct e1000_hw *hw, u32 offset, u16 *data);
77 s32 e1000_read_phy_reg_igp_locked(struct e1000_hw *hw, u32 offset, u16 *data);
78 s32 e1000_read_phy_reg_m88(struct e1000_hw *hw, u32 offset, u16 *dat
[all...]
H A De1000_mbx.c41 static s32 e1000_null_mbx_check_for_flag(struct e1000_hw *hw, u16 mbx_id)
52 static s32 e1000_null_mbx_transact(struct e1000_hw *hw, u32 *msg, u16 size,
53 u16 mbx_id)
69 s32 e1000_read_mbx(struct e1000_hw *hw, u32 *msg, u16 size, u16 mbx_id)
95 s32 e1000_write_mbx(struct e1000_hw *hw, u32 *msg, u16 size, u16 mbx_id)
118 s32 e1000_check_for_msg(struct e1000_hw *hw, u16 mbx_id)
138 s32 e1000_check_for_ack(struct e1000_hw *hw, u16 mbx_id)
158 s32 e1000_check_for_rst(struct e1000_hw *hw, u16 mbx_i
[all...]
H A De1000_i210.c41 static s32 e1000_write_nvm_srwr(struct e1000_hw *hw, u16 offset, u16 words,
42 u16 *data);
44 static s32 e1000_valid_led_default_i210(struct e1000_hw *hw, u16 *data);
45 static s32 e1000_read_nvm_i211(struct e1000_hw *hw, u16 offset, u16 words,
46 u16 *data);
90 s32 e1000_acquire_swfw_sync_i210(struct e1000_hw *hw, u16 mask)
142 void e1000_release_swfw_sync_i210(struct e1000_hw *hw, u16 mask)
238 s32 e1000_read_nvm_srrd_i210(struct e1000_hw *hw, u16 offse
[all...]
/freebsd-9.3-release/sys/crypto/rijndael/
H A Drijndael_local.h6 typedef u_int16_t u16; typedef
/freebsd-9.3-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-9.3-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.h113 s32 ixgbe_read_mbx(struct ixgbe_hw *, u32 *, u16, u16);
114 s32 ixgbe_write_mbx(struct ixgbe_hw *, u32 *, u16, u16);
115 s32 ixgbe_read_posted_mbx(struct ixgbe_hw *, u32 *, u16, u16);
116 s32 ixgbe_write_posted_mbx(struct ixgbe_hw *, u32 *, u16, u16);
117 s32 ixgbe_check_for_msg(struct ixgbe_hw *, u16);
118 s32 ixgbe_check_for_ack(struct ixgbe_hw *, u16);
[all...]
H A Dixgbe_common.h46 u16 word[2];
47 u16 *pba_block;
53 u16 ixgbe_get_pcie_msix_count_generic(struct ixgbe_hw *hw);
62 s32 ixgbe_read_pba_raw(struct ixgbe_hw *hw, u16 *eeprom_buf,
63 u32 eeprom_buf_size, u16 max_pba_block_size,
65 s32 ixgbe_write_pba_raw(struct ixgbe_hw *hw, u16 *eeprom_buf,
67 s32 ixgbe_get_pba_block_size(struct ixgbe_hw *hw, u16 *eeprom_buf,
68 u32 eeprom_buf_size, u16 *pba_block_size);
71 void ixgbe_set_pci_config_data_generic(struct ixgbe_hw *hw, u16 link_status);
79 s32 ixgbe_write_eeprom_generic(struct ixgbe_hw *hw, u16 offse
[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_dcb_82599.h141 s32 ixgbe_dcb_config_tx_desc_arbiter_82599(struct ixgbe_hw *, u16 *, u16 *,
143 s32 ixgbe_dcb_config_tx_data_arbiter_82599(struct ixgbe_hw *, u16 *, u16 *,
145 s32 ixgbe_dcb_config_rx_arbiter_82599(struct ixgbe_hw *, u16 *, u16 *, u8 *,
152 s32 ixgbe_dcb_hw_config_82599(struct ixgbe_hw *, int, u16 *, u16 *, u8 *,
H A Dixgbe_dcb.h88 u16 data_credits_refill; /* Credit refill amount in 64B granularity */
89 u16 data_credits_max; /* Max credits for a configured packet buffer
106 u16 desc_credits_max; /* For Tx Descriptor arbitration */
143 s32 ixgbe_dcb_calculate_tc_credits(u8 *, u16 *, u16 *, int);
166 void ixgbe_dcb_unpack_refill_cee(struct ixgbe_dcb_config *, int, u16 *);
167 void ixgbe_dcb_unpack_max_cee(struct ixgbe_dcb_config *, u16 *);
174 s32 ixgbe_dcb_hw_config(struct ixgbe_hw *, u16 *, u16 *, u8 *, u8 *, u8 *);
H A Dixgbe_mbx.c47 s32 ixgbe_read_mbx(struct ixgbe_hw *hw, u32 *msg, u16 size, u16 mbx_id)
73 s32 ixgbe_write_mbx(struct ixgbe_hw *hw, u32 *msg, u16 size, u16 mbx_id)
96 s32 ixgbe_check_for_msg(struct ixgbe_hw *hw, u16 mbx_id)
116 s32 ixgbe_check_for_ack(struct ixgbe_hw *hw, u16 mbx_id)
136 s32 ixgbe_check_for_rst(struct ixgbe_hw *hw, u16 mbx_id)
156 static s32 ixgbe_poll_for_msg(struct ixgbe_hw *hw, u16 mbx_id)
184 static s32 ixgbe_poll_for_ack(struct ixgbe_hw *hw, u16 mbx_id)
215 s32 ixgbe_read_posted_mbx(struct ixgbe_hw *hw, u32 *msg, u16 siz
[all...]
H A Dixgbe_api.h67 u16 *phy_data);
69 u16 phy_data);
93 s32 ixgbe_write_eeprom(struct ixgbe_hw *hw, u16 offset, u16 data);
94 s32 ixgbe_write_eeprom_buffer(struct ixgbe_hw *hw, u16 offset,
95 u16 words, u16 *data);
96 s32 ixgbe_read_eeprom(struct ixgbe_hw *hw, u16 offset, u16 *data);
97 s32 ixgbe_read_eeprom_buffer(struct ixgbe_hw *hw, u16 offse
[all...]
/freebsd-9.3-release/sys/contrib/rdma/
H A Dib_cache.h74 u16 *index);
89 u16 *pkey);
104 u16 pkey,
105 u16 *index);
/freebsd-9.3-release/sys/ofed/include/rdma/
H A Dib_cache.h70 u16 *index);
85 u16 *pkey);
100 u16 pkey,
101 u16 *index);
/freebsd-9.3-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;
204 u16 handle;
205 u16 device_type;
207 u16 addin_offse
[all...]
/freebsd-9.3-release/contrib/wpa/src/rsn_supp/
H A Dpeerkey.h48 struct wpa_eapol_key *key, u16 ver,
51 struct wpa_eapol_key *key, u16 key_info, u16 ver);
54 u16 key_info, u16 ver);
62 struct wpa_eapol_key *key, u16 ver,
70 struct wpa_eapol_key *key, u16 key_info, u16 ver)
77 u16 key_info, u16 ve
[all...]
/freebsd-9.3-release/contrib/wpa/src/ap/
H A Dap_mlme.h24 struct sta_info *sta, u16 reason_code);
33 struct sta_info *sta, u16 reason_code);
/freebsd-9.3-release/contrib/wpa/src/eap_common/
H A Deap_fast_common.h98 void eap_fast_put_tlv_hdr(struct wpabuf *buf, u16 type, u16 len);
99 void eap_fast_put_tlv(struct wpabuf *buf, u16 type, const void *data,
100 u16 len);
101 void eap_fast_put_tlv_buf(struct wpabuf *buf, u16 type,
/freebsd-9.3-release/contrib/wpa/src/wps/
H A Dwps.h54 u16 auth_type;
55 u16 encr_type;
278 void (*set_sel_reg_cb)(void *ctx, int sel_reg, u16 dev_passwd_id,
279 u16 sel_reg_config_methods);
293 const u8 *pri_dev_type, u16 config_methods,
294 u16 dev_password_id, u8 request_type,
409 u16 config_methods;
421 u16 config_error;
422 u16 dev_password_id;
458 u16 config_method
[all...]
/freebsd-9.3-release/sbin/hastd/
H A Dlzf.h188 typedef unsigned short u16; typedef
190 typedef unsigned int u16; typedef

Completed in 299 milliseconds

1234567891011>>