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

/linux-master/drivers/net/ethernet/intel/ice/
H A Dice_switch.c5237 struct ice_recp_grp_entry *last_chain_entry; local
5255 last_chain_entry = devm_kzalloc(ice_hw_to_dev(hw),
5256 sizeof(*last_chain_entry),
5258 if (!last_chain_entry) {
5262 last_chain_entry->rid = rid;
5278 last_chain_entry->chain_idx = ICE_INVAL_CHAIN_IND;
5280 last_chain_entry->fv_idx[i] = entry->chain_idx;
5285 list_add(&last_chain_entry->l_entry, &rm->rg_list);

Completed in 126 milliseconds