Searched refs:txgbe_l2_tunnel_conf (Results 1 – 3 of 3) sorted by relevance
| /dpdk/drivers/net/txgbe/ |
| H A D | txgbe_flow.c | 41 struct txgbe_l2_tunnel_conf filter_info; 1147 struct txgbe_l2_tunnel_conf *filter, in cons_parse_l2_tn_filter() 1181 memset(filter, 0, sizeof(struct txgbe_l2_tunnel_conf)); in cons_parse_l2_tn_filter() 1189 memset(filter, 0, sizeof(struct txgbe_l2_tunnel_conf)); in cons_parse_l2_tn_filter() 1211 memset(filter, 0, sizeof(struct txgbe_l2_tunnel_conf)); in cons_parse_l2_tn_filter() 1308 struct txgbe_l2_tunnel_conf *l2_tn_filter, in txgbe_parse_l2_tn_filter() 2687 struct txgbe_l2_tunnel_conf l2_tn_filter; in txgbe_flow_create() 2889 sizeof(struct txgbe_l2_tunnel_conf)); in txgbe_flow_create() 2946 struct txgbe_l2_tunnel_conf l2_tn_filter; in txgbe_flow_validate() 3001 struct txgbe_l2_tunnel_conf l2_tn_filter; in txgbe_flow_destroy() [all …]
|
| H A D | txgbe_ethdev.h | 521 struct txgbe_l2_tunnel_conf { struct 531 struct txgbe_l2_tunnel_conf *l2_tunnel, argument 535 struct txgbe_l2_tunnel_conf *l2_tunnel);
|
| H A D | txgbe_ethdev.c | 121 static void txgbe_l2_tunnel_conf(struct rte_eth_dev *dev); 1819 txgbe_l2_tunnel_conf(dev); in txgbe_dev_start() 4739 struct txgbe_l2_tunnel_conf *l2_tunnel) in txgbe_e_tag_filter_del() 4770 struct txgbe_l2_tunnel_conf *l2_tunnel) in txgbe_e_tag_filter_add() 4869 struct txgbe_l2_tunnel_conf *l2_tunnel, in txgbe_dev_l2_tunnel_filter_add() 4925 struct txgbe_l2_tunnel_conf *l2_tunnel) in txgbe_dev_l2_tunnel_filter_del() 5138 struct txgbe_l2_tunnel_conf l2_tn_conf; in txgbe_l2_tn_filter_restore() 5173 txgbe_l2_tunnel_conf(struct rte_eth_dev *dev) in txgbe_l2_tunnel_conf() function 5239 struct txgbe_l2_tunnel_conf l2_tn_conf; in txgbe_clear_all_l2_tn_filter()
|