Lines Matching full:u16

40 	u16 vsi_num;
41 u16 vsis_allocd;
42 u16 vsis_unallocated;
43 u16 flags;
48 u16 num_lan_q_entries[ICE_MAX_TRAFFIC_CLASS];
50 u16 num_rdma_q_entries[ICE_MAX_TRAFFIC_CLASS];
81 u16 fltr_rule_id;
82 u16 flag;
85 u16 src;
94 u16 vlan_id;
97 u16 vlan_id;
98 u16 tpid;
107 u16 ethertype;
120 u16 q_id:11;
121 u16 hw_vsi_id:10;
122 u16 vsi_list_id:10;
126 u16 vsi_handle;
140 u16 rid;
141 u16 fv_idx;
143 u16 mask;
153 u16 h_raw[sizeof(union ice_prot_hdr) / sizeof(u16)];
158 u16 m_raw[sizeof(union ice_prot_hdr) / sizeof(u16)];
164 u16 src;
165 u16 flag;
172 u16 q_id:11;
173 u16 vsi_id:10;
174 u16 hw_vsi_id:10;
175 u16 vsi_list_id:10;
178 u16 vsi_handle;
184 u16 rid;
186 u16 rule_id;
188 u16 vsi_handle;
204 u16 vlan_type;
205 u16 fltr_rule_id;
207 u16 need_pass_l2:1;
208 u16 allow_pass_l2:1;
209 u16 src_vsi;
228 u16 word_masks[ICE_MAX_CHAIN_WORDS];
230 u16 fv_mask[ICE_MAX_CHAIN_WORDS];
271 u16 vsi_list_id;
273 u16 ref_cnt;
291 u16 vsi_count;
293 u16 lg_act_idx;
295 u16 sw_marker_id;
307 u16 lkups_cnt;
309 u16 vsi_count;
325 ice_add_vsi(struct ice_hw *hw, u16 vsi_handle, struct ice_vsi_ctx *vsi_ctx,
328 ice_free_vsi(struct ice_hw *hw, u16 vsi_handle, struct ice_vsi_ctx *vsi_ctx,
331 ice_update_vsi(struct ice_hw *hw, u16 vsi_handle, struct ice_vsi_ctx *vsi_ctx,
333 bool ice_is_vsi_valid(struct ice_hw *hw, u16 vsi_handle);
334 struct ice_vsi_ctx *ice_get_vsi_ctx(struct ice_hw *hw, u16 vsi_handle);
340 ice_alloc_res_cntr(struct ice_hw *hw, u8 type, u8 alloc_shared, u16 num_items,
341 u16 *counter_id);
343 ice_free_res_cntr(struct ice_hw *hw, u8 type, u8 alloc_shared, u16 num_items,
344 u16 counter_id);
345 int ice_share_res(struct ice_hw *hw, u16 type, u8 shared, u16 res_id);
354 u16 lkups_cnt, struct ice_adv_rule_info *rinfo,
361 bool ice_vlan_fltr_exist(struct ice_hw *hw, u16 vlan_id, u16 vsi_handle);
364 int ice_cfg_rdma_fltr(struct ice_hw *hw, u16 vsi_handle, bool enable);
365 void ice_remove_vsi_fltr(struct ice_hw *hw, u16 vsi_handle);
369 ice_cfg_dflt_vsi(struct ice_port_info *pi, u16 vsi_handle, bool set,
372 ice_check_if_dflt_vsi(struct ice_port_info *pi, u16 vsi_handle,
376 ice_set_vsi_promisc(struct ice_hw *hw, u16 vsi_handle, u8 promisc_mask,
377 u16 vid);
379 ice_clear_vsi_promisc(struct ice_hw *hw, u16 vsi_handle, u8 promisc_mask,
380 u16 vid);
382 ice_set_vlan_vsi_promisc(struct ice_hw *hw, u16 vsi_handle, u8 promisc_mask,
390 u16 ice_get_hw_vsi_num(struct ice_hw *hw, u16 vsi_handle);
392 int ice_replay_vsi_all_fltr(struct ice_hw *hw, u16 vsi_handle);
397 ice_aq_sw_rules(struct ice_hw *hw, void *rule_list, u16 rule_list_sz,
404 ice_find_vsi_list_entry(struct ice_hw *hw, u8 recp_id, u16 vsi_handle,
405 u16 *vsi_list_id);
406 int ice_alloc_recipe(struct ice_hw *hw, u16 *rid);
409 u16 *num_recipes, u16 recipe_root, struct ice_sq_cd *cd);
412 u16 num_recipes, struct ice_sq_cd *cd);