Home
last modified time | relevance | path

Searched refs:hns3_rss_conf (Results 1 – 6 of 6) sorted by relevance

/dpdk/drivers/net/hns3/
H A Dhns3_rss.c426 struct hns3_rss_conf *rss_cfg = &hw->rss_info; in hns3_dev_rss_hash_conf_get()
459 struct hns3_rss_conf *rss_cfg = &hw->rss_info; in hns3_dev_rss_reta_update()
515 struct hns3_rss_conf *rss_cfg = &hw->rss_info; in hns3_dev_rss_reta_query()
632 struct hns3_rss_conf *rss_cfg = &hw->rss_info; in hns3_rss_set_default_args()
654 struct hns3_rss_conf *rss_cfg = &hw->rss_info; in hns3_config_rss()
H A Dhns3_flow.h27 struct hns3_rss_conf filter_info;
H A Dhns3_rss.h41 struct hns3_rss_conf { struct
H A Dhns3_flow.c108 const struct hns3_rss_conf *rss; in hns3_find_rss_general_action()
1321 hns3_rss_conf_copy(struct hns3_rss_conf *out, in hns3_rss_conf_copy()
1376 struct hns3_rss_conf *rss_conf = &hw->rss_info; in hns3_parse_rss_filter()
1435 memset(rss_conf, 0, sizeof(struct hns3_rss_conf)); in hns3_parse_rss_filter()
1549 const struct hns3_rss_conf *conf, bool add) in hns3_config_rss_filter()
1554 struct hns3_rss_conf *rss_info; in hns3_config_rss_filter()
1692 const struct hns3_rss_conf *conf, bool add) in hns3_flow_parse_rss()
1763 const struct hns3_rss_conf *rss_conf; in hns3_flow_create_rss_rule()
1778 rss_conf = (const struct hns3_rss_conf *)act->conf; in hns3_flow_create_rss_rule()
H A Dhns3_ethdev.h528 struct hns3_rss_conf rss_info;
H A Dhns3_dcb.c628 struct hns3_rss_conf *rss_cfg = &hw->rss_info; in hns3_set_rss_size()