Searched refs:prof_id (Results 1 - 8 of 8) sorted by relevance

/linux-master/drivers/net/ethernet/intel/ice/
H A Dice_flex_type.h182 u8 prof_id; member in struct:ice_prof_map
194 u8 prof_id; member in struct:ice_tcam_inf
201 u8 prof_id; member in struct:ice_vsig_prof
271 u8 prof_id; member in struct:ice_prof_tcam_entry
317 struct ice_prof_id prof_id; member in struct:ice_blk_info
345 u8 prof_id; member in struct:ice_chs_chg
H A Dice_flex_pipe.c788 u16 prof_id; /* # profile IDs */ member in struct:ice_blk_size_details
1222 * @prof_id: receives the profile ID
1227 u8 *prof_id)
1251 *prof_id = i;
1343 * @prof_id: pointer to variable to receive the profile ID
1348 static int ice_alloc_prof_id(struct ice_hw *hw, enum ice_block blk, u8 *prof_id) argument
1359 *prof_id = (u8)get_prof;
1368 * @prof_id: the profile ID to free
1372 static int ice_free_prof_id(struct ice_hw *hw, enum ice_block blk, u8 prof_id) argument
1374 u16 tmp_prof_id = (u16)prof_id;
1225 ice_find_prof_id_with_mask(struct ice_hw *hw, enum ice_block blk, struct ice_fv_word *fv, u16 *masks, bool symm, u8 *prof_id) argument
1389 ice_prof_inc_ref(struct ice_hw *hw, enum ice_block blk, u8 prof_id) argument
1444 ice_write_prof_mask_enable_res(struct ice_hw *hw, enum ice_block blk, u16 prof_id, u32 enable_mask) argument
1620 ice_free_prof_masks(struct ice_hw *hw, enum ice_block blk, u16 prof_id) argument
1682 ice_update_prof_masking(struct ice_hw *hw, enum ice_block blk, u16 prof_id, u16 *masks) argument
1732 ice_write_es(struct ice_hw *hw, enum ice_block blk, u8 prof_id, struct ice_fv_word *fv, bool symm) argument
1758 ice_prof_dec_ref(struct ice_hw *hw, enum ice_block blk, u8 prof_id) argument
2164 struct ice_prof_id *prof_id = &hw->blk[i].prof_id; local
2214 struct ice_prof_id *prof_id = &hw->blk[i].prof_id; local
2409 ice_tcam_write_entry(struct ice_hw *hw, enum ice_block blk, u16 idx, u8 prof_id, u8 ptg, u16 vsig, u8 cdid, u16 flags, u8 vl_msk[ICE_TCAM_KEY_VAL_SZ], u8 dc_msk[ICE_TCAM_KEY_VAL_SZ], u8 nm_msk[ICE_TCAM_KEY_VAL_SZ]) argument
2733 ice_update_fd_mask(struct ice_hw *hw, u16 prof_id, u32 mask_sel) argument
2783 ice_update_fd_swap(struct ice_hw *hw, u16 prof_id, struct ice_fv_word *es) argument
3009 u8 prof_id; local
[all...]
H A Dice_flow.c1299 * @prof_id: unique ID to identify this flow profile
1302 ice_flow_find_prof_id(struct ice_hw *hw, enum ice_block blk, u64 prof_id) argument
1307 if (p->id == prof_id)
1354 u64 prof_id; local
1360 ids = &hw->blk[blk].prof_id;
1361 prof_id = find_first_zero_bit(ids->id, ids->count);
1362 if (prof_id >= ids->count)
1383 params->prof->id = prof_id;
1401 status = ice_add_prof(hw, blk, prof_id, (u8 *)params->ptypes,
1411 set_bit(prof_id, id
1574 ice_flow_rem_prof(struct ice_hw *hw, enum ice_block blk, u64 prof_id) argument
1608 ice_flow_add_entry(struct ice_hw *hw, enum ice_block blk, u64 prof_id, u64 entry_id, u16 vsi_handle, enum ice_flow_priority prio, void *data, u64 *entry_h) argument
1816 ice_flow_rem_vsi_prof(struct ice_hw *hw, u16 vsi_handle, u64 prof_id) argument
2099 ice_rss_config_xor_word(struct ice_hw *hw, u8 prof_id, u8 src, u8 dst) argument
2122 ice_rss_config_xor(struct ice_hw *hw, u8 prof_id, u8 src, u8 dst, u8 len) argument
2153 u8 prof_id, m; local
[all...]
H A Dice_flow.h446 int ice_flow_rem_prof(struct ice_hw *hw, enum ice_block blk, u64 prof_id);
448 ice_flow_add_entry(struct ice_hw *hw, enum ice_block blk, u64 prof_id,
458 int ice_flow_rem_vsi_prof(struct ice_hw *hw, u16 vsi_handle, u64 prof_id);
H A Dice_ethtool_fdir.c305 u64 prof_id = prof->prof_id[tun]; local
319 /* find flow profile corresponding to prof_id and clear
322 status = ice_flow_rem_vsi_prof(hw, vsi_idx, prof_id);
363 u64 prof_id = prof->prof_id[tun]; local
372 ice_rem_prof_id_flow(hw, blk, vsi_num, prof_id);
376 ice_flow_rem_prof(hw, blk, prof_id);
462 prof->prof_id[tun] = hw_prof->id;
699 hw_prof->prof_id[tu
[all...]
H A Dice_virtchnl_fdir.c471 u64 prof_id; local
480 prof_id = vf_prof->prof_id[tun];
495 ice_rem_prof_id_flow(hw, ICE_BLK_FD, vsi_num, prof_id);
501 ice_flow_rem_prof(hw, ICE_BLK_FD, prof_id);
706 vf_prof->prof_id[tun] = prof->id;
H A Dice_type.h251 u64 prof_id[ICE_FD_HW_SEG_MAX]; member in struct:ice_fd_hw_prof
H A Dice_main.c8344 prof->prof_id[tun],

Completed in 161 milliseconds