Home
last modified time | relevance | path

Searched refs:prot_ids (Results 1 – 3 of 3) sorted by relevance

/f-stack/dpdk/drivers/net/ice/base/
H A Dice_flex_pipe.h39 ice_get_sw_fv_list(struct ice_hw *hw, u8 *prot_ids, u16 ids_cnt,
H A Dice_switch.c6762 u8 *prot_ids; in ice_get_fv() local
6768 prot_ids = (u8 *)ice_calloc(hw, lkups_cnt, sizeof(*prot_ids)); in ice_get_fv()
6769 if (!prot_ids) in ice_get_fv()
6773 if (!ice_prot_type_to_id(lkups[i].type, &prot_ids[i])) { in ice_get_fv()
6779 status = ice_get_sw_fv_list(hw, prot_ids, lkups_cnt, bm, fv_list); in ice_get_fv()
6782 ice_free(hw, prot_ids); in ice_get_fv()
H A Dice_flex_pipe.c1676 ice_get_sw_fv_list(struct ice_hw *hw, u8 *prot_ids, u16 ids_cnt, in ice_get_sw_fv_list() argument
1717 if (fv->ew[j].prot_id == prot_ids[i]) in ice_get_sw_fv_list()