Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ethernet/intel/ice/ !
Dice_switch.c5072 struct ice_recp_grp_entry *last_chain_entry; in ice_add_sw_recipe() local
5088 last_chain_entry = devm_kzalloc(ice_hw_to_dev(hw), in ice_add_sw_recipe()
5089 sizeof(*last_chain_entry), in ice_add_sw_recipe()
5091 if (!last_chain_entry) { in ice_add_sw_recipe()
5095 last_chain_entry->rid = rid; in ice_add_sw_recipe()
5114 last_chain_entry->chain_idx = ICE_INVAL_CHAIN_IND; in ice_add_sw_recipe()
5116 last_chain_entry->fv_idx[i] = entry->chain_idx; in ice_add_sw_recipe()
5121 list_add(&last_chain_entry->l_entry, &rm->rg_list); in ice_add_sw_recipe()