Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/esw/
H A Dbridge.c605 if (vlan && vlan->pkt_reformat_push) { in mlx5_esw_bridge_ingress_flow_with_esw_create()
608 flow_act.pkt_reformat = vlan->pkt_reformat_push; in mlx5_esw_bridge_ingress_flow_with_esw_create()
1053 vlan->pkt_reformat_push = pkt_reformat; in mlx5_esw_bridge_vlan_push_create()
1060 mlx5_packet_reformat_dealloc(esw->dev, vlan->pkt_reformat_push); in mlx5_esw_bridge_vlan_push_cleanup()
1061 vlan->pkt_reformat_push = NULL; in mlx5_esw_bridge_vlan_push_cleanup()
1166 if (vlan->pkt_reformat_push) in mlx5_esw_bridge_vlan_push_pop_create()
1204 if (vlan->pkt_reformat_push) in mlx5_esw_bridge_vlan_create()
1234 if (vlan->pkt_reformat_push) in mlx5_esw_bridge_vlan_flush()
H A Dbridge_priv.h174 struct mlx5_pkt_reformat *pkt_reformat_push; member