Home
last modified time | relevance | path

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

/dpdk/drivers/net/ice/base/
H A Dice_switch.c2250 lkup_exts = &recps[rid].lkup_exts; in ice_get_recp_frm_fw()
6809 if (lkup_exts->n_val_words == recp[i].lkup_exts.n_val_words) { in ice_find_recp()
6905 word = lkup_exts->n_val_words; in ice_fill_valid_words()
6917 lkup_exts->field_mask[word] = in ice_fill_valid_words()
6923 lkup_exts->n_val_words = word; in ice_fill_valid_words()
6950 if (!lkup_exts->n_val_words) { in ice_create_first_fit_recp_def()
6984 lkup_exts->fv_words[j].off; in ice_create_first_fit_recp_def()
7828 if (!lkup_exts) in ice_add_adv_recipe()
7973 lkup_exts, sizeof(*lkup_exts), ICE_NONDMA_TO_NONDMA); in ice_add_adv_recipe()
7993 ice_free(hw, lkup_exts); in ice_add_adv_recipe()
[all …]
H A Dice_switch.h335 struct ice_prot_lkup_ext lkup_exts; member