Searched refs:lkup_exts (Results 1 – 2 of 2) sorted by relevance
1275 lkup_exts = &recps[rid].lkup_exts; in ice_get_recp_frm_fw()3831 if (lkup_exts->n_val_words == recp[i].lkup_exts.n_val_words) { in ice_find_recp()3910 word = lkup_exts->n_val_words; in ice_fill_valid_words()3928 lkup_exts->n_val_words = word; in ice_fill_valid_words()3977 lkup_exts->fv_words[j].off; in ice_create_first_fit_recp_def()4582 lkup_exts = kzalloc(sizeof(*lkup_exts), GFP_KERNEL); in ice_add_adv_recipe()4583 if (!lkup_exts) in ice_add_adv_recipe()4705 memcpy(&hw->switch_info->recp_list[*rid].lkup_exts, lkup_exts, in ice_add_adv_recipe()4706 sizeof(*lkup_exts)); in ice_add_adv_recipe()4724 kfree(lkup_exts); in ice_add_adv_recipe()[all …]
245 struct ice_prot_lkup_ext lkup_exts; member
Completed in 15 milliseconds