Searched refs:ib_cq (Results 1 – 11 of 11) sorted by relevance
/net/smc/ |
D | smc_wr.h | 94 void smc_wr_tx_cq_handler(struct ib_cq *ib_cq, void *cq_context); 102 void smc_wr_rx_cq_handler(struct ib_cq *ib_cq, void *cq_context);
|
D | smc_ib.h | 37 struct ib_cq *roce_cq_send; /* send completion queue */ 38 struct ib_cq *roce_cq_recv; /* recv completion queue */
|
D | smc_wr.c | 137 void smc_wr_tx_cq_handler(struct ib_cq *ib_cq, void *cq_context) in smc_wr_tx_cq_handler() argument 411 void smc_wr_rx_cq_handler(struct ib_cq *ib_cq, void *cq_context) in smc_wr_rx_cq_handler() argument
|
/net/sunrpc/xprtrdma/ |
D | frwr_ops.c | 400 static void frwr_wc_fastreg(struct ib_cq *cq, struct ib_wc *wc) in frwr_wc_fastreg() 482 static void frwr_wc_localinv(struct ib_cq *cq, struct ib_wc *wc) in frwr_wc_localinv() 501 static void frwr_wc_localinv_wake(struct ib_cq *cq, struct ib_wc *wc) in frwr_wc_localinv_wake() 603 static void frwr_wc_localinv_done(struct ib_cq *cq, struct ib_wc *wc) in frwr_wc_localinv_done()
|
D | svc_rdma_rw.c | 19 static void svc_rdma_write_done(struct ib_cq *cq, struct ib_wc *wc); 20 static void svc_rdma_wc_read_done(struct ib_cq *cq, struct ib_wc *wc); 202 static void svc_rdma_write_done(struct ib_cq *cq, struct ib_wc *wc) in svc_rdma_write_done() 260 static void svc_rdma_wc_read_done(struct ib_cq *cq, struct ib_wc *wc) in svc_rdma_wc_read_done()
|
D | svc_rdma_recvfrom.c | 111 static void svc_rdma_wc_receive(struct ib_cq *cq, struct ib_wc *wc); 285 static void svc_rdma_wc_receive(struct ib_cq *cq, struct ib_wc *wc) in svc_rdma_wc_receive()
|
D | svc_rdma_sendto.c | 117 static void svc_rdma_wc_send(struct ib_cq *cq, struct ib_wc *wc); 258 static void svc_rdma_wc_send(struct ib_cq *cq, struct ib_wc *wc) in svc_rdma_wc_send()
|
D | verbs.c | 132 rpcrdma_wc_send(struct ib_cq *cq, struct ib_wc *wc) in rpcrdma_wc_send() 150 rpcrdma_wc_receive(struct ib_cq *cq, struct ib_wc *wc) in rpcrdma_wc_receive() 480 struct ib_cq *sendcq, *recvcq; in rpcrdma_ep_create()
|
/net/9p/ |
D | trans_rdma.c | 82 struct ib_cq *cq; 290 recv_done(struct ib_cq *cq, struct ib_wc *wc) in recv_done() 341 send_done(struct ib_cq *cq, struct ib_wc *wc) in send_done()
|
/net/rds/ |
D | ib.h | 152 struct ib_cq *i_send_cq; 153 struct ib_cq *i_recv_cq;
|
D | ib_cm.c | 280 static void rds_ib_cq_comp_handler_recv(struct ib_cq *cq, void *context) in rds_ib_cq_comp_handler_recv() 292 static void poll_scq(struct rds_ib_connection *ic, struct ib_cq *cq, in poll_scq() 336 static void poll_rcq(struct rds_ib_connection *ic, struct ib_cq *cq, in poll_rcq() 408 static void rds_ib_cq_comp_handler_send(struct ib_cq *cq, void *context) in rds_ib_cq_comp_handler_send()
|