Searched refs:qp_handle (Results 1 – 4 of 4) sorted by relevance
| /trueos/sys/ofed/include/rdma/ |
| HD | ib_user_verbs.h | 446 __u32 qp_handle; member 477 __u32 qp_handle; member 519 __u32 qp_handle; member 551 __u32 qp_handle; member 614 __u32 qp_handle; member 633 __u32 qp_handle; member 675 __u32 qp_handle; member 683 __u32 qp_handle; member 717 __u32 qp_handle; member 723 __u32 qp_handle; member
|
| /trueos/contrib/ofed/libibverbs/include/infiniband/ |
| HD | kern-abi.h | 464 __u32 qp_handle; member 494 __u32 qp_handle; member 539 __u32 qp_handle; member 571 __u32 qp_handle; member 699 __u32 qp_handle; member 721 __u32 qp_handle; member 775 __u32 qp_handle; member 786 __u32 qp_handle; member 962 __u32 qp_handle; member 1006 __u32 qp_handle; member [all …]
|
| /trueos/contrib/ofed/libibverbs/src/ |
| HD | cmd.c | 653 qp->handle = resp->qp_handle; in ibv_cmd_create_qp() 692 cmd->qp_handle = qp->handle; in ibv_cmd_query_qp() 774 cmd->qp_handle = qp->handle; in ibv_cmd_modify_qp() 1019 cmd.qp_handle = qp->handle; in ibv_cmd_destroy_qp_v1() 1049 cmd->qp_handle = ibqp->handle; in ibv_cmd_post_send() 1139 cmd->qp_handle = ibqp->handle; in ibv_cmd_post_recv() 1293 cmd.qp_handle = qp->handle; in ibv_cmd_destroy_qp() 1315 cmd.qp_handle = qp->handle; in ibv_cmd_attach_mcast() 1331 cmd.qp_handle = qp->handle; in ibv_cmd_detach_mcast()
|
| /trueos/sys/ofed/drivers/infiniband/core/ |
| HD | uverbs_cmd.c | 239 static struct ib_qp *idr_read_qp(int qp_handle, struct ib_ucontext *context) in idr_read_qp() argument 241 return idr_read_obj(&ib_uverbs_qp_idr, qp_handle, context, 0); in idr_read_qp() 1135 resp.qp_handle = obj->uevent.uobject.id; in ib_uverbs_create_qp() 1210 qp = idr_read_qp(cmd.qp_handle, file->ucontext); in ib_uverbs_query_qp() 1309 qp = idr_read_qp(cmd.qp_handle, file->ucontext); in ib_uverbs_modify_qp() 1392 uobj = idr_write_uobj(&ib_uverbs_qp_idr, cmd.qp_handle, file->ucontext); in ib_uverbs_destroy_qp() 1458 qp = idr_read_qp(cmd.qp_handle, file->ucontext); in ib_uverbs_post_send() 1691 qp = idr_read_qp(cmd.qp_handle, file->ucontext); in ib_uverbs_post_recv() 1909 qp = idr_read_qp(cmd.qp_handle, file->ucontext); in ib_uverbs_attach_mcast() 1956 qp = idr_read_qp(cmd.qp_handle, file->ucontext); in ib_uverbs_detach_mcast()
|