Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/intel/ice/
H A Dice_flex_pipe.c784 u16 prof_id; /* # profile IDs */ member
1223 u8 *prof_id) in ice_find_prof_id_with_mask() argument
1247 *prof_id = i; in ice_find_prof_id_with_mask()
1344 static int ice_alloc_prof_id(struct ice_hw *hw, enum ice_block blk, u8 *prof_id) in ice_alloc_prof_id() argument
1355 *prof_id = (u8)get_prof; in ice_alloc_prof_id()
1368 static int ice_free_prof_id(struct ice_hw *hw, enum ice_block blk, u8 prof_id) in ice_free_prof_id() argument
1370 u16 tmp_prof_id = (u16)prof_id; in ice_free_prof_id()
1385 static int ice_prof_inc_ref(struct ice_hw *hw, enum ice_block blk, u8 prof_id) in ice_prof_inc_ref() argument
1387 if (prof_id > hw->blk[blk].es.count) in ice_prof_inc_ref()
1390 hw->blk[blk].es.ref_count[prof_id]++; in ice_prof_inc_ref()
[all …]
H A Dice_main.c8540 prof->prof_id[tun], in ice_add_vsi_to_fdir()