Searched refs:destroy_flow_action (Results 1 – 4 of 4) sorted by relevance
46 return action->device->ops.destroy_flow_action(action); in uverbs_free_flow_action()64 UAPI_DEF_OBJ_NEEDS_FN(destroy_flow_action)),
2636 SET_DEVICE_OP(dev_ops, destroy_flow_action); in ib_set_device_ops()
2882 .destroy_flow_action = mlx5_ib_destroy_flow_action,
2529 int (*destroy_flow_action)(struct ib_flow_action *action); member