Home
last modified time | relevance | path

Searched refs:symm (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/net/ethernet/intel/ice/
H A Dice_flex_pipe.h44 u16 attr_cnt, struct ice_fv_word *es, u16 *masks, bool symm,
H A Dice_flex_pipe.c1222 struct ice_fv_word *fv, u16 *masks, bool symm, in ice_find_prof_id_with_mask() argument
1237 if (blk == ICE_BLK_RSS && es->symm[i] != symm) in ice_find_prof_id_with_mask()
1729 struct ice_fv_word *fv, bool symm) in ice_write_es() argument
1744 hw->blk[blk].es.symm[prof_id] = symm; in ice_write_es()
2124 devm_kfree(ice_hw_to_dev(hw), hw->blk[i].es.symm); in ice_free_hw_tbls()
2189 memset(es->symm, 0, es->count * sizeof(*es->symm)); in ice_clear_hw_tbls()
2307 es->symm = devm_kcalloc(ice_hw_to_dev(hw), es->count, in ice_init_hw_tbls()
2308 sizeof(*es->symm), GFP_KERNEL); in ice_init_hw_tbls()
2309 if (!es->symm) in ice_init_hw_tbls()
3044 u16 attr_cnt, struct ice_fv_word *es, u16 *masks, bool symm, in ice_add_prof() argument
[all …]
H A Dice_ethtool.c2852 static u64 ice_parse_hash_flds(const struct ethtool_rxfh_fields *nfc, bool symm) in ice_parse_hash_flds() argument
2961 bool symm; in ice_set_rxfh_fields() local
2971 symm = !!(vsi->rss_hfunc == ICE_AQ_VSI_Q_OPT_RSS_HASH_SYM_TPLZ); in ice_set_rxfh_fields()
2972 hashed_flds = ice_parse_hash_flds(nfc, symm); in ice_set_rxfh_fields()
2989 cfg.symm = symm; in ice_set_rxfh_fields()
3009 bool symm; in ice_get_rxfh_fields() local
3028 hash_flds = ice_get_rss_cfg(&pf->hw, vsi->idx, hdrs, &symm); in ice_get_rxfh_fields()
H A Dice_main.c8029 bool symm; in ice_set_rss_hfunc() local
8067 symm = !!(hfunc == ICE_AQ_VSI_Q_OPT_RSS_HASH_SYM_TPLZ); in ice_set_rss_hfunc()
8068 return ice_set_rss_cfg_symm(hw, vsi, symm); in ice_set_rss_hfunc()
H A Dice_lib.c1692 cfg->hdr_type, cfg->symm); in ice_vsi_set_rss_flow_fld()