Lines Matching full:u16
93 struct ice_rq_event_info *e, u16 *pending);
102 ice_alloc_hw_res(struct ice_hw *hw, u16 type, u16 num, bool btm, u16 *res);
104 ice_free_hw_res(struct ice_hw *hw, u16 type, u16 num, u16 *res);
106 struct ice_aqc_alloc_free_res_elem *buf, u16 buf_size,
112 struct libie_aq_desc *desc, void *buf, u16 buf_size,
133 ice_aq_get_rss_key(struct ice_hw *hw, u16 vsi_handle,
136 ice_aq_set_rss_key(struct ice_hw *hw, u16 vsi_handle,
141 void ice_fill_dflt_direct_cmd_desc(struct libie_aq_desc *desc, u16 opcode);
149 void *buf, u16 buf_size, struct ice_sq_cd *cd);
168 u8 *node_part_number, u16 *node_handle);
170 ice_aq_list_caps(struct ice_hw *hw, void *buf, u16 buf_size, u32 *cap_count,
176 u16 link_speeds_bitmap);
192 int ice_aq_get_phy_equalization(struct ice_hw *hw, u16 data_in, u16 op_code,
195 ice_aq_get_fec_stats(struct ice_hw *hw, u16 pcs_quad, u16 pcs_port,
220 ice_aq_set_mac_cfg(struct ice_hw *hw, u16 max_frame_size, struct ice_sq_cd *cd);
225 ice_aq_set_event_mask(struct ice_hw *hw, u8 port_num, u16 mask,
244 ice_aq_sff_eeprom(struct ice_hw *hw, u16 lport, u8 bus_addr,
245 u16 mem_addr, u8 page, u8 set_page, u8 *data, u8 length,
247 u32 ice_get_link_speed(u16 index);
250 ice_cfg_vsi_rdma(struct ice_port_info *pi, u16 vsi_handle, u16 tc_bitmap,
251 u16 *max_rdmaqs);
253 ice_ena_vsi_rdma_qset(struct ice_port_info *pi, u16 vsi_handle, u8 tc,
254 u16 *rdma_qset, u16 num_qsets, u32 *qset_teid);
256 ice_dis_vsi_rdma_qset(struct ice_port_info *pi, u16 count, u32 *qset_teid,
257 u16 *q_id);
259 ice_dis_vsi_txq(struct ice_port_info *pi, u16 vsi_handle, u8 tc, u8 num_queues,
260 u16 *q_handle, u16 *q_ids, u32 *q_teids,
261 enum ice_disq_rst_src rst_src, u16 vmvf_num,
264 ice_cfg_vsi_lan(struct ice_port_info *pi, u16 vsi_handle, u8 tc_bitmap,
265 u16 *max_lanqs);
267 ice_ena_vsi_txq(struct ice_port_info *pi, u16 vsi_handle, u8 tc, u16 q_handle,
268 u8 num_qgrps, struct ice_aqc_add_tx_qgrp *buf, u16 buf_size,
272 u16 buf_size, u16 num_qs, u8 oldport, u8 newport,
274 int ice_replay_vsi(struct ice_hw *hw, u16 vsi_handle);
277 ice_get_lan_q_ctx(struct ice_hw *hw, u16 vsi_handle, u8 tc, u16 q_handle);
278 int ice_sbq_rw_reg(struct ice_hw *hw, struct ice_sbq_msg_input *in, u16 flag);
281 u16 meas_num);
319 u8 *flags, u16 *node_handle);
332 ice_aq_set_gpio(struct ice_hw *hw, u16 gpio_ctrl_handle, u8 pin_idx, bool value,
335 ice_aq_get_gpio(struct ice_hw *hw, u16 gpio_ctrl_handle, u8 pin_idx,
338 u16 ice_get_link_speed_based_on_phy_type(u64 phy_type_low, u64 phy_type_high);
340 ice_aq_set_lldp_mib(struct ice_hw *hw, u8 mib_type, void *buf, u16 buf_size,
347 u16 bus_addr, __le16 addr, u8 params, u8 *data,
351 u16 bus_addr, __le16 addr, u8 params, const u8 *data,
353 int ice_get_pca9575_handle(struct ice_hw *hw, u16 *pca9575_handle);