Home
last modified time | relevance | path

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

/openbmc/linux/drivers/infiniband/hw/mlx5/
H A Dqos.c32 struct mlx5_ib_pp *pp_entry; in UVERBS_HANDLER() local
48 pp_entry = kzalloc(sizeof(*pp_entry), GFP_KERNEL); in UVERBS_HANDLER()
49 if (!pp_entry) in UVERBS_HANDLER()
68 &pp_entry->index); in UVERBS_HANDLER()
72 pp_entry->mdev = dev->mdev; in UVERBS_HANDLER()
73 uobj->object = pp_entry; in UVERBS_HANDLER()
77 &pp_entry->index, sizeof(pp_entry->index)); in UVERBS_HANDLER()
81 kfree(pp_entry); in UVERBS_HANDLER()
89 struct mlx5_ib_pp *pp_entry = uobject->object; in pp_obj_cleanup() local
91 mlx5_rl_remove_rate_raw(pp_entry->mdev, pp_entry->index); in pp_obj_cleanup()
[all …]