Searched refs:last_chain_entry (Results 1 – 1 of 1) sorted by relevance
6576 struct ice_recp_grp_entry *last_chain_entry; in ice_add_sw_recipe() local6592 last_chain_entry = (struct ice_recp_grp_entry *)ice_malloc(hw, in ice_add_sw_recipe()6593 sizeof(*last_chain_entry)); in ice_add_sw_recipe()6594 if (!last_chain_entry) { in ice_add_sw_recipe()6598 last_chain_entry->rid = rid; in ice_add_sw_recipe()6618 last_chain_entry->chain_idx = ICE_INVAL_CHAIN_IND; in ice_add_sw_recipe()6621 last_chain_entry->fv_idx[i] = entry->chain_idx; in ice_add_sw_recipe()6626 LIST_ADD(&last_chain_entry->l_entry, &rm->rg_list); in ice_add_sw_recipe()