Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/ice/base/
H A Dice_switch.c1637 lkup_exts = &recps[rid].lkup_exts; in ice_get_recp_frm_fw()
6125 if (lkup_exts->n_val_words == recp[i].lkup_exts.n_val_words) { in ice_find_recp()
6203 word = lkup_exts->n_val_words; in ice_fill_valid_words()
6215 lkup_exts->field_mask[word] = in ice_fill_valid_words()
6221 lkup_exts->n_val_words = word; in ice_fill_valid_words()
6248 if (!lkup_exts->n_val_words) { in ice_create_first_fit_recp_def()
6282 lkup_exts->fv_words[j].off; in ice_create_first_fit_recp_def()
7063 if (!lkup_exts) in ice_add_adv_recipe()
7208 lkup_exts, sizeof(*lkup_exts), ICE_NONDMA_TO_NONDMA); in ice_add_adv_recipe()
7228 ice_free(hw, lkup_exts); in ice_add_adv_recipe()
[all …]
H A Dice_switch.h309 struct ice_prot_lkup_ext lkup_exts; member