Lines Matching defs:symm
1353 * @symm: symmetric setting for RSS profiles
1360 u8 segs_cnt, bool symm, u16 vsi_handle, u32 conds)
1378 p->symm != symm)
1446 * @symm: symmetric setting for RSS profiles
1455 bool symm, struct ice_flow_prof **prof)
1492 params->prof->symm = symm;
1509 params->mask, symm, true);
1723 * @symm: symmetric setting for RSS profiles
1729 bool symm, struct ice_flow_prof **prof)
1749 symm, prof);
2269 rss_cfg->hash.symm = prof->symm;
2358 if (prof->symm) {
2530 if (cfg->symm)
2565 * symm and has the input VSI associated to it. If found, no further
2569 cfg->symm, vsi_handle,
2582 cfg->symm, vsi_handle,
2603 cfg->symm, vsi_handle,
2615 segs, segs_cnt, cfg->symm, &prof);
2619 prof->symm = cfg->symm;
2712 cfg->symm, vsi_handle,
2902 hcfg.symm = false;
2929 * @symm: TRUE to set Symmetric RSS hashing
2931 int ice_set_rss_cfg_symm(struct ice_hw *hw, struct ice_vsi *vsi, bool symm)
2943 if (test_bit(vsi_handle, r->vsis) && r->hash.symm != symm) {
2945 local.symm = symm;
2946 if (symm && !rss_cfg_symm_valid(r->hash.hash_flds))
2990 * @symm: whether the RSS is symmetric (bool, output)
2995 u64 ice_get_rss_cfg(struct ice_hw *hw, u16 vsi_handle, u32 hdrs, bool *symm)
3009 *symm = r->hash.symm;