Lines Matching refs:rss_cfg
1483 struct ice_rss_cfg *r, *rss_cfg;
1502 rss_cfg = (struct ice_rss_cfg *)ice_malloc(hw, sizeof(*rss_cfg));
1503 if (!rss_cfg)
1506 rss_cfg->hash.hash_flds = seg_match;
1507 rss_cfg->hash.addl_hdrs = prof->segs[prof->segs_cnt - 1].hdrs;
1508 rss_cfg->hash.hdr_type = hdr_type;
1509 rss_cfg->hash.symm = prof->cfg.symm;
1510 ice_set_bit(vsi_handle, rss_cfg->vsis);
1512 LIST_ADD_TAIL(&rss_cfg->l_entry, &hw->rss_list_head);