Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/net/ethernet/intel/ice/
Dice_switch.c2172 struct ice_prot_lkup_ext *lkup_exts; in ice_get_recp_frm_fw() local
2207 lkup_exts = &recps[rid].lkup_exts; in ice_get_recp_frm_fw()
2257 lkup_exts->fv_words[fv_word_idx].prot_id = prot; in ice_get_recp_frm_fw()
2258 lkup_exts->fv_words[fv_word_idx].off = off; in ice_get_recp_frm_fw()
2259 lkup_exts->field_mask[fv_word_idx] = in ice_get_recp_frm_fw()
2296 lkup_exts->n_val_words = fv_word_idx; in ice_get_recp_frm_fw()
4619 ice_find_recp(struct ice_hw *hw, struct ice_prot_lkup_ext *lkup_exts, in ice_find_recp() argument
4646 if (lkup_exts->n_val_words == recp[i].lkup_exts.n_val_words) { in ice_find_recp()
4647 struct ice_fv_word *ar = recp[i].lkup_exts.fv_words; in ice_find_recp()
4648 struct ice_fv_word *be = lkup_exts->fv_words; in ice_find_recp()
[all …]
Dice_switch.h277 struct ice_prot_lkup_ext lkup_exts; member