Searched refs:ibv_req_notify_cq (Results 1 – 14 of 14) sorted by relevance
/freebsd/lib/ofed/libibverbs/ |
H A D | Makefile | 69 ibv_req_notify_cq.3 \
|
/freebsd/contrib/ofed/librdmacm/ |
H A D | rdma_verbs.h | 263 ret = ibv_req_notify_cq(id->send_cq, 0); in rdma_get_send_comp() 294 ret = ibv_req_notify_cq(id->recv_cq, 0); in rdma_get_recv_comp()
|
H A D | rsocket.c | 797 ibv_req_notify_cq(cm_id->recv_cq, 0); in rs_create_cq() 2041 ibv_req_notify_cq(rs->cm_id->recv_cq, 0); in rs_process_cq() 2158 ibv_req_notify_cq(qp->cm_id->recv_cq, 0); in ds_req_notify_cqs() 3273 ibv_req_notify_cq(rs->cm_id->recv_cq, 0); in rshutdown()
|
/freebsd/contrib/libpcap/ |
H A D | pcap-rdmasniff.c | 134 ibv_req_notify_cq(priv->cq, 0); in rdmasniff_read() 241 ibv_req_notify_cq(priv->cq, 0); in rdmasniff_activate()
|
/freebsd/contrib/ofed/libibverbs/examples/ |
H A D | uc_pingpong.c | 684 if (ibv_req_notify_cq(ctx->cq, 0)) { in main() 768 if (ibv_req_notify_cq(ctx->cq, 0)) { in main()
|
H A D | ud_pingpong.c | 697 if (ibv_req_notify_cq(ctx->cq, 0)) { in main() 775 if (ibv_req_notify_cq(ctx->cq, 0)) { in main()
|
H A D | rc_pingpong.c | 859 if (ibv_req_notify_cq(pp_cq(ctx), 0)) { in main() 945 if (ibv_req_notify_cq(pp_cq(ctx), 0)) { in main()
|
H A D | srq_pingpong.c | 798 if (ibv_req_notify_cq(ctx->cq, 0)) { in main() 893 if (ibv_req_notify_cq(ctx->cq, 0)) { in main()
|
H A D | xsrq_pingpong.c | 282 if (ibv_req_notify_cq(ctx.recv_cq, 0)) { in pp_init_ctx() 816 if (ibv_req_notify_cq(ctx.recv_cq, 0)) { in get_cq_event()
|
/freebsd/contrib/ofed/librdmacm/examples/ |
H A D | rping.c | 543 ret = ibv_req_notify_cq(cb->cq, 0); in rping_setup_qp() 607 ret = ibv_req_notify_cq(cb->cq, 0); in cq_thread()
|
/freebsd/contrib/ofed/libibverbs/ |
H A D | kern-abi.h | 522 struct ibv_req_notify_cq { struct
|
H A D | verbs.h | 1933 static inline int ibv_req_notify_cq(struct ibv_cq *cq, int solicited_only) in ibv_req_notify_cq() function
|
H A D | cmd.c | 587 struct ibv_req_notify_cq cmd; in ibv_cmd_req_notify_cq()
|
/freebsd/tools/build/mk/ |
H A D | OptionalObsoleteFiles.inc | 6480 OLD_FILES+=usr/share/man/man3/ibv_req_notify_cq.3.gz
|