Searched refs:uqp (Results 1 – 4 of 4) sorted by relevance
81 struct ib_uqp_object *uqp = in uverbs_free_qp() local93 if (!list_empty(&uqp->mcast_list)) in uverbs_free_qp()96 ib_uverbs_detach_umcast(qp, uqp); in uverbs_free_qp()103 if (uqp->uxrcd) in uverbs_free_qp()104 atomic_dec(&uqp->uxrcd->refcnt); in uverbs_free_qp()106 ib_uverbs_release_uevent(&uqp->uevent); in uverbs_free_qp()
121 struct irdma_uqp *uqp; member
1359 iwuqp->send_cq->uqp = iwuqp; in irdma_vmapped_qp()1360 iwuqp->recv_cq->uqp = iwuqp; in irdma_vmapped_qp()
957 struct mlx5_ft_underlay_qp *uqp; in update_root_ft_create() local973 list_for_each_entry(uqp, &root->underlay_qpns, list) { in update_root_ft_create()974 qpn = uqp->qpn; in update_root_ft_create()2182 struct mlx5_ft_underlay_qp *uqp; in update_root_ft_destroy() local2202 list_for_each_entry(uqp, &root->underlay_qpns, list) { in update_root_ft_destroy()2203 qpn = uqp->qpn; in update_root_ft_destroy()3335 struct mlx5_ft_underlay_qp *uqp; in mlx5_fs_remove_rx_underlay_qpn() local3340 list_for_each_entry(uqp, &root->underlay_qpns, list) { in mlx5_fs_remove_rx_underlay_qpn()3341 if (uqp->qpn == underlay_qpn) { in mlx5_fs_remove_rx_underlay_qpn()3360 list_del(&uqp->list); in mlx5_fs_remove_rx_underlay_qpn()[all …]