Home
last modified time | relevance | path

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

/drivers/infiniband/core/
Duverbs_std_types_qp.c16 struct ib_uqp_object *uqp = in uverbs_free_qp() local
28 if (!list_empty(&uqp->mcast_list)) in uverbs_free_qp()
31 ib_uverbs_detach_umcast(qp, uqp); in uverbs_free_qp()
38 if (uqp->uxrcd) in uverbs_free_qp()
39 atomic_dec(&uqp->uxrcd->refcnt); in uverbs_free_qp()
41 ib_uverbs_release_uevent(&uqp->uevent); in uverbs_free_qp()
/drivers/net/ethernet/mellanox/mlx5/core/
Dfs_core.c1071 struct mlx5_ft_underlay_qp *uqp; in update_root_ft_create() local
1087 list_for_each_entry(uqp, &root->underlay_qpns, list) { in update_root_ft_create()
1088 qpn = uqp->qpn; in update_root_ft_create()
2305 struct mlx5_ft_underlay_qp *uqp; in update_root_ft_destroy() local
2325 list_for_each_entry(uqp, &root->underlay_qpns, list) { in update_root_ft_destroy()
2326 qpn = uqp->qpn; in update_root_ft_destroy()
3555 struct mlx5_ft_underlay_qp *uqp; in mlx5_fs_remove_rx_underlay_qpn() local
3560 list_for_each_entry(uqp, &root->underlay_qpns, list) { in mlx5_fs_remove_rx_underlay_qpn()
3561 if (uqp->qpn == underlay_qpn) { in mlx5_fs_remove_rx_underlay_qpn()
3580 list_del(&uqp->list); in mlx5_fs_remove_rx_underlay_qpn()
[all …]