Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/intel/ice/
H A Dice_switch.c2210 lkup_exts = &recps[rid].lkup_exts; in ice_get_recp_frm_fw()
4650 if (lkup_exts->n_val_words == recp[i].lkup_exts.n_val_words) { in ice_find_recp()
4749 word = lkup_exts->n_val_words; in ice_fill_valid_words()
4767 lkup_exts->n_val_words = word; in ice_fill_valid_words()
4816 lkup_exts->fv_words[j].off; in ice_create_first_fit_recp_def()
5350 lkup_exts = kzalloc(sizeof(*lkup_exts), GFP_KERNEL); in ice_add_adv_recipe()
5351 if (!lkup_exts) in ice_add_adv_recipe()
5471 memcpy(&hw->switch_info->recp_list[*rid].lkup_exts, lkup_exts, in ice_add_adv_recipe()
5472 sizeof(*lkup_exts)); in ice_add_adv_recipe()
5488 kfree(lkup_exts); in ice_add_adv_recipe()
[all …]
H A Dice_switch.h277 struct ice_prot_lkup_ext lkup_exts; member