Home
last modified time | relevance | path

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

/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.c7464 u8 *prot_ids; in ice_get_fv() local
7470 prot_ids = (u8 *)ice_calloc(hw, lkups_cnt, sizeof(*prot_ids)); in ice_get_fv()
7471 if (!prot_ids) in ice_get_fv()
7475 if (!ice_prot_type_to_id(lkups[i].type, &prot_ids[i])) { in ice_get_fv()
7481 status = ice_get_sw_fv_list(hw, prot_ids, lkups_cnt, bm, fv_list); in ice_get_fv()
7484 ice_free(hw, prot_ids); in ice_get_fv()
H A Dice_flex_pipe.c1863 ice_get_sw_fv_list(struct ice_hw *hw, u8 *prot_ids, u16 ids_cnt, in ice_get_sw_fv_list() argument
1904 if (fv->ew[j].prot_id == prot_ids[i]) in ice_get_sw_fv_list()