/drivers/net/ethernet/intel/ice/ |
D | ice_common.h | 14 enum ice_status ice_init_hw(struct ice_hw *hw); 15 void ice_deinit_hw(struct ice_hw *hw); 16 enum ice_status ice_check_reset(struct ice_hw *hw); 17 enum ice_status ice_reset(struct ice_hw *hw, enum ice_reset_req req); 18 enum ice_status ice_create_all_ctrlq(struct ice_hw *hw); 19 enum ice_status ice_init_all_ctrlq(struct ice_hw *hw); 20 void ice_shutdown_all_ctrlq(struct ice_hw *hw); 21 void ice_destroy_all_ctrlq(struct ice_hw *hw); 23 ice_clean_rq_elem(struct ice_hw *hw, struct ice_ctl_q_info *cq, 29 ice_acquire_res(struct ice_hw *hw, enum ice_aq_res_ids res, [all …]
|
D | ice_switch.h | 197 ice_add_vsi(struct ice_hw *hw, u16 vsi_handle, struct ice_vsi_ctx *vsi_ctx, 200 ice_free_vsi(struct ice_hw *hw, u16 vsi_handle, struct ice_vsi_ctx *vsi_ctx, 203 ice_update_vsi(struct ice_hw *hw, u16 vsi_handle, struct ice_vsi_ctx *vsi_ctx, 205 bool ice_is_vsi_valid(struct ice_hw *hw, u16 vsi_handle); 206 struct ice_vsi_ctx *ice_get_vsi_ctx(struct ice_hw *hw, u16 vsi_handle); 207 void ice_clear_all_vsi_ctx(struct ice_hw *hw); 209 enum ice_status ice_get_initial_sw_cfg(struct ice_hw *hw); 212 ice_alloc_res_cntr(struct ice_hw *hw, u8 type, u8 alloc_shared, u16 num_items, 215 ice_free_res_cntr(struct ice_hw *hw, u8 type, u8 alloc_shared, u16 num_items, 219 enum ice_status ice_update_sw_rule_bridge_mode(struct ice_hw *hw); [all …]
|
D | ice_nvm.h | 8 ice_acquire_nvm(struct ice_hw *hw, enum ice_aq_res_access_type access); 9 void ice_release_nvm(struct ice_hw *hw); 11 ice_read_flat_nvm(struct ice_hw *hw, u32 offset, u32 *length, u8 *data, 14 ice_get_pfa_module_tlv(struct ice_hw *hw, u16 *module_tlv, u16 *module_tlv_len, 17 ice_read_pba_string(struct ice_hw *hw, u8 *pba_num, u32 pba_num_size); 18 enum ice_status ice_init_nvm(struct ice_hw *hw); 19 enum ice_status ice_read_sr_word(struct ice_hw *hw, u16 offset, u16 *data); 21 ice_aq_update_nvm(struct ice_hw *hw, u16 module_typeid, u32 offset, 25 ice_aq_erase_nvm(struct ice_hw *hw, u16 module_typeid, struct ice_sq_cd *cd); 26 enum ice_status ice_nvm_validate_checksum(struct ice_hw *hw); [all …]
|
D | ice_flex_pipe.h | 22 ice_get_open_tunnel_port(struct ice_hw *hw, u16 *port); 29 ice_add_prof(struct ice_hw *hw, enum ice_block blk, u64 id, u8 ptypes[], 32 ice_add_prof_id_flow(struct ice_hw *hw, enum ice_block blk, u16 vsi, u64 hdl); 34 ice_rem_prof_id_flow(struct ice_hw *hw, enum ice_block blk, u16 vsi, u64 hdl); 35 enum ice_status ice_init_pkg(struct ice_hw *hw, u8 *buff, u32 len); 37 ice_copy_and_init_pkg(struct ice_hw *hw, const u8 *buf, u32 len); 38 enum ice_status ice_init_hw_tbls(struct ice_hw *hw); 39 void ice_free_seg(struct ice_hw *hw); 40 void ice_fill_blk_tbls(struct ice_hw *hw); 41 void ice_clear_hw_tbls(struct ice_hw *hw); [all …]
|
D | ice_fdir.h | 146 enum ice_status ice_alloc_fd_res_cntr(struct ice_hw *hw, u16 *cntr_id); 147 enum ice_status ice_free_fd_res_cntr(struct ice_hw *hw, u16 cntr_id); 149 ice_alloc_fd_guar_item(struct ice_hw *hw, u16 *cntr_id, u16 num_fltr); 151 ice_alloc_fd_shrd_item(struct ice_hw *hw, u16 *cntr_id, u16 num_fltr); 153 ice_fdir_get_prgm_desc(struct ice_hw *hw, struct ice_fdir_fltr *input, 156 ice_fdir_get_gen_prgm_pkt(struct ice_hw *hw, struct ice_fdir_fltr *input, 158 int ice_get_fdir_cnt_all(struct ice_hw *hw); 159 bool ice_fdir_is_dup_fltr(struct ice_hw *hw, struct ice_fdir_fltr *input); 162 ice_fdir_find_fltr_by_idx(struct ice_hw *hw, u32 fltr_idx); 164 ice_fdir_update_cntrs(struct ice_hw *hw, enum ice_fltr_ptype flow, bool add); [all …]
|
D | ice_dcb.h | 124 ice_aq_get_dcb_cfg(struct ice_hw *hw, u8 mib_type, u8 bridgetype, 128 enum ice_status ice_init_dcb(struct ice_hw *hw, bool enable_mib_change); 135 ice_aq_stop_lldp(struct ice_hw *hw, bool shutdown_lldp_agent, bool persist, 138 ice_aq_start_lldp(struct ice_hw *hw, bool persist, struct ice_sq_cd *cd); 140 ice_aq_start_stop_dcbx(struct ice_hw *hw, bool start_dcbx_agent, 142 enum ice_status ice_cfg_lldp_mib_change(struct ice_hw *hw, bool ena_mib); 145 ice_aq_stop_lldp(struct ice_hw __always_unused *hw, in ice_aq_stop_lldp() 154 ice_aq_start_lldp(struct ice_hw __always_unused *hw, in ice_aq_start_lldp() 162 ice_aq_start_stop_dcbx(struct ice_hw __always_unused *hw, in ice_aq_start_stop_dcbx() 173 ice_cfg_lldp_mib_change(struct ice_hw __always_unused *hw, in ice_cfg_lldp_mib_change()
|
D | ice_flow.h | 226 ice_flow_add_prof(struct ice_hw *hw, enum ice_block blk, enum ice_flow_dir dir, 230 ice_flow_rem_prof(struct ice_hw *hw, enum ice_block blk, u64 prof_id); 232 ice_flow_add_entry(struct ice_hw *hw, enum ice_block blk, u64 prof_id, 236 ice_flow_rem_entry(struct ice_hw *hw, enum ice_block blk, u64 entry_h); 243 void ice_rem_vsi_rss_list(struct ice_hw *hw, u16 vsi_handle); 244 enum ice_status ice_replay_rss_cfg(struct ice_hw *hw, u16 vsi_handle); 246 ice_add_avf_rss_cfg(struct ice_hw *hw, u16 vsi_handle, u64 hashed_flds); 247 enum ice_status ice_rem_vsi_rss_cfg(struct ice_hw *hw, u16 vsi_handle); 249 ice_add_rss_cfg(struct ice_hw *hw, u16 vsi_handle, u64 hashed_flds, 251 u64 ice_get_rss_cfg(struct ice_hw *hw, u16 vsi_handle, u32 hdrs);
|
D | ice_nvm.c | 20 ice_aq_read_nvm(struct ice_hw *hw, u16 module_typeid, u32 offset, u16 length, in ice_aq_read_nvm() 64 ice_read_flat_nvm(struct ice_hw *hw, u32 offset, u32 *length, u8 *data, in ice_read_flat_nvm() 124 ice_aq_update_nvm(struct ice_hw *hw, u16 module_typeid, u32 offset, in ice_aq_update_nvm() 163 ice_aq_erase_nvm(struct ice_hw *hw, u16 module_typeid, struct ice_sq_cd *cd) in ice_aq_erase_nvm() 189 ice_read_sr_word_aq(struct ice_hw *hw, u16 offset, u16 *data) in ice_read_sr_word_aq() 215 ice_acquire_nvm(struct ice_hw *hw, enum ice_aq_res_access_type access) in ice_acquire_nvm() 229 void ice_release_nvm(struct ice_hw *hw) in ice_release_nvm() 245 enum ice_status ice_read_sr_word(struct ice_hw *hw, u16 offset, u16 *data) in ice_read_sr_word() 270 ice_get_pfa_module_tlv(struct ice_hw *hw, u16 *module_tlv, u16 *module_tlv_len, in ice_get_pfa_module_tlv() 333 ice_read_pba_string(struct ice_hw *hw, u8 *pba_num, u32 pba_num_size) in ice_read_pba_string() [all …]
|
D | ice_common.c | 18 static enum ice_status ice_set_mac_type(struct ice_hw *hw) in ice_set_mac_type() 69 enum ice_status ice_clear_pf_cfg(struct ice_hw *hw) in ice_clear_pf_cfg() 94 ice_aq_manage_mac_read(struct ice_hw *hw, void *buf, u16 buf_size, in ice_aq_manage_mac_read() 155 struct ice_hw *hw; in ice_aq_get_phy_caps() 394 struct ice_hw *hw; in ice_aq_get_link_info() 482 ice_fill_tx_timer_and_fc_thresh(struct ice_hw *hw, in ice_fill_tx_timer_and_fc_thresh() 519 ice_aq_set_mac_cfg(struct ice_hw *hw, u16 max_frame_size, struct ice_sq_cd *cd) in ice_aq_set_mac_cfg() 542 static enum ice_status ice_init_fltr_mgmt_struct(struct ice_hw *hw) in ice_init_fltr_mgmt_struct() 568 static void ice_cleanup_fltr_mgmt_struct(struct ice_hw *hw) in ice_cleanup_fltr_mgmt_struct() 602 static enum ice_status ice_get_fw_log_cfg(struct ice_hw *hw) in ice_get_fw_log_cfg() [all …]
|
D | ice_controlq.c | 34 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() 61 bool ice_check_sq_alive(struct ice_hw *hw, struct ice_ctl_q_info *cq) in ice_check_sq_alive() 78 ice_alloc_ctrlq_sq_ring(struct ice_hw *hw, struct ice_ctl_q_info *cq) in ice_alloc_ctrlq_sq_ring() 109 ice_alloc_ctrlq_rq_ring(struct ice_hw *hw, struct ice_ctl_q_info *cq) in ice_alloc_ctrlq_rq_ring() 130 static void ice_free_cq_ring(struct ice_hw *hw, struct ice_ctl_q_ring *ring) in ice_free_cq_ring() 145 ice_alloc_rq_bufs(struct ice_hw *hw, struct ice_ctl_q_info *cq) in ice_alloc_rq_bufs() 217 ice_alloc_sq_bufs(struct ice_hw *hw, struct ice_ctl_q_info *cq) in ice_alloc_sq_bufs() 260 ice_cfg_cq_regs(struct ice_hw *hw, struct ice_ctl_q_ring *ring, u16 num_entries) in ice_cfg_cq_regs() 286 ice_cfg_sq_regs(struct ice_hw *hw, struct ice_ctl_q_info *cq) in ice_cfg_sq_regs() [all …]
|
D | ice_switch.c | 51 enum ice_status ice_init_def_sw_recp(struct ice_hw *hw) in ice_init_def_sw_recp() 99 ice_aq_get_sw_cfg(struct ice_hw *hw, struct ice_aqc_get_sw_cfg_resp_elem *buf, in ice_aq_get_sw_cfg() 129 ice_aq_add_vsi(struct ice_hw *hw, struct ice_vsi_ctx *vsi_ctx, in ice_aq_add_vsi() 173 ice_aq_free_vsi(struct ice_hw *hw, struct ice_vsi_ctx *vsi_ctx, in ice_aq_free_vsi() 208 ice_aq_update_vsi(struct ice_hw *hw, struct ice_vsi_ctx *vsi_ctx, in ice_aq_update_vsi() 243 bool ice_is_vsi_valid(struct ice_hw *hw, u16 vsi_handle) in ice_is_vsi_valid() 256 u16 ice_get_hw_vsi_num(struct ice_hw *hw, u16 vsi_handle) in ice_get_hw_vsi_num() 268 struct ice_vsi_ctx *ice_get_vsi_ctx(struct ice_hw *hw, u16 vsi_handle) in ice_get_vsi_ctx() 282 ice_save_vsi_ctx(struct ice_hw *hw, u16 vsi_handle, struct ice_vsi_ctx *vsi) in ice_save_vsi_ctx() 292 static void ice_clear_vsi_q_ctx(struct ice_hw *hw, u16 vsi_handle) in ice_clear_vsi_q_ctx() [all …]
|
D | ice_flex_pipe.c | 461 static void ice_init_pkg_hints(struct ice_hw *hw, struct ice_seg *ice_seg) in ice_init_pkg_hints() 701 ice_acquire_global_cfg_lock(struct ice_hw *hw, in ice_acquire_global_cfg_lock() 724 static void ice_release_global_cfg_lock(struct ice_hw *hw) in ice_release_global_cfg_lock() 738 ice_acquire_change_lock(struct ice_hw *hw, enum ice_aq_res_access_type access) in ice_acquire_change_lock() 750 static void ice_release_change_lock(struct ice_hw *hw) in ice_release_change_lock() 768 ice_aq_download_pkg(struct ice_hw *hw, struct ice_buf_hdr *pkg_buf, in ice_aq_download_pkg() 816 ice_aq_update_pkg(struct ice_hw *hw, struct ice_buf_hdr *pkg_buf, u16 buf_size, in ice_aq_update_pkg() 862 ice_find_seg_in_pkg(struct ice_hw *hw, u32 seg_type, in ice_find_seg_in_pkg() 895 ice_update_pkg(struct ice_hw *hw, struct ice_buf *bufs, u32 count) in ice_update_pkg() 935 ice_dwnld_cfg_bufs(struct ice_hw *hw, struct ice_buf *bufs, u32 count) in ice_dwnld_cfg_bufs() [all …]
|
D | ice_sched.c | 19 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() 156 struct ice_hw *hw; in ice_sched_add_node() 214 ice_aq_delete_sched_elems(struct ice_hw *hw, u16 grps_req, in ice_aq_delete_sched_elems() 233 ice_sched_remove_elems(struct ice_hw *hw, struct ice_sched_node *parent, in ice_sched_remove_elems() 307 struct ice_hw *hw = pi->hw; in ice_free_sched_node() 374 ice_aq_get_dflt_topo(struct ice_hw *hw, u8 lport, in ice_aq_get_dflt_topo() 404 ice_aq_add_sched_elems(struct ice_hw *hw, u16 grps_req, in ice_aq_add_sched_elems() 425 ice_aq_cfg_sched_elems(struct ice_hw *hw, u16 elems_req, in ice_aq_cfg_sched_elems() [all …]
|
D | ice_sched.h | 58 ice_aq_query_sched_elems(struct ice_hw *hw, u16 elems_req, 62 enum ice_status ice_sched_query_res_alloc(struct ice_hw *hw); 64 void ice_sched_cleanup_all(struct ice_hw *hw); 65 void ice_sched_clear_agg(struct ice_hw *hw); 87 enum ice_status ice_cfg_rl_burst_size(struct ice_hw *hw, u32 bytes);
|
D | ice_flow.c | 361 ice_flow_xtract_fld(struct ice_hw *hw, struct ice_flow_prof_params *params, in ice_flow_xtract_fld() 451 ice_flow_xtract_raws(struct ice_hw *hw, struct ice_flow_prof_params *params, in ice_flow_xtract_raws() 528 ice_flow_create_xtrct_seq(struct ice_hw *hw, in ice_flow_create_xtrct_seq() 561 ice_flow_proc_segs(struct ice_hw *hw, struct ice_flow_prof_params *params) in ice_flow_proc_segs() 600 ice_flow_find_prof_conds(struct ice_hw *hw, enum ice_block blk, in ice_flow_find_prof_conds() 645 ice_flow_find_prof_id(struct ice_hw *hw, enum ice_block blk, u64 prof_id) in ice_flow_find_prof_id() 662 ice_dealloc_flow_entry(struct ice_hw *hw, struct ice_flow_entry *entry) in ice_dealloc_flow_entry() 680 ice_flow_rem_entry_sync(struct ice_hw *hw, enum ice_block __always_unused blk, in ice_flow_rem_entry_sync() 706 ice_flow_add_prof_sync(struct ice_hw *hw, enum ice_block blk, in ice_flow_add_prof_sync() 775 ice_flow_rem_prof_sync(struct ice_hw *hw, enum ice_block blk, in ice_flow_rem_prof_sync() [all …]
|
D | ice_fdir.c | 364 ice_fdir_get_prgm_desc(struct ice_hw *hw, struct ice_fdir_fltr *input, in ice_fdir_get_prgm_desc() 402 enum ice_status ice_alloc_fd_res_cntr(struct ice_hw *hw, u16 *cntr_id) in ice_alloc_fd_res_cntr() 413 enum ice_status ice_free_fd_res_cntr(struct ice_hw *hw, u16 cntr_id) in ice_free_fd_res_cntr() 426 ice_alloc_fd_guar_item(struct ice_hw *hw, u16 *cntr_id, u16 num_fltr) in ice_alloc_fd_guar_item() 440 ice_alloc_fd_shrd_item(struct ice_hw *hw, u16 *cntr_id, u16 num_fltr) in ice_alloc_fd_shrd_item() 453 int ice_get_fdir_cnt_all(struct ice_hw *hw) in ice_get_fdir_cnt_all() 504 ice_fdir_get_gen_prgm_pkt(struct ice_hw *hw, struct ice_fdir_fltr *input, in ice_fdir_get_gen_prgm_pkt() 681 ice_fdir_find_fltr_by_idx(struct ice_hw *hw, u32 fltr_idx) in ice_fdir_find_fltr_by_idx() 700 void ice_fdir_list_add_fltr(struct ice_hw *hw, struct ice_fdir_fltr *fltr) in ice_fdir_list_add_fltr() 724 ice_fdir_update_cntrs(struct ice_hw *hw, enum ice_fltr_ptype flow, bool add) in ice_fdir_update_cntrs() [all …]
|
D | ice_devlink.c | 21 struct ice_hw *hw = &pf->hw; in ice_info_pba() 35 struct ice_hw *hw = &pf->hw; in ice_info_fw_mgmt() 45 struct ice_hw *hw = &pf->hw; in ice_info_fw_api() 54 struct ice_hw *hw = &pf->hw; in ice_info_fw_build() 90 struct ice_hw *hw = &pf->hw; in ice_info_ddp_pkg_name() 253 struct ice_hw *hw = &pf->hw; in ice_devlink_flash_update() 448 struct ice_hw *hw = &pf->hw; in ice_devlink_nvm_snapshot() 505 struct ice_hw *hw = &pf->hw; in ice_devlink_devcaps_snapshot()
|
D | ice_ethtool_fdir.c | 115 int ice_get_ethtool_fdir_entry(struct ice_hw *hw, struct ethtool_rxnfc *cmd) in ice_get_ethtool_fdir_entry() 231 ice_get_fdir_fltr_ids(struct ice_hw *hw, struct ethtool_rxnfc *cmd, in ice_get_fdir_fltr_ids() 266 ice_fdir_get_hw_prof(struct ice_hw *hw, enum ice_block blk, int flow) in ice_fdir_get_hw_prof() 281 ice_fdir_erase_flow_from_hw(struct ice_hw *hw, enum ice_block blk, int flow) in ice_fdir_erase_flow_from_hw() 315 ice_fdir_rem_flow(struct ice_hw *hw, enum ice_block blk, in ice_fdir_rem_flow() 342 void ice_fdir_release_flows(struct ice_hw *hw) in ice_fdir_release_flows() 355 void ice_fdir_replay_flows(struct ice_hw *hw) in ice_fdir_replay_flows() 459 static int ice_fdir_num_avail_fltr(struct ice_hw *hw, struct ice_vsi *vsi) in ice_fdir_num_avail_fltr() 491 ice_fdir_alloc_flow_prof(struct ice_hw *hw, enum ice_fltr_ptype flow) in ice_fdir_alloc_flow_prof() 532 struct ice_hw *hw = &pf->hw; in ice_fdir_set_hw_fltr_rule() [all …]
|
D | ice_base.c | 173 static void ice_cfg_itr_gran(struct ice_hw *hw) in ice_cfg_itr_gran() 229 struct ice_hw *hw = &vsi->back->hw; in ice_setup_tx_ctx() 291 struct ice_hw *hw; in ice_setup_rx_ctx() 480 struct ice_hw *hw = &pf->hw; in ice_vsi_ctrl_one_rx_ring() 643 struct ice_hw *hw = &pf->hw; in ice_vsi_cfg_txq() 697 void ice_cfg_itr(struct ice_hw *hw, struct ice_q_vector *q_vector) in ice_cfg_itr() 736 struct ice_hw *hw = &pf->hw; in ice_cfg_txq_interrupt() 768 struct ice_hw *hw = &pf->hw; in ice_cfg_rxq_interrupt() 786 void ice_trigger_sw_intr(struct ice_hw *hw, struct ice_q_vector *q_vector) in ice_trigger_sw_intr() 809 struct ice_hw *hw = &pf->hw; in ice_vsi_stop_tx_ring()
|
D | ice.h | 444 struct ice_hw hw; 469 ice_irq_dynamic_ena(struct ice_hw *hw, struct ice_vsi *vsi, in ice_irq_dynamic_ena() 589 bool ice_is_wol_supported(struct ice_hw *hw); 596 int ice_get_ethtool_fdir_entry(struct ice_hw *hw, struct ethtool_rxnfc *cmd); 598 ice_get_fdir_fltr_ids(struct ice_hw *hw, struct ethtool_rxnfc *cmd, 600 void ice_fdir_release_flows(struct ice_hw *hw); 601 void ice_fdir_replay_flows(struct ice_hw *hw);
|
D | ice_sriov.h | 11 ice_aq_send_msg_to_vf(struct ice_hw *hw, u16 vfid, u32 v_opcode, u32 v_retval, 17 ice_aq_send_msg_to_vf(struct ice_hw __always_unused *hw, in ice_aq_send_msg_to_vf()
|
D | ice_dcb.c | 22 ice_aq_get_lldp_mib(struct ice_hw *hw, u8 bridge_type, u8 mib_type, void *buf, in ice_aq_get_lldp_mib() 64 ice_aq_cfg_lldp_mib_change(struct ice_hw *hw, bool ena_update, in ice_aq_cfg_lldp_mib_change() 92 ice_aq_stop_lldp(struct ice_hw *hw, bool shutdown_lldp_agent, bool persist, in ice_aq_stop_lldp() 120 ice_aq_start_lldp(struct ice_hw *hw, bool persist, struct ice_sq_cd *cd) in ice_aq_start_lldp() 143 static 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 …]
|
D | ice_fw_update.c | 42 struct ice_hw *hw = &pf->hw; in ice_send_package_data() 205 struct ice_hw *hw = &pf->hw; in ice_send_component_table() 279 struct ice_hw *hw = &pf->hw; in ice_write_one_nvm_block() 441 struct ice_hw *hw = &pf->hw; in ice_erase_nvm_module() 522 struct ice_hw *hw = &pf->hw; in ice_switch_flash_banks() 667 struct ice_hw *hw = &pf->hw; in ice_flash_pldm_image() 724 struct ice_hw *hw = &pf->hw; in ice_check_for_pending_update()
|
D | ice_base.h | 20 void ice_cfg_itr(struct ice_hw *hw, struct ice_q_vector *q_vector); 25 void ice_trigger_sw_intr(struct ice_hw *hw, struct ice_q_vector *q_vector);
|
D | ice_arfs.h | 52 ice_is_arfs_using_perfect_flow(struct ice_hw *hw, 76 ice_is_arfs_using_perfect_flow(struct ice_hw __always_unused *hw, in ice_is_arfs_using_perfect_flow()
|