Searched refs:prof_id (Results 1 – 2 of 2) sorted by relevance
784 u16 prof_id; /* # profile IDs */ member1223 u8 *prof_id) in ice_find_prof_id_with_mask() argument1247 *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() argument1355 *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() argument1370 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() argument1387 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 …]
8540 prof->prof_id[tun], in ice_add_vsi_to_fdir()