Home
last modified time | relevance | path

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

/freebsd/sys/ofed/drivers/infiniband/core/
H A Dib_uverbs_std_types.c81 struct ib_uqp_object *uqp = in uverbs_free_qp() local
93 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()
/freebsd/contrib/ofed/libirdma/
H A Dirdma_umain.h121 struct irdma_uqp *uqp; member
H A Dirdma_uverbs.c1359 iwuqp->send_cq->uqp = iwuqp; in irdma_vmapped_qp()
1360 iwuqp->recv_cq->uqp = iwuqp; in irdma_vmapped_qp()
/freebsd/sys/dev/mlx5/mlx5_core/
H A Dmlx5_fs_core.c957 struct mlx5_ft_underlay_qp *uqp; in update_root_ft_create() local
973 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() local
2202 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() local
3340 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 …]