Home
last modified time | relevance | path

Searched refs:pkt_reformat_push (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/net/ethernet/mellanox/mlx5/core/esw/
H A Dbridge.c606 if (vlan && vlan->pkt_reformat_push) { in mlx5_esw_bridge_ingress_flow_with_esw_create()
609 flow_act.pkt_reformat = vlan->pkt_reformat_push; in mlx5_esw_bridge_ingress_flow_with_esw_create()
1056 vlan->pkt_reformat_push = pkt_reformat; in mlx5_esw_bridge_vlan_push_create()
1063 mlx5_packet_reformat_dealloc(esw->dev, vlan->pkt_reformat_push); in mlx5_esw_bridge_vlan_push_cleanup()
1064 vlan->pkt_reformat_push = NULL; in mlx5_esw_bridge_vlan_push_cleanup()
1169 if (vlan->pkt_reformat_push) in mlx5_esw_bridge_vlan_push_pop_create()
1207 if (vlan->pkt_reformat_push) in mlx5_esw_bridge_vlan_create()
1237 if (vlan->pkt_reformat_push) in mlx5_esw_bridge_vlan_flush()
H A Dbridge_priv.h174 struct mlx5_pkt_reformat *pkt_reformat_push; member