Home
last modified time | relevance | path

Searched refs:last_chain_entry (Results 1 – 1 of 1) sorted by relevance

/linux-6.6.21/drivers/net/ethernet/intel/ice/
Dice_switch.c5108 struct ice_recp_grp_entry *last_chain_entry; in ice_add_sw_recipe() local
5126 last_chain_entry = devm_kzalloc(ice_hw_to_dev(hw), in ice_add_sw_recipe()
5127 sizeof(*last_chain_entry), in ice_add_sw_recipe()
5129 if (!last_chain_entry) { in ice_add_sw_recipe()
5133 last_chain_entry->rid = rid; in ice_add_sw_recipe()
5149 last_chain_entry->chain_idx = ICE_INVAL_CHAIN_IND; in ice_add_sw_recipe()
5151 last_chain_entry->fv_idx[i] = entry->chain_idx; in ice_add_sw_recipe()
5156 list_add(&last_chain_entry->l_entry, &rm->rg_list); in ice_add_sw_recipe()