Searched refs:u16 (Results 51 - 75 of 698) sorted by relevance

1234567891011>>

/freebsd-13-stable/sys/dev/mlx5/
H A Dcmd.h36 u16 num_entries;
37 u16 func_id;
/freebsd-13-stable/sys/dev/ice/
H A Dice_resmgr.c70 ice_resmgr_init(struct ice_resmgr *resmgr, u16 num_res)
91 ice_resmgr_init_contig_only(struct ice_resmgr *resmgr, u16 num_res)
145 ice_resmgr_assign_contiguous(struct ice_resmgr *resmgr, u16 *idx, u16 num_res)
176 ice_resmgr_assign_scattered(struct ice_resmgr *resmgr, u16 *idx, u16 num_res)
219 ice_resmgr_release_map(struct ice_resmgr *resmgr, u16 *idx, u16 num_res)
H A Dice_common.h63 struct ice_rq_event_info *e, u16 *pending);
72 ice_alloc_hw_res(struct ice_hw *hw, u16 type, u16 num, bool btm, u16 *res);
74 ice_free_hw_res(struct ice_hw *hw, u16 type, u16 num, u16 *res);
76 ice_aq_alloc_free_res(struct ice_hw *hw, u16 num_entries,
77 struct ice_aqc_alloc_free_res_elem *buf, u16 buf_size,
81 struct ice_aq_desc *desc, void *buf, u16 buf_siz
[all...]
/freebsd-13-stable/sys/dev/ixgbe/
H A Dixgbe_dcb_82599.h142 s32 ixgbe_dcb_config_tx_desc_arbiter_82599(struct ixgbe_hw *, u16 *, u16 *,
144 s32 ixgbe_dcb_config_tx_data_arbiter_82599(struct ixgbe_hw *, u16 *, u16 *,
146 s32 ixgbe_dcb_config_rx_arbiter_82599(struct ixgbe_hw *, u16 *, u16 *, u8 *,
153 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_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-13-stable/sys/compat/linuxkpi/common/include/linux/
H A Dprintk.h38 #define GID_PRINT_ARGS(gid_raw) htons(((u16 *)gid_raw)[0]), htons(((u16 *)gid_raw)[1]),\
39 htons(((u16 *)gid_raw)[2]), htons(((u16 *)gid_raw)[3]),\
40 htons(((u16 *)gid_raw)[4]), htons(((u16 *)gid_raw)[5]),\
41 htons(((u16 *)gid_raw)[6]), htons(((u16 *)gid_raw)[7])
/freebsd-13-stable/contrib/wpa/wpa_supplicant/
H A Dwnm_sta.h31 u16 tsf_offset; /* valid if tsf_present=1 */
32 u16 beacon_int; /* valid if tsf_present=1 */
35 u16 bearing; /* valid if bearing_present=1 */
36 u16 rel_height; /* valid if bearing_present=1 */
39 u16 bss_term_dur; /* valid if bss_term_present=1 */
57 u8 action, u16 intval, struct wpabuf *tfs_req);
/freebsd-13-stable/sys/dev/mlxfw/
H A Dmlxfw.h70 int (*component_query)(struct mlxfw_dev *mlxfw_dev, u16 component_index,
72 u16 *p_max_write_size);
77 u16 component_index, u32 component_size);
80 u8 *data, u16 size, u32 offset);
83 u16 component_index);
99 u16 psid_size;
H A Dmlxfw_mfa2_tlv_multi.h51 const struct mlxfw_mfa2_tlv *from_tlv, u16 count);
56 enum mlxfw_mfa2_tlv_type type, u16 index);
61 u16 *p_count);
H A Dmlxfw_mfa2_file.h43 u16 dev_count;
45 u16 component_count;
/freebsd-13-stable/sys/dev/ixl/
H A Dixl_pf_qmgr.c41 ixl_pf_qmgr_init(struct ixl_pf_qmgr *qmgr, u16 num_queues)
56 ixl_pf_qmgr_alloc_contiguous(struct ixl_pf_qmgr *qmgr, u16 num, struct ixl_pf_qtag *qtag)
61 u16 alloc_size;
67 alloc_size = (u16)next_power_of_two(num);
93 * NB: indices is u16 because this is the queue index width used in the Add VSI AQ command
96 ixl_pf_qmgr_alloc_scattered(struct ixl_pf_qmgr *qmgr, u16 num, struct ixl_pf_qtag *qtag)
100 u16 alloc_size;
106 alloc_size = (u16)next_power_of_two(num);
135 u16 i, qidx;
146 u16 first_inde
[all...]
H A Dixl_iw.h59 u16 mtu;
61 u16 qs_handle[IXL_IW_MAX_USER_PRIORITY];
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Object/
H A DCOFFImportFile.cpp138 using u16 = support::ulittle16_t;
187 u16(Machine),
188 u16(NumberOfSections),
197 u16(0),
198 u16(is32bit(Machine) ? IMAGE_FILE_32BIT_MACHINE : C_Invalid),
212 u16(NumberOfRelocations),
213 u16(0),
225 u16(0),
226 u16(0),
240 u16(getImgRelRelocatio
[all...]
/freebsd-13-stable/sys/dev/qlnx/qlnxe/
H A Decore_ll2_api.h98 u16 parse_flags;
99 u16 err_flags;
100 u16 vlan;
108 u16 packet_length;
109 u16 data_length;
117 u16 qp_id;
164 u16 mtu; /* Maximum bytes that can be placed on a BD*/
165 u16 rx_num_desc;
168 u16 rx_num_ooo_buffers;
173 u16 tx_num_des
[all...]
H A Decore_rdma_api.h119 u16 max_inline;
151 u16 max_srq_wr; /* Maximum number of WRs per SRQ */
317 u16 ooo_num_rx_bufs;
339 u16 max_mtu;
349 u16 dpi;
353 u16 wid_count;
367 u16 words[8];
378 u16 pd;
410 u16 dpi;
413 u16 pbl_num_page
[all...]
H A Decore_vf_api.h162 bool ecore_vf_bulletin_get_forced_vlan(struct ecore_hwfn *hwfn, u16 *dst_pvid);
186 u16 *fw_major,
187 u16 *fw_minor,
188 u16 *fw_rev,
189 u16 *fw_eng);
191 u16 *p_vxlan_port, u16 *p_geneve_port);
226 static OSAL_INLINE void ecore_vf_get_fw_version(struct ecore_hwfn OSAL_UNUSED *p_hwfn, u16 OSAL_UNUSED *fw_major, u16 OSAL_UNUSED *fw_minor, u16 OSAL_UNUSE
[all...]
H A Decore_l2_api.h77 u16 queue_id;
128 u16 tpa_max_size;
129 u16 tpa_min_size_to_start;
130 u16 tpa_min_size_to_cont;
162 u16 vlan;
256 u16 opaque_fid,
258 u16 bd_max_bytes,
261 u16 cqe_pbl_size,
302 u16 opaque_fid,
306 u16 pbl_siz
[all...]
H A Decore_vf.h98 u16 *p_coal,
111 u16 rx_coal, u16 tx_coal,
141 u16 bd_max_bytes,
144 u16 cqe_pbl_size,
162 dma_addr_t pbl_addr, u16 pbl_size,
247 * @return INLINE u16
249 u16 ecore_vf_get_igu_sb_id(struct ecore_hwfn *p_hwfn,
250 u16 sb_id);
260 u16 sb_i
[all...]
/freebsd-13-stable/sys/dev/e1000/
H A De1000_phy.h40 s32 e1000_null_read_reg(struct e1000_hw *hw, u32 offset, u16 *data);
43 s32 e1000_null_write_reg(struct e1000_hw *hw, u32 offset, u16 data);
44 s32 e1000_null_set_page(struct e1000_hw *hw, u16 data);
71 void e1000_phy_force_speed_duplex_setup(struct e1000_hw *hw, u16 *phy_ctrl);
74 s32 e1000_read_kmrn_reg_generic(struct e1000_hw *hw, u32 offset, u16 *data);
75 s32 e1000_read_kmrn_reg_locked(struct e1000_hw *hw, u32 offset, u16 *data);
76 s32 e1000_set_page_igp(struct e1000_hw *hw, u16 page);
77 s32 e1000_read_phy_reg_igp(struct e1000_hw *hw, u32 offset, u16 *data);
78 s32 e1000_read_phy_reg_igp_locked(struct e1000_hw *hw, u32 offset, u16 *data);
79 s32 e1000_read_phy_reg_m88(struct e1000_hw *hw, u32 offset, u16 *dat
[all...]
H A De1000_hw.h409 #define __le16 u16
679 u16 vlan_id;
681 u16 reserved2;
704 u16 reserved1;
705 u16 reserved2;
706 u16 command_length;
733 s32 (*get_link_up_info)(struct e1000_hw *, u16 *, u16 *);
750 s32 (*acquire_swfw_sync)(struct e1000_hw *, u16);
751 void (*release_swfw_sync)(struct e1000_hw *, u16);
[all...]
/freebsd-13-stable/contrib/wpa/src/eap_common/
H A Deap_fast_common.h92 void eap_fast_put_tlv_hdr(struct wpabuf *buf, u16 type, u16 len);
93 void eap_fast_put_tlv(struct wpabuf *buf, u16 type, const void *data,
94 u16 len);
95 void eap_fast_put_tlv_buf(struct wpabuf *buf, u16 type,
/freebsd-13-stable/contrib/wpa/src/tls/
H A Dtlsv1_record.h32 u16 tls_version;
51 u16 cipher_suite;
52 u16 write_cipher_suite;
53 u16 read_cipher_suite;
61 u16 cipher_suite);
/freebsd-13-stable/sys/dev/mlx5/mlx5_core/
H A Dwq.h54 u16 sz_m1;
76 u16 sz_m1;
77 u16 head;
78 u16 wqe_ctr;
79 u16 cur_sz;
100 static inline u16 mlx5_wq_cyc_ctr2ix(struct mlx5_wq_cyc *wq, u16 ctr)
105 static inline void *mlx5_wq_cyc_get_wqe(struct mlx5_wq_cyc *wq, u16 ix)
110 static inline int mlx5_wq_cyc_cc_bigger(u16 cc1, u16 cc
[all...]
/freebsd-13-stable/sys/dev/drm2/
H A Ddrm_fb_helper.h52 void (*gamma_set)(struct drm_crtc *crtc, u16 red, u16 green,
53 u16 blue, int regno);
54 void (*gamma_get)(struct drm_crtc *crtc, u16 *red, u16 *green,
55 u16 *blue, int regno);

Completed in 295 milliseconds

1234567891011>>