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

/linux-master/drivers/net/ethernet/intel/ice/
H A Dice_switch.c5069 struct ice_recp_grp_entry *last_chain_entry; local
5087 last_chain_entry = devm_kzalloc(ice_hw_to_dev(hw),
5088 sizeof(*last_chain_entry),
5090 if (!last_chain_entry) {
5094 last_chain_entry->rid = rid;
5110 last_chain_entry->chain_idx = ICE_INVAL_CHAIN_IND;
5112 last_chain_entry->fv_idx[i] = entry->chain_idx;
5117 list_add(&last_chain_entry->l_entry, &rm->rg_list);

Completed in 134 milliseconds