Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/net/ethernet/intel/ice/
A Dice_switch.c2198 lkup_exts = &recps[rid].lkup_exts; in ice_get_recp_frm_fw()
4620 if (lkup_exts->n_val_words == recp[i].lkup_exts.n_val_words) { in ice_find_recp()
4716 word = lkup_exts->n_val_words; in ice_fill_valid_words()
4734 lkup_exts->n_val_words = word; in ice_fill_valid_words()
4783 lkup_exts->fv_words[j].off; in ice_create_first_fit_recp_def()
5374 lkup_exts = kzalloc(sizeof(*lkup_exts), GFP_KERNEL); in ice_add_adv_recipe()
5375 if (!lkup_exts) in ice_add_adv_recipe()
5497 memcpy(&hw->switch_info->recp_list[*rid].lkup_exts, lkup_exts, in ice_add_adv_recipe()
5498 sizeof(*lkup_exts)); in ice_add_adv_recipe()
5516 kfree(lkup_exts); in ice_add_adv_recipe()
[all …]
A Dice_switch.h262 struct ice_prot_lkup_ext lkup_exts; member

Completed in 13 milliseconds