Home
last modified time | relevance | path

Searched full:u16 (Results 1 – 25 of 1528) sorted by relevance

12345678910>>...62

/freebsd/sys/dev/bhnd/nvram/
H A Dnvram_map86 u16 antswitch {
138 u16 boardnum {
143 u16 boardrev {
147 u16 boardtype {
151 u16 boardvendor {
155 u16 bw40po {
159 u16 bwduppo {
176 u16 cck2gpo {
180 u16 cckPwrOffset {
184 u16 cckbw202gpo {
[all …]
/freebsd/sys/dev/ixl/
H A Di40e_prototype.h57 u16 i40e_clean_asq(struct i40e_hw *hw);
64 u16 *events_pending);
68 u16 buff_size,
74 void *desc, void *buffer, u16 buf_len);
80 enum i40e_status_code i40e_aq_get_rss_lut(struct i40e_hw *hw, u16 seid,
81 bool pf_lut, u8 *lut, u16 lut_size);
82 enum i40e_status_code i40e_aq_set_rss_lut(struct i40e_hw *hw, u16 seid,
83 bool pf_lut, u8 *lut, u16 lut_size);
85 u16 seid,
88 u16 seid,
[all …]
/freebsd/sys/dev/isci/scil/
H A Dintel_ata.h337 U16 general_config_bits; // word 00
338 U16 obsolete0; // word 01 (num cylinders)
339 U16 vendor_specific_config_bits; // word 02
340 U16 obsolete1; // word 03 (num heads)
341 U16 retired1[2]; // words 04-05
342 U16 obsolete2; // word 06 (sectors / track)
343 U16 reserved_for_compact_flash1[2]; // words 07-08
344 U16 retired0; // word 09
346 U16 retired2[2]; // words 20-21
347 U16 obsolete4; // word 22
[all …]
H A Dintel_sas.h100 U16 restricted1 : 1;
101 U16 smp_initiator : 1;
102 U16 stp_initiator : 1;
103 U16 ssp_initiator : 1;
104 U16 reserved3 : 4;
105 U16 restricted2 : 1;
106 U16 smp_target : 1;
107 U16 stp_target : 1;
108 U16 ssp_target : 1;
109 U16 reserved4 : 4;
[all …]
/freebsd/sys/dev/ice/
H A Dice_switch.h67 u16 vsi_num;
68 u16 vsis_allocd;
69 u16 vsis_unallocated;
70 u16 flags;
75 u16 num_lan_q_entries[ICE_MAX_TRAFFIC_CLASS];
77 u16 num_rdma_q_entries[ICE_MAX_TRAFFIC_CLASS];
83 u16 vsi_idx; /* VSI index */
122 u16 fltr_rule_id;
123 u16 flag;
126 u16 sr
[all...]
H A Dice_common.h70 struct ice_rq_event_info *e, u16 *pending);
79 ice_alloc_hw_res(struct ice_hw *hw, u16 type, u16 num, bool btm, u16 *res);
81 ice_free_hw_res(struct ice_hw *hw, u16 type, u16 num, u16 *res);
83 ice_aq_alloc_free_res(struct ice_hw *hw, u16 num_entries,
84 struct ice_aqc_alloc_free_res_elem *buf, u16 buf_size,
88 struct ice_aq_desc *desc, void *buf, u16 buf_siz
[all...]
H A Dice_sched.h77 u16 rl_multiplier;
78 u16 wake_up_calc;
79 u16 rl_encode;
89 u16 prof_id_ref; /* profile ID to node association ref count */
95 u16 vsi_handle;
114 ice_aq_query_rl_profile(struct ice_hw *hw, u16 num_profiles,
115 struct ice_aqc_rl_profile_elem *buf, u16 buf_size,
118 ice_aq_cfg_node_attr(struct ice_hw *hw, u16 num_nodes,
119 struct ice_aqc_node_attr_elem *buf, u16 buf_size,
122 ice_aq_cfg_l2_node_cgd(struct ice_hw *hw, u16 num_node
[all...]
/freebsd/sys/dev/e1000/
H A De1000_nvm.h39 u16 word[2];
40 u16 *pba_block;
45 u16 eep_major;
46 u16 eep_minor;
47 u16 eep_build;
54 u16 or_major;
55 u16 or_build;
56 u16 or_patch;
61 s32 e1000_null_read_nvm(struct e1000_hw *hw, u16 a, u16 b, u16 *c);
63 s32 e1000_null_led_default(struct e1000_hw *hw, u16 *data);
[all …]
H A De1000_hw.h426 #define __le16 u16
696 u16 vlan_id;
698 u16 reserved2;
721 u16 reserved1;
722 u16 reserved2;
723 u16 command_length;
750 s32 (*get_link_up_info)(struct e1000_hw *, u16 *, u16 *);
767 s32 (*acquire_swfw_sync)(struct e1000_hw *, u16);
768 void (*release_swfw_sync)(struct e1000_hw *, u16);
796 s32 (*set_page)(struct e1000_hw *, u16);
[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 *data);
[all …]
/freebsd/sys/dev/ixgbe/
H A Dixgbe_e610.h43 void *buf, u16 buf_size);
48 void ixgbe_fill_dflt_direct_cmd_desc(struct ixgbe_aci_desc *desc, u16 opcode);
57 s32 ixgbe_aci_list_caps(struct ixgbe_hw *hw, void *buf, u16 buf_size,
78 s32 ixgbe_aci_set_event_mask(struct ixgbe_hw *hw, u8 port_num, u16 mask);
79 s32 ixgbe_configure_lse(struct ixgbe_hw *hw, bool activate, u16 mask);
83 u8 *node_part_number, u16 *node_handle);
85 u8 node_part_number, u16 *node_handle);
88 u16 bus_addr, __le16 addr, u8 params, u8 *data);
91 u16 bus_addr, __le16 addr, u8 params, u8 *data);
94 s32 ixgbe_aci_set_gpio(struct ixgbe_hw *hw, u16 gpio_ctrl_handle, u8 pin_idx,
[all …]
H A Dixgbe_common.h46 u16 word[2];
47 u16 *pba_block;
52 u16 ixgbe_get_pcie_msix_count_generic(struct ixgbe_hw *hw);
61 s32 ixgbe_read_pba_raw(struct ixgbe_hw *hw, u16 *eeprom_buf,
62 u32 eeprom_buf_size, u16 max_pba_block_size,
64 s32 ixgbe_write_pba_raw(struct ixgbe_hw *hw, u16 *eeprom_buf,
66 s32 ixgbe_get_pba_block_size(struct ixgbe_hw *hw, u16 *eeprom_buf,
67 u32 eeprom_buf_size, u16 *pba_block_size);
70 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 offset, u16 data);
[all …]
/freebsd/sys/dev/igc/
H A Digc_nvm.h12 u16 eep_major;
13 u16 eep_minor;
14 u16 eep_build;
21 u16 or_major;
22 u16 or_build;
23 u16 or_patch;
27 s32 igc_null_read_nvm(struct igc_hw *hw, u16 a, u16 b, u16 *c);
29 s32 igc_null_led_default(struct igc_hw *hw, u16 *data);
30 s32 igc_null_write_nvm(struct igc_hw *hw, u16 a, u16 b, u16 *c);
37 s32 igc_read_nvm_eerd(struct igc_hw *hw, u16 offset, u16 words,
[all …]
H A Digc_hw.h121 #define __le16 u16
351 s32 (*get_link_up_info)(struct igc_hw *, u16 *, u16 *);
362 s32 (*acquire_swfw_sync)(struct igc_hw *, u16);
363 void (*release_swfw_sync)(struct igc_hw *, u16);
386 s32 (*set_page)(struct igc_hw *, u16);
387 s32 (*read_reg)(struct igc_hw *, u32, u16 *);
388 s32 (*read_reg_locked)(struct igc_hw *, u32, u16 *);
389 s32 (*read_reg_page)(struct igc_hw *, u32, u16 *);
394 s32 (*write_reg)(struct igc_hw *, u32, u16);
395 s32 (*write_reg_locked)(struct igc_hw *, u32, u16);
[all …]
/freebsd/sys/dev/mpi3mr/
H A Dmpi3mr.h325 U16 build_num;
326 U16 cust_id;
338 U16 max_reqs;
339 U16 product_id;
340 U16 op_req_sz;
341 U16 reply_sz;
342 U16 exceptions;
343 U16 max_perids;
344 U16 max_pds;
345 U16 max_sasexpanders;
[all …]
H A Dmpi3mr_app.h131 U16 rsvd1;
154 U16 rsvd4;
167 U16 rsvd2;
168 U16 dev_handle;
169 U16 persistent_id;
174 U16 handle;
175 U16 per_id;
179 U16 rsvd2;
183 U16 num_devices;
184 U16 rsvd1;
[all …]
/freebsd/sys/dev/mpi3mr/mpi/
H A Dmpi30_targ.h52 U16 InitiatorConnectionTag; /* 0x02 */
54 U16 Reserved08; /* 0x08 */
55 U16 Flags; /* 0x0A */
57 U16 Tag; /* 0x10 */
58 U16 TargetPortTransferTag; /* 0x12 */
74 U16 InitiatorConnectionTag; /* 0x02 */
76 U16 Reserved08; /* 0x08 */
77 U16 Flags; /* 0x0A */
79 U16 Tag; /* 0x10 */
80 U16 TargetPortTransferTag; /* 0x12 */
[all …]
/freebsd/sys/dev/qlnx/qlnxe/
H A Decore_iov_api.h99 u16 forced_vlan;
103 u16 rel_vf_id;
109 u16 num_queues;
115 u16 req_rx_queue[ECORE_MAX_VF_CHAINS_PER_PF];
116 u16 req_tx_queue[ECORE_MAX_VF_CHAINS_PER_PF];
154 u16 rel_vf_id);
165 u16 ctrl; /* SR-IOV Control */
166 u16 total_vfs; /* total VFs associated with the PF */
167 u16 num_vfs; /* number of vfs that have been started */
168 u16 initial_vfs; /* initial VFs associated with the PF */
[all …]
H A Decore_proto_if.h43 u16 num_cons;
66 u16 num_cons;
67 u16 num_tasks;
70 u16 sq_num_pbl_pages;
72 u16 cq_num_entries;
73 u16 cmdq_num_entries;
74 u16 rq_buffer_log_size;
75 u16 mtu;
76 u16 dummy_icid;
77 u16 bdq_xoff_threshold[2];
[all …]
H A Decore_vfpf_if.h57 u16 hw_sb_id; /* aka absolute igu id, used to ack the sb */
74 u16 type;
75 u16 length;
139 u16 opaque_fid; /* ME register value */
166 u16 rss_ind_table[T_ETH_INDIRECTION_TABLE_SIZE];
190 u16 fw_major;
191 u16 fw_minor;
192 u16 fw_rev;
193 u16 fw_eng;
214 u16 db_size;
[all …]
H A Decore_roce_api.h106 u16 max_inline;
138 u16 max_srq_wr; /* Maximum number of WRs per SRQ */
248 u16 rl_max_rate; /* Maximum rate in 1.6 Mbps resolution */
249 u16 rl_r_ai; /* Active increase rate */
250 u16 rl_r_hai; /* Hyper active increase rate */
251 u16 dcqcn_g; /* Alpha update gain in 1/64K resolution */
270 u16 ooo_num_rx_bufs;
292 u16 max_mtu;
302 u16 dpi;
306 u16 wid_count;
[all …]
/freebsd/sys/dev/irdma/
H A Dirdma_type.h259 u16 rai_factor;
260 u16 hai_factor;
261 u16 dcqcn_t;
276 u16 hw_maj_ver;
277 u16 hw_min_ver;
325 u16 byteoff;
333 u16 hmc_fcn_index;
334 u16 stats_inst_index;
409 u16 hw_maj_ver;
410 u16 hw_min_ver;
[all …]
/freebsd/sys/dev/mps/mpi/
H A Dmpi2_ioc.h87 * a U16 (from a U32).
162 U16 Reserved2; /* 0x04 */
167 U16 Reserved4; /* 0x0A */
168 U16 MsgVersion; /* 0x0C */
169 U16 HeaderVersion; /* 0x0E */
171 U16 Reserved6; /* 0x14 */
174 U16 Reserved8; /* 0x18 */
175 U16 SystemRequestFrameSize; /* 0x1A */
176 U16 ReplyDescriptorPostQueueDepth; /* 0x1C */
177 U16 ReplyFreeQueueDepth; /* 0x1E */
[all …]
/freebsd/sys/dev/bnxt/bnxt_re/
H A Dqplib_sp.h42 u16 max_sgid;
43 u16 max_mrw;
74 u16 dev_cap_flags;
89 u16 vlan_id;
103 u16 vlan_id;
137 u16 inact_th_hi;
138 u16 min_delta_cnp;
139 u16 init_cp;
144 u16 rr_rtt_th;
145 u16 ar_cr_th;
[all …]
/freebsd/sys/dev/mlx5/
H A Dvport.h38 u16 *counter_set_id);
40 u16 counter_set_id);
42 u16 counter_set_id,
47 u16 counter_set_id,
61 u8 mlx5_query_vport_state(struct mlx5_core_dev *mdev, u8 opmod, u16 vport);
63 u16 vport);
65 u16 vport, u8 state);
73 u16 vport,
83 u16 vport, u8 *addr);
85 u16 vport, u8 *addr);
[all …]

12345678910>>...62