Home
last modified time | relevance | path

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

/openbmc/linux/drivers/infiniband/hw/mlx5/
H A Dfs.c148 switch (maction->ib_action.type) { in parse_flow_flow_action()
156 maction->flow_action_raw.modify_hdr; in parse_flow_flow_action()
1710 destroy_flow_action_raw(maction); in mlx5_ib_destroy_flow_action()
1717 kfree(maction); in mlx5_ib_destroy_flow_action()
2493 maction = kzalloc(sizeof(*maction), GFP_KERNEL); in mlx5_ib_create_modify_header()
2494 if (!maction) in mlx5_ib_create_modify_header()
2502 kfree(maction); in mlx5_ib_create_modify_header()
2509 return &maction->ib_action; in mlx5_ib_create_modify_header()
2672 maction = kzalloc(sizeof(*maction), GFP_KERNEL); in UVERBS_HANDLER()
2673 if (!maction) in UVERBS_HANDLER()
[all …]
H A Dmlx5_ib.h1044 int parse_flow_flow_action(struct mlx5_ib_flow_action *maction,