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

1234567891011>>

/freebsd-11-stable/sys/dev/qlnx/qlnxe/
H A Decore_proto_if.h45 u16 num_cons;
68 u16 num_cons;
69 u16 num_tasks;
72 u16 sq_num_pbl_pages;
74 u16 cq_num_entries;
75 u16 cmdq_num_entries;
76 u16 rq_buffer_log_size;
77 u16 mtu;
78 u16 dummy_icid;
79 u16 bdq_xoff_threshol
[all...]
H A Decore_hsi_init_func.h65 u16 weight /* An arbitration weight. Valid only if use_wfq is set. */;
84 u16 lb_mac_rate /* Global MAC+LB RL rate (in Mbps). If set to 0, the RL will be disabled. */;
85 u16 lb_rate /* Global LB RL rate (in Mbps). If set to 0, the RL will be disabled. */;
87 u16 tc_rate[NUM_OF_PHYS_TCS] /* RL rate per physical TC (in Mbps). If set to 0, the RL will be disabled. */;
117 u16 num_pbf_cmd_lines /* number of PBF command lines that can be used by this port */;
118 u16 num_btb_blocks /* number of BTB blocks that can be used by this port */;
119 u16 reserved;
141 u16 vport_wfq /* WFQ weight. A value of 0 means dont configure. ignored if VPORT WFQ is globally disabled. */;
142 u16 first_tx_pq_id[NUM_OF_TCS] /* the first Tx PQ ID associated with this VPORT for each TC. */;
H A Decore_tcp_ip.h65 u16 h_proto; /* packet type ID field */
72 u16 tot_len;
73 u16 id;
74 u16 frag_off;
77 u16 check;
86 u16 h_vlan_proto;
87 u16 h_vlan_TCI;
88 u16 h_vlan_encapsulated_proto;
94 u16 u6_addr16[8];
104 u16 payload_le
[all...]
H A Decore_l2.h48 u16 queue_id;
83 u16 sb_igu_id;
87 u16 opaque_fid;
121 ecore_eth_queue_to_cid(struct ecore_hwfn *p_hwfn, u16 opaque_fid,
145 u16 bd_max_bytes,
148 u16 cqe_pbl_size);
164 dma_addr_t pbl_addr, u16 pbl_size,
165 u16 pq_id);
171 u16 coalesce,
176 u16 coalesc
[all...]
H A Decore_init_fw_funcs.h54 u16 num_pf_pqs,
55 u16 num_vf_pqs);
125 u16 start_pq,
126 u16 num_pf_pqs,
127 u16 num_vf_pqs,
130 u16 pf_wfq,
149 u16 pf_wfq);
180 u16 first_tx_pq_id[NUM_OF_TCS],
181 u16 vport_wfq);
218 u16 start_p
[all...]
H A Decore_rdma.h61 /* Max CQE is derived from u16/32 size, halved and decremented by 1 to handle
129 u16 srq_id_offset;
130 u16 queue_zone_base;
131 u16 max_queue_zones;
153 u16 icid;
154 u16 qp_idx;
169 u16 pd; /* Protection domain */
170 u16 pkey; /* Primary P_key index */
172 u16 mtu;
173 u16 srq_i
[all...]
H A Decore_ll2.h55 u16 buf_length;
58 u16 parse_flags;
59 u16 packet_length;
60 u16 vlan;
67 u16 bd_used;
73 u16 frag_len;
104 u16 cur_completing_bd_idx;
107 u16 bds_idx;
108 u16 cur_send_frag_num;
109 u16 cur_completing_frag_nu
[all...]
H A Decore_roce_api.h109 u16 max_inline;
141 u16 max_srq_wr; /* Maximum number of WRs per SRQ */
251 u16 rl_max_rate; /* Maximum rate in 1.6 Mbps resolution */
252 u16 rl_r_ai; /* Active increase rate */
253 u16 rl_r_hai; /* Hyper active increase rate */
254 u16 dcqcn_g; /* Alpha update gain in 1/64K resolution */
273 u16 ooo_num_rx_bufs;
295 u16 max_mtu;
305 u16 dpi;
309 u16 wid_coun
[all...]
/freebsd-11-stable/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...]
/freebsd-11-stable/sys/crypto/rijndael/
H A Drijndael_local.h6 typedef u_int16_t u16; typedef
/freebsd-11-stable/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-stable/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_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...]
/freebsd-11-stable/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 gas_build_comeback_resp(u8 dialog_token, u16 status_code, u8 frag_id, u8 more,
19 u16 comeback_delay, size_t size);
21 struct wpabuf * gas_anqp_build_initial_resp(u8 dialog_token, u16 status_code,
22 u16 comeback_delay, size_t size);
24 u16 status_code,
25 u16 comeback_delay,
27 struct wpabuf * gas_anqp_build_comeback_resp(u8 dialog_token, u16 status_code,
29 u16 comeback_dela
[all...]
/freebsd-11-stable/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_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 *);
/freebsd-11-stable/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-stable/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-stable/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dchecksum.h40 inline u16 computeBSDChecksum(u16 Sum, uptr Data) {
42 Sum = static_cast<u16>((Sum >> 1) | ((Sum & 1) << 15));
43 Sum = static_cast<u16>(Sum + (Data & 0xff));
/freebsd-11-stable/sys/contrib/ena-com/
H A Dena_com.h75 u16 llq_ring_entry_size_value;
85 u16 len; /**< Buffer length in bytes */
89 u16 len;
90 u16 req_id;
101 u16 mss;
102 u16 l3_hdr_len;
103 u16 l3_hdr_offset;
104 u16 l4_hdr_len; /* In words */
108 u16 header_location_ctrl;
109 u16 desc_stride_ctr
[all...]
/freebsd-11-stable/sys/ofed/include/rdma/
H A Dib_cache.h79 u16 *index);
101 u16 *index);
109 void *context, u16 *index);
123 u16 *pkey);
138 u16 pkey,
139 u16 *index);
154 u16 pkey,
155 u16 *index);
/freebsd-11-stable/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...]

Completed in 166 milliseconds

1234567891011>>