Searched refs:lkup_exts (Results 1 – 2 of 2) sorted by relevance
2265 memset(&sw->recp_list[rid].lkup_exts, 0, in ice_release_recipe_res()2266 sizeof(sw->recp_list[rid].lkup_exts)); in ice_release_recipe_res()2321 struct ice_prot_lkup_ext *lkup_exts; in ice_get_recp_frm_fw() local2356 lkup_exts = &recps[rid].lkup_exts; in ice_get_recp_frm_fw()2396 lkup_exts->fv_words[fv_word_idx].prot_id = prot; in ice_get_recp_frm_fw()2397 lkup_exts->fv_words[fv_word_idx].off = off; in ice_get_recp_frm_fw()2398 lkup_exts->field_mask[fv_word_idx] = lkup_mask; in ice_get_recp_frm_fw()2430 lkup_exts->n_val_words = fv_word_idx; in ice_get_recp_frm_fw()4725 ice_find_recp(struct ice_hw *hw, struct ice_prot_lkup_ext *lkup_exts, in ice_find_recp() argument4748 if (lkup_exts->n_val_words == recp[i].lkup_exts.n_val_words) { in ice_find_recp()[all …]
264 struct ice_prot_lkup_ext lkup_exts; member