Home
last modified time | relevance | path

Searched refs:lkups (Results 1 - 5 of 5) sorted by relevance

/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ice/
H A Dice_switch.c2190 /* Get recipe to profile map so that we can get the fv from lkups that in ice_get_recp_frm_fw()
2203 /* Start populating all the entries for recps[rid] based on lkups from in ice_get_recp_frm_fw()
3794 devm_kfree(ice_hw_to_dev(hw), lst_itr->lkups); in ice_rem_adv_rule_info()
5322 * @lkups: lookup elements or match criteria for the advanced recipe, one
5329 ice_add_adv_recipe(struct ice_hw *hw, struct ice_adv_lkup_elem *lkups, in ice_add_adv_recipe() argument
5356 if (lkups[i].type >= ICE_PROTOCOL_LAST) { in ice_add_adv_recipe()
5361 count = ice_fill_valid_words(&lkups[i], lkup_exts); in ice_add_adv_recipe()
5563 * @lkups: lookup elements or match criteria for the advanced recipe, one
5571 ice_find_dummy_packet(struct ice_adv_lkup_elem *lkups, u16 lkups_cnt, in ice_find_dummy_packet() argument
5597 if (lkups[ in ice_find_dummy_packet()
5652 ice_fill_adv_dummy_packet(struct ice_adv_lkup_elem *lkups, u16 lkups_cnt, struct ice_sw_rule_lkup_rx_tx *s_rule, const struct ice_dummy_pkt_profile *profile) ice_fill_adv_dummy_packet() argument
5872 ice_find_adv_rule_entry(struct ice_hw *hw, struct ice_adv_lkup_elem *lkups, u16 lkups_cnt, u16 recp_id, struct ice_adv_rule_info *rinfo) ice_find_adv_rule_entry() argument
6054 ice_add_adv_rule(struct ice_hw *hw, struct ice_adv_lkup_elem *lkups, u16 lkups_cnt, struct ice_adv_rule_info *rinfo, struct ice_rule_query_data *added_entry) ice_add_adv_rule() argument
6448 ice_rem_adv_rule(struct ice_hw *hw, struct ice_adv_lkup_elem *lkups, u16 lkups_cnt, struct ice_adv_rule_info *rinfo) ice_rem_adv_rule() argument
[all...]
H A Dice_switch.h318 struct ice_adv_lkup_elem *lkups; member
366 ice_add_adv_rule(struct ice_hw *hw, struct ice_adv_lkup_elem *lkups,
H A Dice_ddp.c797 * @lkups: list of protocol types
808 int ice_get_sw_fv_list(struct ice_hw *hw, struct ice_prot_lkup_ext *lkups, in ice_get_sw_fv_list() argument
820 if (!lkups->n_val_words || !hw->seg) in ice_get_sw_fv_list()
839 for (i = 0; i < lkups->n_val_words; i++) { in ice_get_sw_fv_list()
844 lkups->fv_words[i].prot_id && in ice_get_sw_fv_list()
845 fv->ew[j].off == lkups->fv_words[i].off) in ice_get_sw_fv_list()
849 if (i + 1 == lkups->n_val_words) { in ice_get_sw_fv_list()
H A Dice_flex_pipe.h21 ice_get_sw_fv_list(struct ice_hw *hw, struct ice_prot_lkup_ext *lkups,
H A Dice_common.c804 devm_kfree(ice_hw_to_dev(hw), lst_itr->lkups); in ice_cleanup_fltr_mgmt_struct()

Completed in 16 milliseconds