Home
last modified time | relevance | path

Searched refs:ice_hw (Results 1 – 25 of 52) sorted by relevance

123

/Linux-v6.1/drivers/net/ethernet/intel/ice/
Dice_common.h19 int ice_init_hw(struct ice_hw *hw);
20 void ice_deinit_hw(struct ice_hw *hw);
21 int ice_check_reset(struct ice_hw *hw);
22 int ice_reset(struct ice_hw *hw, enum ice_reset_req req);
23 int ice_create_all_ctrlq(struct ice_hw *hw);
24 int ice_init_all_ctrlq(struct ice_hw *hw);
25 void ice_shutdown_all_ctrlq(struct ice_hw *hw);
26 void ice_destroy_all_ctrlq(struct ice_hw *hw);
28 ice_clean_rq_elem(struct ice_hw *hw, struct ice_ctl_q_info *cq,
34 ice_acquire_res(struct ice_hw *hw, enum ice_aq_res_ids res,
[all …]
Dice_flex_pipe.h79 ice_acquire_change_lock(struct ice_hw *hw, enum ice_aq_res_access_type access);
80 void ice_release_change_lock(struct ice_hw *hw);
82 ice_find_prot_off(struct ice_hw *hw, enum ice_block blk, u8 prof, u16 fv_idx,
85 ice_get_sw_fv_bitmap(struct ice_hw *hw, enum ice_prof_type type,
88 ice_init_prof_result_bm(struct ice_hw *hw);
90 ice_get_sw_fv_list(struct ice_hw *hw, struct ice_prot_lkup_ext *lkups,
96 ice_aq_upload_section(struct ice_hw *hw, struct ice_buf_hdr *pkg_buf,
99 ice_get_open_tunnel_port(struct ice_hw *hw, u16 *port,
105 int ice_set_dvm_boost_entries(struct ice_hw *hw);
108 bool ice_hw_ptype_ena(struct ice_hw *hw, u16 ptype);
[all …]
Dice_nvm.h15 int ice_acquire_nvm(struct ice_hw *hw, enum ice_aq_res_access_type access);
16 void ice_release_nvm(struct ice_hw *hw);
18 ice_read_flat_nvm(struct ice_hw *hw, u32 offset, u32 *length, u8 *data,
21 ice_get_pfa_module_tlv(struct ice_hw *hw, u16 *module_tlv, u16 *module_tlv_len,
23 int ice_get_inactive_orom_ver(struct ice_hw *hw, struct ice_orom_info *orom);
24 int ice_get_inactive_nvm_ver(struct ice_hw *hw, struct ice_nvm_info *nvm);
26 ice_get_inactive_netlist_ver(struct ice_hw *hw, struct ice_netlist_info *netlist);
27 int ice_read_pba_string(struct ice_hw *hw, u8 *pba_num, u32 pba_num_size);
28 int ice_init_nvm(struct ice_hw *hw);
29 int ice_read_sr_word(struct ice_hw *hw, u16 offset, u16 *data);
[all …]
Dice_switch.h323 ice_add_vsi(struct ice_hw *hw, u16 vsi_handle, struct ice_vsi_ctx *vsi_ctx,
326 ice_free_vsi(struct ice_hw *hw, u16 vsi_handle, struct ice_vsi_ctx *vsi_ctx,
329 ice_update_vsi(struct ice_hw *hw, u16 vsi_handle, struct ice_vsi_ctx *vsi_ctx,
331 bool ice_is_vsi_valid(struct ice_hw *hw, u16 vsi_handle);
332 struct ice_vsi_ctx *ice_get_vsi_ctx(struct ice_hw *hw, u16 vsi_handle);
333 void ice_clear_all_vsi_ctx(struct ice_hw *hw);
335 int ice_get_initial_sw_cfg(struct ice_hw *hw);
338 ice_alloc_res_cntr(struct ice_hw *hw, u8 type, u8 alloc_shared, u16 num_items,
341 ice_free_res_cntr(struct ice_hw *hw, u8 type, u8 alloc_shared, u16 num_items,
346 ice_add_adv_rule(struct ice_hw *hw, struct ice_adv_lkup_elem *lkups,
[all …]
Dice_ptp_hw.h127 u8 ice_get_ptp_src_clock_index(struct ice_hw *hw);
128 bool ice_ptp_lock(struct ice_hw *hw);
129 void ice_ptp_unlock(struct ice_hw *hw);
130 int ice_ptp_init_time(struct ice_hw *hw, u64 time);
131 int ice_ptp_write_incval(struct ice_hw *hw, u64 incval);
132 int ice_ptp_write_incval_locked(struct ice_hw *hw, u64 incval);
133 int ice_ptp_adj_clock(struct ice_hw *hw, s32 adj);
134 int ice_read_phy_tstamp(struct ice_hw *hw, u8 block, u8 idx, u64 *tstamp);
135 int ice_clear_phy_tstamp(struct ice_hw *hw, u8 block, u8 idx);
136 int ice_ptp_init_phc(struct ice_hw *hw);
[all …]
Dice_dcb.h141 int ice_aq_set_pfc_mode(struct ice_hw *hw, u8 pfc_mode, struct ice_sq_cd *cd);
143 ice_aq_get_dcb_cfg(struct ice_hw *hw, u8 mib_type, u8 bridgetype,
147 int ice_init_dcb(struct ice_hw *hw, bool enable_mib_change);
154 ice_aq_stop_lldp(struct ice_hw *hw, bool shutdown_lldp_agent, bool persist,
156 int ice_aq_start_lldp(struct ice_hw *hw, bool persist, struct ice_sq_cd *cd);
158 ice_aq_start_stop_dcbx(struct ice_hw *hw, bool start_dcbx_agent,
160 int ice_cfg_lldp_mib_change(struct ice_hw *hw, bool ena_mib);
163 ice_aq_stop_lldp(struct ice_hw __always_unused *hw, in ice_aq_stop_lldp()
172 ice_aq_start_lldp(struct ice_hw __always_unused *hw, in ice_aq_start_lldp()
180 ice_aq_start_stop_dcbx(struct ice_hw __always_unused *hw, in ice_aq_start_stop_dcbx()
[all …]
Dice_vlan_mode.c12 ice_pkg_get_supported_vlan_mode(struct ice_hw *hw, bool *dvm) in ice_pkg_get_supported_vlan_mode()
63 ice_aq_get_vlan_mode(struct ice_hw *hw, in ice_aq_get_vlan_mode()
89 static bool ice_aq_is_dvm_ena(struct ice_hw *hw) in ice_aq_is_dvm_ena()
113 bool ice_is_dvm_ena(struct ice_hw *hw) in ice_is_dvm_ena()
126 static void ice_cache_vlan_mode(struct ice_hw *hw) in ice_cache_vlan_mode()
135 static bool ice_pkg_supports_dvm(struct ice_hw *hw) in ice_pkg_supports_dvm()
154 static bool ice_fw_supports_dvm(struct ice_hw *hw) in ice_fw_supports_dvm()
182 static bool ice_is_dvm_supported(struct ice_hw *hw) in ice_is_dvm_supported()
243 static int ice_dvm_update_dflt_recipes(struct ice_hw *hw) in ice_dvm_update_dflt_recipes()
274 ice_aq_set_vlan_mode(struct ice_hw *hw, in ice_aq_set_vlan_mode()
[all …]
Dice_fdir.h205 int ice_alloc_fd_res_cntr(struct ice_hw *hw, u16 *cntr_id);
206 int ice_free_fd_res_cntr(struct ice_hw *hw, u16 cntr_id);
207 int ice_alloc_fd_guar_item(struct ice_hw *hw, u16 *cntr_id, u16 num_fltr);
208 int ice_alloc_fd_shrd_item(struct ice_hw *hw, u16 *cntr_id, u16 num_fltr);
210 ice_fdir_get_prgm_desc(struct ice_hw *hw, struct ice_fdir_fltr *input,
213 ice_fdir_get_gen_prgm_pkt(struct ice_hw *hw, struct ice_fdir_fltr *input,
215 int ice_get_fdir_cnt_all(struct ice_hw *hw);
216 bool ice_fdir_is_dup_fltr(struct ice_hw *hw, struct ice_fdir_fltr *input);
219 ice_fdir_find_fltr_by_idx(struct ice_hw *hw, u32 fltr_idx);
221 ice_fdir_update_cntrs(struct ice_hw *hw, enum ice_fltr_ptype flow, bool add);
[all …]
Dice_sched.h69 ice_aq_query_sched_elems(struct ice_hw *hw, u16 elems_req,
73 int ice_sched_query_res_alloc(struct ice_hw *hw);
74 void ice_sched_get_psm_clk_freq(struct ice_hw *hw);
77 void ice_sched_cleanup_all(struct ice_hw *hw);
78 void ice_sched_clear_agg(struct ice_hw *hw);
119 int ice_cfg_rl_burst_size(struct ice_hw *hw, u32 bytes);
120 void ice_sched_replay_agg_vsi_preinit(struct ice_hw *hw);
121 void ice_sched_replay_agg(struct ice_hw *hw);
122 int ice_replay_vsi_agg(struct ice_hw *hw, u16 vsi_handle);
Dice_nvm.c22 ice_aq_read_nvm(struct ice_hw *hw, u16 module_typeid, u32 offset, u16 length, in ice_aq_read_nvm()
66 ice_read_flat_nvm(struct ice_hw *hw, u32 offset, u32 *length, u8 *data, in ice_read_flat_nvm()
125 ice_aq_update_nvm(struct ice_hw *hw, u16 module_typeid, u32 offset, in ice_aq_update_nvm()
163 int ice_aq_erase_nvm(struct ice_hw *hw, u16 module_typeid, struct ice_sq_cd *cd) in ice_aq_erase_nvm()
188 static int ice_read_sr_word_aq(struct ice_hw *hw, u16 offset, u16 *data) in ice_read_sr_word_aq()
213 int ice_acquire_nvm(struct ice_hw *hw, enum ice_aq_res_access_type access) in ice_acquire_nvm()
227 void ice_release_nvm(struct ice_hw *hw) in ice_release_nvm()
247 static u32 ice_get_flash_bank_offset(struct ice_hw *hw, enum ice_bank_select bank, u16 module) in ice_get_flash_bank_offset()
321 ice_read_flash_module(struct ice_hw *hw, enum ice_bank_select bank, u16 module, in ice_read_flash_module()
356 ice_read_nvm_module(struct ice_hw *hw, enum ice_bank_select bank, u32 offset, u16 *data) in ice_read_nvm_module()
[all …]
Dice_ptp_hw.c79 u8 ice_get_ptp_src_clock_index(struct ice_hw *hw) in ice_get_ptp_src_clock_index()
90 static u64 ice_ptp_read_src_incval(struct ice_hw *hw) in ice_ptp_read_src_incval()
110 static void ice_ptp_src_cmd(struct ice_hw *hw, enum ice_ptp_tmr_cmd cmd) in ice_ptp_src_cmd()
147 static void ice_ptp_exec_tmr_cmd(struct ice_hw *hw) in ice_ptp_exec_tmr_cmd()
297 ice_read_phy_reg_e822(struct ice_hw *hw, u8 port, u16 offset, u32 *val) in ice_read_phy_reg_e822()
330 ice_read_64b_phy_reg_e822(struct ice_hw *hw, u8 port, u16 low_addr, u64 *val) in ice_read_64b_phy_reg_e822()
374 ice_write_phy_reg_e822(struct ice_hw *hw, u8 port, u16 offset, u32 val) in ice_write_phy_reg_e822()
404 ice_write_40b_phy_reg_e822(struct ice_hw *hw, u8 port, u16 low_addr, u64 val) in ice_write_40b_phy_reg_e822()
452 ice_write_64b_phy_reg_e822(struct ice_hw *hw, u8 port, u16 low_addr, u64 val) in ice_write_64b_phy_reg_e822()
523 ice_read_quad_reg_e822(struct ice_hw *hw, u8 quad, u16 offset, u32 *val) in ice_read_quad_reg_e822()
[all …]
Dice_vf_mbx.h18 ice_aq_send_msg_to_vf(struct ice_hw *hw, u16 vfid, u32 v_opcode, u32 v_retval,
23 ice_mbx_vf_state_handler(struct ice_hw *hw, struct ice_mbx_data *mbx_data,
28 int ice_mbx_init_snapshot(struct ice_hw *hw, u16 vf_count);
29 void ice_mbx_deinit_snapshot(struct ice_hw *hw);
31 ice_mbx_report_malvf(struct ice_hw *hw, unsigned long *all_malvfs,
35 ice_aq_send_msg_to_vf(struct ice_hw __always_unused *hw, in ice_aq_send_msg_to_vf()
Dice_vlan_mode.h7 struct ice_hw;
9 bool ice_is_dvm_ena(struct ice_hw *hw);
10 int ice_set_vlan_mode(struct ice_hw *hw);
11 void ice_post_pkg_dwnld_vlan_mode_cfg(struct ice_hw *hw);
Dice_flow.h389 ice_flow_add_prof(struct ice_hw *hw, enum ice_block blk, enum ice_flow_dir dir,
392 int ice_flow_rem_prof(struct ice_hw *hw, enum ice_block blk, u64 prof_id);
394 ice_flow_add_entry(struct ice_hw *hw, enum ice_block blk, u64 prof_id,
397 int ice_flow_rem_entry(struct ice_hw *hw, enum ice_block blk, u64 entry_h);
404 int ice_flow_rem_vsi_prof(struct ice_hw *hw, u16 vsi_handle, u64 prof_id);
405 void ice_rem_vsi_rss_list(struct ice_hw *hw, u16 vsi_handle);
406 int ice_replay_rss_cfg(struct ice_hw *hw, u16 vsi_handle);
407 int ice_add_avf_rss_cfg(struct ice_hw *hw, u16 vsi_handle, u64 hashed_flds);
408 int ice_rem_vsi_rss_cfg(struct ice_hw *hw, u16 vsi_handle);
410 ice_add_rss_cfg(struct ice_hw *hw, u16 vsi_handle, u64 hashed_flds,
[all …]
Dice_common.c94 ice_dump_phy_type(struct ice_hw *hw, u64 low, u64 high, const char *prefix) in ice_dump_phy_type()
120 static int ice_set_mac_type(struct ice_hw *hw) in ice_set_mac_type()
170 bool ice_is_e810(struct ice_hw *hw) in ice_is_e810()
181 bool ice_is_e810t(struct ice_hw *hw) in ice_is_e810t()
217 int ice_clear_pf_cfg(struct ice_hw *hw) in ice_clear_pf_cfg()
242 ice_aq_manage_mac_read(struct ice_hw *hw, void *buf, u16 buf_size, in ice_aq_manage_mac_read()
303 struct ice_hw *hw; in ice_aq_get_phy_caps()
567 struct ice_hw *hw; in ice_aq_get_link_info()
658 ice_fill_tx_timer_and_fc_thresh(struct ice_hw *hw, in ice_fill_tx_timer_and_fc_thresh()
695 ice_aq_set_mac_cfg(struct ice_hw *hw, u16 max_frame_size, struct ice_sq_cd *cd) in ice_aq_set_mac_cfg()
[all …]
Dice_controlq.c34 static void ice_adminq_init_regs(struct ice_hw *hw) in ice_adminq_init_regs()
47 static void ice_mailbox_init_regs(struct ice_hw *hw) in ice_mailbox_init_regs()
60 static void ice_sb_init_regs(struct ice_hw *hw) in ice_sb_init_regs()
74 bool ice_check_sq_alive(struct ice_hw *hw, struct ice_ctl_q_info *cq) in ice_check_sq_alive()
91 ice_alloc_ctrlq_sq_ring(struct ice_hw *hw, struct ice_ctl_q_info *cq) in ice_alloc_ctrlq_sq_ring()
122 ice_alloc_ctrlq_rq_ring(struct ice_hw *hw, struct ice_ctl_q_info *cq) in ice_alloc_ctrlq_rq_ring()
143 static void ice_free_cq_ring(struct ice_hw *hw, struct ice_ctl_q_ring *ring) in ice_free_cq_ring()
158 ice_alloc_rq_bufs(struct ice_hw *hw, struct ice_ctl_q_info *cq) in ice_alloc_rq_bufs()
230 ice_alloc_sq_bufs(struct ice_hw *hw, struct ice_ctl_q_info *cq) in ice_alloc_sq_bufs()
273 ice_cfg_cq_regs(struct ice_hw *hw, struct ice_ctl_q_ring *ring, u16 num_entries) in ice_cfg_cq_regs()
[all …]
Dice_flex_pipe.c330 bool ice_hw_ptype_ena(struct ice_hw *hw, u16 ptype) in ice_hw_ptype_ena()
372 static void ice_fill_hw_ptype(struct ice_hw *hw) in ice_fill_hw_ptype()
540 static void ice_add_tunnel_hint(struct ice_hw *hw, char *label_name, u16 val) in ice_add_tunnel_hint()
574 static void ice_add_dvm_hint(struct ice_hw *hw, u16 val, bool enable) in ice_add_dvm_hint()
593 static void ice_init_pkg_hints(struct ice_hw *hw, struct ice_seg *ice_seg) in ice_init_pkg_hints()
829 ice_acquire_global_cfg_lock(struct ice_hw *hw, in ice_acquire_global_cfg_lock()
851 static void ice_release_global_cfg_lock(struct ice_hw *hw) in ice_release_global_cfg_lock()
865 ice_acquire_change_lock(struct ice_hw *hw, enum ice_aq_res_access_type access) in ice_acquire_change_lock()
877 void ice_release_change_lock(struct ice_hw *hw) in ice_release_change_lock()
895 ice_aq_download_pkg(struct ice_hw *hw, struct ice_buf_hdr *pkg_buf, in ice_aq_download_pkg()
[all …]
Dice_fltr.h11 ice_fltr_set_vlan_vsi_promisc(struct ice_hw *hw, struct ice_vsi *vsi,
14 ice_fltr_clear_vlan_vsi_promisc(struct ice_hw *hw, struct ice_vsi *vsi,
17 ice_fltr_clear_vsi_promisc(struct ice_hw *hw, u16 vsi_handle, u8 promisc_mask,
20 ice_fltr_set_vsi_promisc(struct ice_hw *hw, u16 vsi_handle, u8 promisc_mask,
Dice_sched.c19 struct ice_hw *hw; in ice_sched_add_root_node()
100 ice_aqc_send_sched_elem_cmd(struct ice_hw *hw, enum ice_adminq_opc cmd_opc, in ice_aqc_send_sched_elem_cmd()
131 ice_aq_query_sched_elems(struct ice_hw *hw, u16 elems_req, in ice_aq_query_sched_elems()
155 struct ice_hw *hw; in ice_sched_add_node()
213 ice_aq_delete_sched_elems(struct ice_hw *hw, u16 grps_req, in ice_aq_delete_sched_elems()
232 ice_sched_remove_elems(struct ice_hw *hw, struct ice_sched_node *parent, in ice_sched_remove_elems()
306 struct ice_hw *hw = pi->hw; in ice_free_sched_node()
373 ice_aq_get_dflt_topo(struct ice_hw *hw, u8 lport, in ice_aq_get_dflt_topo()
403 ice_aq_add_sched_elems(struct ice_hw *hw, u16 grps_req, in ice_aq_add_sched_elems()
424 ice_aq_cfg_sched_elems(struct ice_hw *hw, u16 elems_req, in ice_aq_cfg_sched_elems()
[all …]
Dice_vf_mbx.c22 ice_aq_send_msg_to_vf(struct ice_hw *hw, u16 vfid, u32 v_opcode, u32 v_retval, in ice_aq_send_msg_to_vf()
191 ice_mbx_traverse(struct ice_hw *hw, in ice_mbx_traverse()
232 ice_mbx_detect_malvf(struct ice_hw *hw, u16 vf_id, in ice_mbx_detect_malvf()
301 ice_mbx_vf_state_handler(struct ice_hw *hw, in ice_mbx_vf_state_handler()
409 ice_mbx_report_malvf(struct ice_hw *hw, unsigned long *all_malvfs, in ice_mbx_report_malvf()
485 int ice_mbx_init_snapshot(struct ice_hw *hw, u16 vf_count) in ice_mbx_init_snapshot()
522 void ice_mbx_deinit_snapshot(struct ice_hw *hw) in ice_mbx_deinit_snapshot()
Dice_switch.c1395 int ice_init_def_sw_recp(struct ice_hw *hw) in ice_init_def_sw_recp()
1444 ice_aq_get_sw_cfg(struct ice_hw *hw, struct ice_aqc_get_sw_cfg_resp_elem *buf, in ice_aq_get_sw_cfg()
1474 ice_aq_add_vsi(struct ice_hw *hw, struct ice_vsi_ctx *vsi_ctx, in ice_aq_add_vsi()
1518 ice_aq_free_vsi(struct ice_hw *hw, struct ice_vsi_ctx *vsi_ctx, in ice_aq_free_vsi()
1553 ice_aq_update_vsi(struct ice_hw *hw, struct ice_vsi_ctx *vsi_ctx, in ice_aq_update_vsi()
1588 bool ice_is_vsi_valid(struct ice_hw *hw, u16 vsi_handle) in ice_is_vsi_valid()
1601 u16 ice_get_hw_vsi_num(struct ice_hw *hw, u16 vsi_handle) in ice_get_hw_vsi_num()
1613 struct ice_vsi_ctx *ice_get_vsi_ctx(struct ice_hw *hw, u16 vsi_handle) in ice_get_vsi_ctx()
1627 ice_save_vsi_ctx(struct ice_hw *hw, u16 vsi_handle, struct ice_vsi_ctx *vsi) in ice_save_vsi_ctx()
1637 static void ice_clear_vsi_q_ctx(struct ice_hw *hw, u16 vsi_handle) in ice_clear_vsi_q_ctx()
[all …]
Dice_flow.c899 ice_flow_xtract_fld(struct ice_hw *hw, struct ice_flow_prof_params *params, in ice_flow_xtract_fld()
1100 ice_flow_xtract_raws(struct ice_hw *hw, struct ice_flow_prof_params *params, in ice_flow_xtract_raws()
1177 ice_flow_create_xtrct_seq(struct ice_hw *hw, in ice_flow_create_xtrct_seq()
1211 ice_flow_proc_segs(struct ice_hw *hw, struct ice_flow_prof_params *params) in ice_flow_proc_segs()
1250 ice_flow_find_prof_conds(struct ice_hw *hw, enum ice_block blk, in ice_flow_find_prof_conds()
1295 ice_flow_find_prof_id(struct ice_hw *hw, enum ice_block blk, u64 prof_id) in ice_flow_find_prof_id()
1312 ice_dealloc_flow_entry(struct ice_hw *hw, struct ice_flow_entry *entry) in ice_dealloc_flow_entry()
1330 ice_flow_rem_entry_sync(struct ice_hw *hw, enum ice_block __always_unused blk, in ice_flow_rem_entry_sync()
1356 ice_flow_add_prof_sync(struct ice_hw *hw, enum ice_block blk, in ice_flow_add_prof_sync()
1433 ice_flow_rem_prof_sync(struct ice_hw *hw, enum ice_block blk, in ice_flow_rem_prof_sync()
[all …]
Dice_ptp.c30 ice_get_sma_config_e810t(struct ice_hw *hw, struct ptp_pin_desc *ptp_pins) in ice_get_sma_config_e810t()
107 ice_ptp_set_sma_config_e810t(struct ice_hw *hw, in ice_ptp_set_sma_config_e810t()
193 struct ice_hw *hw = &pf->hw; in ice_ptp_set_sma_e810t()
348 struct ice_hw *hw = &pf->hw; in ice_get_ptp_clock_index()
394 struct ice_hw *hw = &pf->hw; in ice_set_ptp_clock_index()
434 struct ice_hw *hw = &pf->hw; in ice_clear_ptp_clock_index()
464 struct ice_hw *hw = &pf->hw; in ice_ptp_read_src_clk_reg()
842 struct ice_hw *hw = &pf->hw; in ice_ptp_tx_tstamp_cleanup()
1015 struct ice_hw *hw = &pf->hw; in ice_ptp_write_init()
1030 struct ice_hw *hw = &pf->hw; in ice_ptp_write_adj()
[all …]
Dice_osdep.h35 struct ice_hw;
36 struct device *ice_hw_to_dev(struct ice_hw *hw);
65 struct ice_hw *hw_l = hw; \
Dice_vsi_vlan_lib.c92 struct ice_hw *hw = &vsi->back->hw; in ice_vsi_manage_vlan_insertion()
132 struct ice_hw *hw = &vsi->back->hw; in ice_vsi_manage_vlan_stripping()
212 struct ice_hw *hw = &vsi->back->hw; in __ice_vsi_set_inner_port_vlan()
414 struct ice_hw *hw = &vsi->back->hw; in ice_vsi_ena_outer_stripping()
471 struct ice_hw *hw = &vsi->back->hw; in ice_vsi_dis_outer_stripping()
522 struct ice_hw *hw = &vsi->back->hw; in ice_vsi_ena_outer_insertion()
580 struct ice_hw *hw = &vsi->back->hw; in ice_vsi_dis_outer_insertion()
638 struct ice_hw *hw = &vsi->back->hw; in __ice_vsi_set_outer_port_vlan()

123