Searched refs:ixgbe_rte_flow_rss_conf (Results 1 – 3 of 3) sorted by relevance
| /f-stack/dpdk/drivers/net/ixgbe/ |
| H A D | ixgbe_ethdev.h | 213 struct ixgbe_rte_flow_rss_conf { struct 339 struct ixgbe_rte_flow_rss_conf rss_info; 765 int ixgbe_rss_conf_init(struct ixgbe_rte_flow_rss_conf *out, 770 struct ixgbe_rte_flow_rss_conf *conf, bool add);
|
| H A D | ixgbe_flow.c | 80 struct ixgbe_rte_flow_rss_conf filter_info; 2804 struct ixgbe_rte_flow_rss_conf *rss_conf, in ixgbe_parse_rss_filter() 2817 memset(rss_conf, 0, sizeof(struct ixgbe_rte_flow_rss_conf)); in ixgbe_parse_rss_filter() 2868 memset(rss_conf, 0, sizeof(struct ixgbe_rte_flow_rss_conf)); in ixgbe_parse_rss_filter() 2878 memset(rss_conf, 0, sizeof(struct ixgbe_rte_flow_rss_conf)); in ixgbe_parse_rss_filter() 2887 memset(rss_conf, 0, sizeof(struct ixgbe_rte_flow_rss_conf)); in ixgbe_parse_rss_filter() 2896 memset(rss_conf, 0, sizeof(struct ixgbe_rte_flow_rss_conf)); in ixgbe_parse_rss_filter() 2904 memset(rss_conf, 0, sizeof(struct ixgbe_rte_flow_rss_conf)); in ixgbe_parse_rss_filter() 3020 struct ixgbe_rte_flow_rss_conf rss_conf; in ixgbe_flow_create() 3228 memset(&rss_conf, 0, sizeof(struct ixgbe_rte_flow_rss_conf)); in ixgbe_flow_create() [all …]
|
| H A D | ixgbe_rxtx.c | 5822 ixgbe_rss_conf_init(struct ixgbe_rte_flow_rss_conf *out, in ixgbe_rss_conf_init() 5857 struct ixgbe_rte_flow_rss_conf *conf, bool add) in ixgbe_config_rss_filter() 5884 sizeof(struct ixgbe_rte_flow_rss_conf)); in ixgbe_config_rss_filter()
|