| /f-stack/dpdk/drivers/net/ice/base/ |
| H A D | ice_common.h | 23 enum ice_status ice_init_hw(struct ice_hw *hw); 24 void ice_deinit_hw(struct ice_hw *hw); 25 enum ice_status ice_check_reset(struct ice_hw *hw); 30 void ice_shutdown_all_ctrlq(struct ice_hw *hw); 31 void ice_destroy_all_ctrlq(struct ice_hw *hw); 54 void ice_clear_pxe_mode(struct ice_hw *hw); 56 enum ice_status ice_get_caps(struct ice_hw *hw); 58 void ice_set_safe_mode_caps(struct ice_hw *hw); 78 ice_write_tx_cmpltnq_ctx(struct ice_hw *hw, 84 ice_write_tx_drbell_q_ctx(struct ice_hw *hw, [all …]
|
| H A D | ice_flex_pipe.h | 26 void ice_release_change_lock(struct ice_hw *hw); 34 ice_get_sw_fv_bitmap(struct ice_hw *hw, enum ice_prof_type type, 37 ice_init_prof_result_bm(struct ice_hw *hw); 58 void ice_init_all_prof_masks(struct ice_hw *hw); 59 void ice_shutdown_all_prof_masks(struct ice_hw *hw); 71 enum ice_status ice_init_hw_tbls(struct ice_hw *hw); 72 void ice_free_seg(struct ice_hw *hw); 73 void ice_fill_blk_tbls(struct ice_hw *hw); 74 void ice_clear_hw_tbls(struct ice_hw *hw); 75 void ice_free_hw_tbls(struct ice_hw *hw); [all …]
|
| H A D | ice_switch.h | 388 void ice_clear_all_vsi_ctx(struct ice_hw *hw); 406 enum ice_status ice_get_initial_sw_cfg(struct ice_hw *hw); 429 ice_aq_get_res_alloc(struct ice_hw *hw, u16 *num_entries, 433 ice_aq_get_res_descs(struct ice_hw *hw, u16 num_entries, 440 void ice_rem_all_sw_rules_info(struct ice_hw *hw); 482 ice_aq_add_recipe(struct ice_hw *hw, 487 ice_aq_get_recipe(struct ice_hw *hw, 506 ice_rem_adv_rule_by_id(struct ice_hw *hw, 512 enum ice_status ice_replay_all_fltr(struct ice_hw *hw); 517 bool ice_is_vsi_valid(struct ice_hw *hw, u16 vsi_handle); [all …]
|
| H A D | ice_acl.h | 131 enum ice_status ice_acl_destroy_tbl(struct ice_hw *hw); 139 ice_aq_dealloc_acl_tbl(struct ice_hw *hw, u16 alloc_id, 148 ice_aq_alloc_actpair(struct ice_hw *hw, u16 alloc_id, 151 ice_aq_dealloc_actpair(struct ice_hw *hw, u16 alloc_id, 161 ice_prgm_acl_prof_xtrct(struct ice_hw *hw, u8 prof_id, 165 ice_query_acl_prof(struct ice_hw *hw, u8 prof_id, 175 ice_prog_acl_prof_ranges(struct ice_hw *hw, u8 prof_id, 179 ice_query_acl_prof_ranges(struct ice_hw *hw, u8 prof_id, 183 ice_aq_alloc_acl_scen(struct ice_hw *hw, u16 *scen_id, 188 ice_aq_update_acl_scen(struct ice_hw *hw, u16 scen_id, [all …]
|
| H A D | ice_nvm.h | 76 ice_nvm_access_read(struct ice_hw *hw, struct ice_nvm_access_cmd *cmd, 79 ice_nvm_access_write(struct ice_hw *hw, struct ice_nvm_access_cmd *cmd, 85 ice_handle_nvm_access(struct ice_hw *hw, struct ice_nvm_access_cmd *cmd, 88 ice_acquire_nvm(struct ice_hw *hw, enum ice_aq_res_access_type access); 89 void ice_release_nvm(struct ice_hw *hw); 95 ice_read_flat_nvm(struct ice_hw *hw, u32 offset, u32 *length, u8 *data, 101 ice_read_pba_string(struct ice_hw *hw, u8 *pba_num, u32 pba_num_size); 102 enum ice_status ice_init_nvm(struct ice_hw *hw); 103 enum ice_status ice_read_sr_word(struct ice_hw *hw, u16 offset, u16 *data); 105 ice_read_sr_buf(struct ice_hw *hw, u16 offset, u16 *words, u16 *data); [all …]
|
| H A D | ice_acl.c | 68 ice_aq_dealloc_acl_tbl(struct ice_hw *hw, u16 alloc_id, in ice_aq_dealloc_acl_tbl() 167 ice_aq_alloc_actpair(struct ice_hw *hw, u16 alloc_id, in ice_aq_alloc_actpair() 184 ice_aq_dealloc_actpair(struct ice_hw *hw, u16 alloc_id, in ice_aq_dealloc_actpair() 276 ice_acl_prof_aq_send(struct ice_hw *hw, u16 opc, u8 prof_id, in ice_acl_prof_aq_send() 300 ice_prgm_acl_prof_xtrct(struct ice_hw *hw, u8 prof_id, in ice_prgm_acl_prof_xtrct() 318 ice_query_acl_prof(struct ice_hw *hw, u8 prof_id, in ice_query_acl_prof() 447 ice_prog_acl_prof_ranges(struct ice_hw *hw, u8 prof_id, in ice_prog_acl_prof_ranges() 470 ice_query_acl_prof_ranges(struct ice_hw *hw, u8 prof_id, in ice_query_acl_prof_ranges() 492 ice_aq_alloc_acl_scen(struct ice_hw *hw, u16 *scen_id, in ice_aq_alloc_acl_scen() 570 ice_aq_update_acl_scen(struct ice_hw *hw, u16 scen_id, in ice_aq_update_acl_scen() [all …]
|
| H A D | ice_fdir.h | 232 enum ice_status ice_alloc_fd_res_cntr(struct ice_hw *hw, u16 *cntr_id); 233 enum ice_status ice_free_fd_res_cntr(struct ice_hw *hw, u16 cntr_id); 235 ice_alloc_fd_guar_item(struct ice_hw *hw, u16 *cntr_id, u16 num_fltr); 237 ice_free_fd_guar_item(struct ice_hw *hw, u16 cntr_id, u16 num_fltr); 239 ice_alloc_fd_shrd_item(struct ice_hw *hw, u16 *cntr_id, u16 num_fltr); 241 ice_free_fd_shrd_item(struct ice_hw *hw, u16 cntr_id, u16 num_fltr); 242 enum ice_status ice_clear_pf_fd_table(struct ice_hw *hw); 244 ice_fdir_get_prgm_desc(struct ice_hw *hw, struct ice_fdir_fltr *input, 251 int ice_get_fdir_cnt_all(struct ice_hw *hw); 255 ice_fdir_find_fltr_by_idx(struct ice_hw *hw, u32 fltr_idx); [all …]
|
| H A D | ice_dcb.h | 176 ice_aq_get_lldp_mib(struct ice_hw *hw, u8 bridge_type, u8 mib_type, void *buf, 180 ice_aq_get_cee_dcb_cfg(struct ice_hw *hw, 184 u8 ice_get_dcbx_status(struct ice_hw *hw); 186 ice_aq_get_dcb_cfg(struct ice_hw *hw, u8 mib_type, u8 bridgetype, 190 enum ice_status ice_init_dcb(struct ice_hw *hw, bool enable_mib_change); 204 ice_aq_stop_lldp(struct ice_hw *hw, bool shutdown_lldp_agent, bool persist, 207 ice_aq_start_lldp(struct ice_hw *hw, bool persist, struct ice_sq_cd *cd); 209 ice_aq_start_stop_dcbx(struct ice_hw *hw, bool start_dcbx_agent, 211 enum ice_status ice_cfg_lldp_mib_change(struct ice_hw *hw, bool ena_mib); 213 ice_aq_cfg_lldp_mib_change(struct ice_hw *hw, bool ena_update,
|
| H A D | ice_sched.h | 77 ice_aq_query_rl_profile(struct ice_hw *hw, u16 num_profiles, 81 ice_aq_cfg_l2_node_cgd(struct ice_hw *hw, u16 num_nodes, 85 ice_aq_query_sched_elems(struct ice_hw *hw, u16 elems_req, 89 enum ice_status ice_sched_query_res_alloc(struct ice_hw *hw); 90 void ice_sched_get_psm_clk_freq(struct ice_hw *hw); 94 void ice_sched_cleanup_all(struct ice_hw *hw); 95 void ice_sched_clear_agg(struct ice_hw *hw); 119 ice_aq_query_node_to_root(struct ice_hw *hw, u32 node_teid, 209 enum ice_status ice_cfg_rl_burst_size(struct ice_hw *hw, u32 bytes); 210 void ice_sched_replay_agg_vsi_preinit(struct ice_hw *hw); [all …]
|
| H A D | ice_flow.h | 516 ice_flow_rem_prof(struct ice_hw *hw, enum ice_block blk, u64 prof_id); 518 ice_flow_assoc_prof(struct ice_hw *hw, enum ice_block blk, 524 ice_flow_get_hw_prof(struct ice_hw *hw, enum ice_block blk, u64 prof_id, 529 ice_flow_add_entry(struct ice_hw *hw, enum ice_block blk, u64 prof_id, 534 ice_flow_rem_entry(struct ice_hw *hw, enum ice_block blk, u64 entry_h); 544 void ice_rem_vsi_rss_list(struct ice_hw *hw, u16 vsi_handle); 545 enum ice_status ice_replay_rss_cfg(struct ice_hw *hw, u16 vsi_handle); 548 enum ice_status ice_rem_vsi_rss_cfg(struct ice_hw *hw, u16 vsi_handle); 550 ice_add_rss_cfg(struct ice_hw *hw, u16 vsi_handle, 553 ice_rem_rss_cfg(struct ice_hw *hw, u16 vsi_handle, [all …]
|
| H A D | ice_nvm.c | 67 ice_read_flat_nvm(struct ice_hw *hw, u32 offset, u32 *length, u8 *data, in ice_read_flat_nvm() 127 ice_read_sr_word_aq(struct ice_hw *hw, u16 offset, u16 *data) in ice_read_sr_word_aq() 205 void ice_release_nvm(struct ice_hw *hw) in ice_release_nvm() 293 ice_read_active_nvm_module(struct ice_hw *hw, u32 offset, u16 *data) in ice_read_active_nvm_module() 497 ice_get_nvm_ver_info(struct ice_hw *hw, struct ice_nvm_info *nvm) in ice_get_nvm_ver_info() 636 static enum ice_status ice_discover_flash_size(struct ice_hw *hw) in ice_discover_flash_size() 694 ice_read_sr_pointer(struct ice_hw *hw, u16 offset, u32 *pointer) in ice_read_sr_pointer() 726 ice_read_sr_area_size(struct ice_hw *hw, u16 offset, u32 *size) in ice_read_sr_area_size() 752 ice_determine_active_flash_banks(struct ice_hw *hw) in ice_determine_active_flash_banks() 831 enum ice_status ice_init_nvm(struct ice_hw *hw) in ice_init_nvm() [all …]
|
| H A D | ice_controlq.c | 35 static void ice_adminq_init_regs(struct ice_hw *hw) in ice_adminq_init_regs() 50 static void ice_mailbox_init_regs(struct ice_hw *hw) in ice_mailbox_init_regs() 134 ice_alloc_rq_bufs(struct ice_hw *hw, struct ice_ctl_q_info *cq) in ice_alloc_rq_bufs() 259 ice_cfg_sq_regs(struct ice_hw *hw, struct ice_ctl_q_info *cq) in ice_cfg_sq_regs() 272 ice_cfg_rq_regs(struct ice_hw *hw, struct ice_ctl_q_info *cq) in ice_cfg_rq_regs() 436 ice_shutdown_sq(struct ice_hw *hw, struct ice_ctl_q_info *cq) in ice_shutdown_sq() 475 static bool ice_aq_ver_check(struct ice_hw *hw) in ice_aq_ver_check() 661 void ice_shutdown_all_ctrlq(struct ice_hw *hw) in ice_shutdown_all_ctrlq() 683 enum ice_status ice_init_all_ctrlq(struct ice_hw *hw) in ice_init_all_ctrlq() 739 enum ice_status ice_create_all_ctrlq(struct ice_hw *hw) in ice_create_all_ctrlq() [all …]
|
| H A D | ice_common.c | 156 struct ice_hw *hw; in ice_aq_get_phy_caps() 397 struct ice_hw *hw; in ice_aq_get_link_info() 855 void ice_deinit_hw(struct ice_hw *hw) in ice_deinit_hw() 2627 struct ice_hw *hw; in ice_update_link_info() 2808 struct ice_hw *hw; in ice_set_fc() 2965 struct ice_hw *hw; in ice_cfg_phy_fec() 3157 struct ice_hw *hw = pi->hw; in ice_aq_set_port_id_led() 4132 struct ice_hw *hw; in ice_ena_vsi_txq() 4237 struct ice_hw *hw; in ice_dis_vsi_txq() 4437 void ice_replay_post(struct ice_hw *hw) in ice_replay_post() [all …]
|
| H A D | ice_flex_pipe.c | 704 ice_acquire_global_cfg_lock(struct ice_hw *hw, in ice_acquire_global_cfg_lock() 753 void ice_release_change_lock(struct ice_hw *hw) in ice_release_change_lock() 1024 ice_aq_get_pkg_info_list(struct ice_hw *hw, in ice_aq_get_pkg_info_list() 1245 void ice_free_seg(struct ice_hw *hw) in ice_free_seg() 1259 static void ice_init_pkg_regs(struct ice_hw *hw) in ice_init_pkg_regs() 1751 void ice_init_prof_result_bm(struct ice_hw *hw) in ice_init_prof_result_bm() 3141 void ice_init_all_prof_masks(struct ice_hw *hw) in ice_init_all_prof_masks() 3507 static void ice_init_sw_db(struct ice_hw *hw) in ice_init_sw_db() 3655 void ice_fill_blk_tbls(struct ice_hw *hw) in ice_fill_blk_tbls() 3747 void ice_free_hw_tbls(struct ice_hw *hw) in ice_free_hw_tbls() [all …]
|
| H A D | ice_switch.c | 1753 static void ice_get_recp_to_prof_map(struct ice_hw *hw) in ice_get_recp_to_prof_map() 2274 void ice_clear_all_vsi_ctx(struct ice_hw *hw) in ice_clear_all_vsi_ctx() 2704 ice_aq_add_recipe(struct ice_hw *hw, in ice_aq_add_recipe() 2742 ice_aq_get_recipe(struct ice_hw *hw, in ice_aq_get_recipe() 3631 ice_add_update_vsi_list(struct ice_hw *hw, in ice_add_update_vsi_list() 4707 void ice_rem_all_sw_rules_info(struct ice_hw *hw) in ice_rem_all_sw_rules_info() 4742 struct ice_hw *hw = pi->hw; in ice_cfg_dflt_vsi() 5257 ice_remove_promisc(struct ice_hw *hw, u8 recp_id, in ice_remove_promisc() 6238 ice_create_first_fit_recp_def(struct ice_hw *hw, in ice_create_first_fit_recp_def() 7829 ice_adv_add_update_vsi_list(struct ice_hw *hw, in ice_adv_add_update_vsi_list() [all …]
|
| H A D | ice_sched.c | 20 struct ice_hw *hw; in ice_sched_add_root_node() 157 struct ice_hw *hw; in ice_sched_add_node() 305 struct ice_hw *hw = pi->hw; in ice_free_sched_node() 730 struct ice_hw *hw = pi->hw; in ice_sched_clear_rl_prof() 889 struct ice_hw *hw = pi->hw; in ice_sched_add_elems() 989 struct ice_hw *hw = pi->hw; in ice_sched_add_nodes_to_layer() 1182 struct ice_hw *hw; in ice_sched_init_port() 1566 struct ice_hw *hw = pi->hw; in ice_sched_get_agg_node() 2256 struct ice_hw *hw; in ice_sched_move_nodes() 4163 struct ice_hw *hw; in ice_sched_set_node_bw_dflt() [all …]
|
| H A D | ice_flow.c | 1013 ice_flow_xtract_pkt_flags(struct ice_hw *hw, in ice_flow_xtract_pkt_flags() 1338 ice_flow_create_xtrct_seq(struct ice_hw *hw, in ice_flow_create_xtrct_seq() 1840 ice_flow_add_prof_sync(struct ice_hw *hw, enum ice_block blk, in ice_flow_add_prof_sync() 1936 ice_flow_rem_prof_sync(struct ice_hw *hw, enum ice_block blk, in ice_flow_rem_prof_sync() 2129 ice_flow_assoc_prof(struct ice_hw *hw, enum ice_block blk, in ice_flow_assoc_prof() 3303 void ice_rem_vsi_rss_list(struct ice_hw *hw, u16 vsi_handle) in ice_rem_vsi_rss_list() 3511 ice_rss_update_symm(struct ice_hw *hw, in ice_rss_update_symm() 3591 ice_add_rss_cfg_sync(struct ice_hw *hw, u16 vsi_handle, in ice_add_rss_cfg_sync() 3721 ice_add_rss_cfg(struct ice_hw *hw, u16 vsi_handle, in ice_add_rss_cfg() 3761 ice_rem_rss_cfg_sync(struct ice_hw *hw, u16 vsi_handle, in ice_rem_rss_cfg_sync() [all …]
|
| H A D | ice_fdir.c | 740 ice_fdir_get_prgm_desc(struct ice_hw *hw, struct ice_fdir_fltr *input, in ice_fdir_get_prgm_desc() 788 enum ice_status ice_alloc_fd_res_cntr(struct ice_hw *hw, u16 *cntr_id) in ice_alloc_fd_res_cntr() 799 enum ice_status ice_free_fd_res_cntr(struct ice_hw *hw, u16 cntr_id) in ice_free_fd_res_cntr() 812 ice_alloc_fd_guar_item(struct ice_hw *hw, u16 *cntr_id, u16 num_fltr) in ice_alloc_fd_guar_item() 826 ice_free_fd_guar_item(struct ice_hw *hw, u16 cntr_id, u16 num_fltr) in ice_free_fd_guar_item() 840 ice_alloc_fd_shrd_item(struct ice_hw *hw, u16 *cntr_id, u16 num_fltr) in ice_alloc_fd_shrd_item() 854 ice_free_fd_shrd_item(struct ice_hw *hw, u16 cntr_id, u16 num_fltr) in ice_free_fd_shrd_item() 867 int ice_get_fdir_cnt_all(struct ice_hw *hw) in ice_get_fdir_cnt_all() 1292 ice_fdir_find_fltr_by_idx(struct ice_hw *hw, u32 fltr_idx) in ice_fdir_find_fltr_by_idx() 1338 ice_fdir_update_cntrs(struct ice_hw *hw, enum ice_fltr_ptype flow, in ice_fdir_update_cntrs() [all …]
|
| H A D | ice_dcb.c | 23 ice_aq_get_lldp_mib(struct ice_hw *hw, u8 bridge_type, u8 mib_type, void *buf, in ice_aq_get_lldp_mib() 65 ice_aq_cfg_lldp_mib_change(struct ice_hw *hw, bool ena_update, in ice_aq_cfg_lldp_mib_change() 93 ice_aq_stop_lldp(struct ice_hw *hw, bool shutdown_lldp_agent, bool persist, in ice_aq_stop_lldp() 121 ice_aq_start_lldp(struct ice_hw *hw, bool persist, struct ice_sq_cd *cd) in ice_aq_start_lldp() 144 u8 ice_get_dcbx_status(struct ice_hw *hw) in ice_get_dcbx_status() 652 ice_aq_get_dcb_cfg(struct ice_hw *hw, u8 mib_type, u8 bridgetype, in ice_aq_get_dcb_cfg() 690 ice_aq_start_stop_dcbx(struct ice_hw *hw, bool start_dcbx_agent, in ice_aq_start_stop_dcbx() 727 ice_aq_get_cee_dcb_cfg(struct ice_hw *hw, in ice_aq_get_cee_dcb_cfg() 937 enum ice_status ice_init_dcb(struct ice_hw *hw, bool enable_mib_change) in ice_init_dcb() 979 enum ice_status ice_cfg_lldp_mib_change(struct ice_hw *hw, bool ena_mib) in ice_cfg_lldp_mib_change() [all …]
|
| H A D | ice_acl_ctrl.c | 144 static enum ice_status ice_acl_init_tbl(struct ice_hw *hw) in ice_acl_init_tbl() 309 ice_acl_create_tbl(struct ice_hw *hw, struct ice_acl_tbl_params *params) in ice_acl_create_tbl() 428 ice_acl_alloc_partition(struct ice_hw *hw, struct ice_acl_scen *req) in ice_acl_alloc_partition() 695 ice_acl_commit_partition(struct ice_hw *hw, struct ice_acl_scen *scen, in ice_acl_commit_partition() 742 ice_acl_create_scen(struct ice_hw *hw, u16 match_width, u16 num_entries, in ice_acl_create_scen() 849 static enum ice_status ice_acl_destroy_scen(struct ice_hw *hw, u16 scen_id) in ice_acl_destroy_scen() 893 enum ice_status ice_acl_destroy_tbl(struct ice_hw *hw) in ice_acl_destroy_tbl() 971 ice_acl_add_entry(struct ice_hw *hw, struct ice_acl_scen *scen, in ice_acl_add_entry() 1048 ice_acl_prog_act(struct ice_hw *hw, struct ice_acl_scen *scen, in ice_acl_prog_act() 1111 ice_acl_rem_entry(struct ice_hw *hw, struct ice_acl_scen *scen, u16 entry_idx) in ice_acl_rem_entry()
|
| H A D | ice_osdep.h | 153 struct ice_hw *hw_l = hw; \ 229 struct ice_hw; 232 ice_memdup(__rte_unused struct ice_hw *hw, const void *src, size_t size, in ice_memdup() 245 ice_alloc_dma_mem(__rte_unused struct ice_hw *hw, in ice_alloc_dma_mem() 271 ice_free_dma_mem(__rte_unused struct ice_hw *hw, in ice_free_dma_mem()
|
| /f-stack/dpdk/drivers/net/ice/ |
| H A D | ice_dcf_parent.c | 18 ice_dcf_update_vsi_ctx(struct ice_hw *hw, uint16_t vsi_handle, in ice_dcf_update_vsi_ctx() 72 ice_dcf_update_vf_vsi_map(struct ice_hw *hw, uint16_t num_vfs, in ice_dcf_update_vf_vsi_map() 82 ice_dcf_update_pf_vsi_map(struct ice_hw *hw, uint16_t pf_vsi_idx, in ice_dcf_update_pf_vsi_map() 170 ice_dcf_init_parent_hw(struct ice_hw *hw) in ice_dcf_init_parent_hw() 240 static void ice_dcf_uninit_parent_hw(struct ice_hw *hw) in ice_dcf_uninit_parent_hw() 254 ice_dcf_request_pkg_name(struct ice_hw *hw, char *pkg_name) in ice_dcf_request_pkg_name() 300 ice_dcf_load_pkg(struct ice_hw *hw) in ice_dcf_load_pkg() 359 struct ice_hw *parent_hw = &parent_adapter->hw; in ice_dcf_init_parent_adapter() 432 struct ice_hw *parent_hw = &parent_adapter->hw; in ice_dcf_uninit_parent_adapter()
|
| H A D | ice_ethdev.c | 965 struct ice_hw *hw; in ice_add_vlan_filter() 1032 struct ice_hw *hw; in ice_remove_vlan_filter() 1242 ice_pf_enable_irq0(struct ice_hw *hw) in ice_pf_enable_irq0() 1278 ice_pf_disable_irq0(struct ice_hw *hw) in ice_pf_disable_irq0() 1431 struct ice_hw *hw = ICE_PF_TO_HW(pf); in ice_init_proto_xtr() 1510 struct ice_hw *hw = ICE_PF_TO_HW(pf); in ice_pf_sw_init() 1536 struct ice_hw *hw = ICE_PF_TO_HW(pf); in ice_setup_vsi() 1799 ice_load_pkg_type(struct ice_hw *hw) in ice_load_pkg_type() 2280 struct ice_hw *hw; in ice_release_vsi() 4192 struct ice_hw *hw; in ice_set_rss_lut() [all …]
|
| H A D | ice_acl_filter.c | 60 ice_acl_prof_alloc(struct ice_hw *hw) in ice_acl_prof_alloc() 104 struct ice_hw *hw = ICE_PF_TO_HW(pf); in ice_acl_setup() 142 struct ice_hw *hw = ICE_PF_TO_HW(pf); in ice_deinit_acl() 156 acl_add_prof_prepare(struct ice_hw *hw, struct ice_flow_seg_info *seg, in acl_add_prof_prepare() 217 struct ice_hw *hw = ICE_PF_TO_HW(pf); in ice_acl_prof_init() 416 struct ice_hw *hw = ICE_PF_TO_HW(pf); in ice_acl_hw_set_conf() 459 struct ice_hw *hw = ICE_PF_TO_HW(pf); in ice_acl_hw_rem_conf() 566 struct ice_hw *hw = ICE_PF_TO_HW(pf); in ice_acl_destroy_filter() 979 struct ice_hw *hw = ICE_PF_TO_HW(pf); in ice_acl_init() 1008 ice_acl_prof_free(struct ice_hw *hw) in ice_acl_prof_free() [all …]
|
| H A D | ice_fdir_filter.c | 169 ice_fdir_prof_alloc(struct ice_hw *hw) in ice_fdir_prof_alloc() 253 struct ice_hw *hw = ICE_PF_TO_HW(pf); in ice_fdir_counter_init() 319 struct ice_hw *hw = ICE_PF_TO_HW(pf); in ice_fdir_counter_alloc() 448 struct ice_hw *hw = ICE_PF_TO_HW(pf); in ice_fdir_setup() 563 ice_fdir_prof_free(struct ice_hw *hw) in ice_fdir_prof_free() 582 struct ice_hw *hw = ICE_PF_TO_HW(pf); in ice_fdir_prof_rm() 636 struct ice_hw *hw = ICE_PF_TO_HW(pf); in ice_fdir_teardown() 683 struct ice_hw *hw = ICE_PF_TO_HW(pf); in ice_fdir_cur_prof_conflict() 719 struct ice_hw *hw = ICE_PF_TO_HW(pf); in ice_fdir_prof_resolve_conflict() 834 struct ice_hw *hw = ICE_PF_TO_HW(pf); in ice_fdir_hw_tbl_conf() [all …]
|