Searched refs:vsig (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/net/ethernet/intel/ice/
H A Dice_flex_pipe.c882 * @vsig: pointer to receive the VSI group
888 ice_vsig_find_vsi(struct ice_hw *hw, enum ice_block blk, u16 vsi, u16 *vsig) argument
890 if (!vsig || vsi >= ICE_MAX_VSI)
897 *vsig = hw->blk[blk].xlt2.vsis[vsi].vsig;
906 * @vsig: the VSIG to allocate
910 static u16 ice_vsig_alloc_val(struct ice_hw *hw, enum ice_block blk, u16 vsig) argument
912 u16 idx = vsig & ICE_VSIG_IDX_M;
946 * @vsig: returns the VSIG with the matching profiles, if found
958 struct list_head *chs, u16 *vsig)
957 ice_find_dup_props_vsig(struct ice_hw *hw, enum ice_block blk, struct list_head *chs, u16 *vsig) argument
982 ice_vsig_free(struct ice_hw *hw, enum ice_block blk, u16 vsig) argument
1043 ice_vsig_remove_vsi(struct ice_hw *hw, enum ice_block blk, u16 vsi, u16 vsig) argument
1101 ice_vsig_add_mv_vsi(struct ice_hw *hw, enum ice_block blk, u16 vsi, u16 vsig) argument
1847 u16 vsig; local
2353 ice_prof_gen_key(struct ice_hw *hw, enum ice_block blk, 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], u8 key[ICE_TCAM_KEY_SZ]) argument
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
2436 ice_vsig_get_ref(struct ice_hw *hw, enum ice_block blk, u16 vsig, u16 *refs) argument
2463 ice_has_prof_vsig(struct ice_hw *hw, enum ice_block blk, u16 vsig, u64 hdl) argument
3150 ice_vsig_prof_id_count(struct ice_hw *hw, enum ice_block blk, u16 vsig) argument
3221 ice_rem_vsig(struct ice_hw *hw, enum ice_block blk, u16 vsig, struct list_head *chg) argument
3279 ice_rem_prof_id_vsig(struct ice_hw *hw, enum ice_block blk, u16 vsig, u64 hdl, struct list_head *chg) argument
3444 ice_get_profs_vsig(struct ice_hw *hw, enum ice_block blk, u16 vsig, struct list_head *lst) argument
3529 ice_move_vsi(struct ice_hw *hw, enum ice_block blk, u16 vsi, u16 vsig, struct list_head *chg) argument
3589 ice_prof_tcam_ena_dis(struct ice_hw *hw, enum ice_block blk, bool enable, u16 vsig, struct ice_tcam_inf *tcam, struct list_head *chg) argument
3662 ice_adj_prof_priorities(struct ice_hw *hw, enum ice_block blk, u16 vsig, struct list_head *chg) argument
3733 ice_add_prof_id_vsig(struct ice_hw *hw, enum ice_block blk, u16 vsig, u64 hdl, bool rev, struct list_head *chg) argument
3901 u16 vsig; local
3932 ice_find_prof_vsig(struct ice_hw *hw, enum ice_block blk, u64 hdl, u16 *vsig) argument
3974 u16 vsig; local
4140 u16 vsig; local
[all...]
H A Dice_flex_type.h216 u16 vsig; member in struct:ice_vsig_vsi
241 #define ICE_VSIG_VALUE(vsig, pf_id) \
242 ((u16)((((u16)(vsig)) & ICE_VSIG_IDX_M) | \
347 u16 vsig; member in struct:ice_chs_chg
/linux-master/tools/perf/util/
H A Dutil.c340 FILE *vsig; local
345 vsig = fopen("/proc/version_signature", "r");
346 if (!vsig) {
352 len = getline(&line, &line_len, vsig);
353 fclose(vsig);

Completed in 132 milliseconds