/freebsd/contrib/ofed/libmlx4/ |
H A D | cq.c | 158 static inline void handle_good_req(struct ibv_wc *wc, struct mlx4_cqe *cqe) in handle_good_req() 233 struct ibv_wc *wc, int lazy) 238 struct ibv_wc *wc, int lazy) in mlx4_parse_cqe() 381 struct ibv_wc *wc) 385 struct ibv_wc *wc) in mlx4_poll_one() 397 int mlx4_poll_cq(struct ibv_cq *ibcq, int ne, struct ibv_wc *wc) in mlx4_poll_cq()
|
H A D | mlx4.h | 394 int mlx4_poll_cq(struct ibv_cq *cq, int ne, struct ibv_wc *wc);
|
/freebsd/contrib/ofed/libmlx5/ |
H A D | cq.c | 106 static inline void handle_good_req(struct ibv_wc *wc, struct mlx5_cqe64 *cqe, struct mlx5_wq *wq, i… in handle_good_req() 184 static inline int handle_responder(struct ibv_wc *wc, struct mlx5_cqe64 *cqe, in handle_responder() 513 struct ibv_wc *wc, 521 struct ibv_wc *wc, in mlx5_parse_cqe() 711 struct ibv_wc *wc, int cqe_ver) 716 struct ibv_wc *wc, int cqe_ver) in mlx5_poll_one() 730 struct ibv_wc *wc, int cqe_ver) 733 struct ibv_wc *wc, int cqe_ver) in poll_cq() 1041 int mlx5_poll_cq(struct ibv_cq *ibcq, int ne, struct ibv_wc *wc) in mlx5_poll_cq() 1046 int mlx5_poll_cq_v1(struct ibv_cq *ibcq, int ne, struct ibv_wc *wc) in mlx5_poll_cq_v1()
|
H A D | mlx5.h | 605 int mlx5_poll_cq(struct ibv_cq *cq, int ne, struct ibv_wc *wc); 606 int mlx5_poll_cq_v1(struct ibv_cq *cq, int ne, struct ibv_wc *wc);
|
/freebsd/contrib/ofed/librdmacm/ |
H A D | rdma_verbs.h | 252 rdma_get_send_comp(struct rdma_cm_id *id, struct ibv_wc *wc) in rdma_get_send_comp() 283 rdma_get_recv_comp(struct rdma_cm_id *id, struct ibv_wc *wc) in rdma_get_recv_comp()
|
/freebsd/contrib/ofed/librdmacm/examples/ |
H A D | rdma_client.c | 52 struct ibv_wc wc; in run()
|
H A D | rdma_server.c | 52 struct ibv_wc wc; in run()
|
H A D | rdma_xclient.c | 80 struct ibv_wc wc; in test()
|
H A D | rdma_xserver.c | 77 struct ibv_wc wc; in test()
|
H A D | udaddy.c | 452 static void create_reply_ah(struct cmatest_node *node, struct ibv_wc *wc) in create_reply_ah() 467 struct ibv_wc wc[8]; in poll_cqs()
|
H A D | rping.c | 239 static int server_recv(struct rping_cb *cb, struct ibv_wc *wc) in server_recv() 260 static int client_recv(struct rping_cb *cb, struct ibv_wc *wc) in client_recv() 277 struct ibv_wc wc; in rping_cq_event_handler()
|
H A D | mckey.c | 413 struct ibv_wc wc[8]; in poll_cqs()
|
H A D | cmatose.c | 411 struct ibv_wc wc[8]; in poll_cqs()
|
/freebsd/contrib/ofed/libibverbs/ |
H A D | verbs.h | 467 struct ibv_wc { struct 1428 int (*poll_cq)(struct ibv_cq *cq, int num_entries, struct ibv_wc *wc); 1919 static inline int ibv_poll_cq(struct ibv_cq *cq, int num_entries, struct ibv_wc *wc) in ibv_poll_cq() 2296 struct ibv_wc *wc, struct ibv_grh *grh, 2311 struct ibv_ah *ibv_create_ah_from_wc(struct ibv_pd *pd, struct ibv_wc *wc,
|
H A D | verbs.c | 808 struct ibv_wc *wc, in set_ah_attr_generic_fields() 889 struct ibv_wc *wc, struct ibv_grh *grh, in ibv_init_ah_from_wc() 916 struct ibv_ah *ibv_create_ah_from_wc(struct ibv_pd *pd, struct ibv_wc *wc, in ibv_create_ah_from_wc()
|
H A D | driver.h | 202 int ibv_cmd_poll_cq(struct ibv_cq *cq, int ne, struct ibv_wc *wc);
|
H A D | compat-1_0.c | 179 struct ibv_wc *wc); 357 struct ibv_wc *wc) in poll_cq_wrapper_1_0()
|
/freebsd/contrib/ofed/libirdma/ |
H A D | irdma_umain.h | 175 int irdma_upoll_cq(struct ibv_cq *cq, int entries, struct ibv_wc *entry);
|
H A D | irdma_uverbs.c | 677 set_ib_wc_op_sq(struct irdma_cq_poll_info *cur_cqe, struct ibv_wc *entry) in set_ib_wc_op_sq() 708 struct ibv_wc *entry, bool send_imm_support) in set_ib_wc_op_rq() 749 irdma_process_cqe(struct ibv_wc *entry, struct irdma_cq_poll_info *cur_cqe) in irdma_process_cqe() 806 struct ibv_wc *entry) in irdma_poll_one() 832 struct ibv_wc *entry) in __irdma_upoll_cq() 915 irdma_upoll_cq(struct ibv_cq *cq, int num_entries, struct ibv_wc *entry) in irdma_upoll_cq()
|
/freebsd/contrib/ofed/libcxgb4/ |
H A D | libcxgb4.h | 191 int c4iw_poll_cq(struct ibv_cq *cq, int ne, struct ibv_wc *wc);
|
H A D | cq.c | 560 static int c4iw_poll_cq_one(struct c4iw_cq *chp, struct ibv_wc *wc) in c4iw_poll_cq_one() 711 int c4iw_poll_cq(struct ibv_cq *ibcq, int num_entries, struct ibv_wc *wc) in c4iw_poll_cq()
|
/freebsd/contrib/libpcap/ |
H A D | pcap-rdmasniff.c | 118 struct ibv_wc wc; in rdmasniff_read()
|
/freebsd/contrib/ofed/libibverbs/examples/ |
H A D | uc_pingpong.c | 775 struct ibv_wc wc[2]; in main()
|
H A D | ud_pingpong.c | 782 struct ibv_wc wc[2]; in main()
|
H A D | rc_pingpong.c | 987 struct ibv_wc wc[2]; in main()
|