Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/infiniband/core/
Duverbs_std_types.c83 struct ib_uqp_object *uqp = in uverbs_free_qp() local
95 if (!list_empty(&uqp->mcast_list)) in uverbs_free_qp()
98 ib_uverbs_detach_umcast(qp, uqp); in uverbs_free_qp()
105 if (uqp->uxrcd) in uverbs_free_qp()
106 atomic_dec(&uqp->uxrcd->refcnt); in uverbs_free_qp()
108 ib_uverbs_release_uevent(attrs->ufile, &uqp->uevent); in uverbs_free_qp()
/Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/
Dfs_core.c851 struct mlx5_ft_underlay_qp *uqp; in update_root_ft_create() local
867 list_for_each_entry(uqp, &root->underlay_qpns, list) { in update_root_ft_create()
868 qpn = uqp->qpn; in update_root_ft_create()
1957 struct mlx5_ft_underlay_qp *uqp; in update_root_ft_destroy() local
1977 list_for_each_entry(uqp, &root->underlay_qpns, list) { in update_root_ft_destroy()
1978 qpn = uqp->qpn; in update_root_ft_destroy()
2858 struct mlx5_ft_underlay_qp *uqp; in mlx5_fs_remove_rx_underlay_qpn() local
2863 list_for_each_entry(uqp, &root->underlay_qpns, list) { in mlx5_fs_remove_rx_underlay_qpn()
2864 if (uqp->qpn == underlay_qpn) { in mlx5_fs_remove_rx_underlay_qpn()
2883 list_del(&uqp->list); in mlx5_fs_remove_rx_underlay_qpn()
[all …]