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.c963 struct mlx5_ft_underlay_qp *uqp; in update_root_ft_create() local
979 list_for_each_entry(uqp, &root->underlay_qpns, list) { in update_root_ft_create()
980 qpn = uqp->qpn; in update_root_ft_create()
2151 struct mlx5_ft_underlay_qp *uqp; in update_root_ft_destroy() local
2171 list_for_each_entry(uqp, &root->underlay_qpns, list) { in update_root_ft_destroy()
2172 qpn = uqp->qpn; in update_root_ft_destroy()
3169 struct mlx5_ft_underlay_qp *uqp; in mlx5_fs_remove_rx_underlay_qpn() local
3174 list_for_each_entry(uqp, &root->underlay_qpns, list) { in mlx5_fs_remove_rx_underlay_qpn()
3175 if (uqp->qpn == underlay_qpn) { in mlx5_fs_remove_rx_underlay_qpn()
3194 list_del(&uqp->list); in mlx5_fs_remove_rx_underlay_qpn()
[all …]