Searched refs:ib_cqe (Results 1 – 25 of 35) sorted by relevance
12
/Linux-v5.10/drivers/infiniband/ulp/iser/ |
D | iscsi_iser.h | 248 struct ib_cqe cqe; 257 sizeof(struct ib_cqe))) 275 struct ib_cqe cqe; 295 struct ib_cqe cqe; 389 struct ib_cqe reg_cqe; 578 iser_rx(struct ib_cqe *cqe) in iser_rx() 584 iser_tx(struct ib_cqe *cqe) in iser_tx() 590 iser_login(struct ib_cqe *cqe) in iser_login()
|
D | iser_memory.c | 221 struct ib_cqe *cqe, in iser_inv_rkey() 240 struct ib_cqe *cqe = &iser_task->iser_conn->ib_conn.reg_cqe; in iser_reg_sig_mr() 297 struct ib_cqe *cqe = &iser_task->iser_conn->ib_conn.reg_cqe; in iser_fast_reg_mr()
|
/Linux-v5.10/drivers/infiniband/ulp/isert/ |
D | ib_isert.h | 89 struct ib_cqe rx_cqe; 93 static inline struct iser_rx_desc *cqe_to_rx_desc(struct ib_cqe *cqe) in cqe_to_rx_desc() 127 struct ib_cqe tx_cqe; 132 static inline struct iser_tx_desc *cqe_to_tx_desc(struct ib_cqe *cqe) in cqe_to_tx_desc()
|
/Linux-v5.10/drivers/infiniband/ulp/rtrs/ |
D | rtrs-pri.h | 107 struct ib_cqe *hb_cqe; 118 struct ib_cqe cqe; 301 int rtrs_post_recv_empty(struct rtrs_con *con, struct ib_cqe *cqe); 302 int rtrs_post_rdma_write_imm_empty(struct rtrs_con *con, struct ib_cqe *cqe, 311 void rtrs_init_hb(struct rtrs_sess *sess, struct ib_cqe *cqe,
|
D | rtrs-srv.h | 70 struct ib_cqe inv_cqe; /* only for always_invalidate=true */
|
D | rtrs.c | 96 int rtrs_post_recv_empty(struct rtrs_con *con, struct ib_cqe *cqe) in rtrs_post_recv_empty() 186 int rtrs_post_rdma_write_imm_empty(struct rtrs_con *con, struct ib_cqe *cqe, in rtrs_post_rdma_write_imm_empty() 364 void rtrs_init_hb(struct rtrs_sess *sess, struct ib_cqe *cqe, in rtrs_init_hb()
|
D | rtrs-clt.h | 112 struct ib_cqe inv_cqe;
|
D | rtrs-clt.c | 341 static struct ib_cqe fast_reg_cqe = { 566 static struct ib_cqe io_comp_cqe = { 574 static int rtrs_post_recv_empty_x2(struct rtrs_con *con, struct ib_cqe *cqe) in rtrs_post_recv_empty_x2()
|
/Linux-v5.10/drivers/infiniband/ulp/srpt/ |
D | ib_srpt.h | 170 struct ib_cqe cqe; 223 struct ib_cqe rdma_cqe; 305 struct ib_cqe zw_cqe;
|
/Linux-v5.10/include/rdma/ |
D | rw.h | 63 u8 port_num, struct ib_cqe *cqe, struct ib_send_wr *chain_wr); 65 struct ib_cqe *cqe, struct ib_send_wr *chain_wr);
|
D | ib_verbs.h | 991 struct ib_cqe *wr_cqe; 1346 struct ib_cqe { struct 1354 struct ib_cqe *wr_cqe; argument 1425 struct ib_cqe *wr_cqe;
|
/Linux-v5.10/fs/cifs/ |
D | smbdirect.h | 233 struct ib_cqe cqe; 246 struct ib_cqe cqe; 294 struct ib_cqe cqe;
|
/Linux-v5.10/include/linux/sunrpc/ |
D | svc_rdma.h | 134 struct ib_cqe rc_cqe; 157 struct ib_cqe sc_cqe;
|
/Linux-v5.10/drivers/infiniband/ulp/srp/ |
D | ib_srp.h | 130 struct ib_cqe reg_cqe; 271 struct ib_cqe cqe;
|
/Linux-v5.10/net/sunrpc/xprtrdma/ |
D | xprt_rdma.h | 182 struct ib_cqe rr_cqe; 213 struct ib_cqe sc_cqe; 227 struct ib_cqe fr_cqe;
|
D | frwr_ops.c | 361 struct ib_cqe *cqe = wc->wr_cqe; in frwr_wc_fastreg() 445 struct ib_cqe *cqe = wc->wr_cqe; in frwr_wc_localinv() 466 struct ib_cqe *cqe = wc->wr_cqe; in frwr_wc_localinv_wake() 570 struct ib_cqe *cqe = wc->wr_cqe; in frwr_wc_localinv_done()
|
D | svc_rdma_rw.c | 149 struct ib_cqe cc_cqe; 240 struct ib_cqe *cqe = wc->wr_cqe; in svc_rdma_write_done() 298 struct ib_cqe *cqe = wc->wr_cqe; in svc_rdma_wc_read_done() 341 struct ib_cqe *cqe; in svc_rdma_post_chunk_ctxt()
|
D | verbs.c | 164 struct ib_cqe *cqe = wc->wr_cqe; in rpcrdma_wc_send() 183 struct ib_cqe *cqe = wc->wr_cqe; in rpcrdma_wc_receive()
|
D | svc_rdma_recvfrom.c | 319 struct ib_cqe *cqe = wc->wr_cqe; in svc_rdma_wc_receive()
|
D | svc_rdma_sendto.c | 279 struct ib_cqe *cqe = wc->wr_cqe; in svc_rdma_wc_send()
|
/Linux-v5.10/drivers/infiniband/core/ |
D | mad_priv.h | 67 struct ib_cqe cqe;
|
D | rw.c | 505 u8 port_num, struct ib_cqe *cqe, struct ib_send_wr *chain_wr) in rdma_rw_ctx_wrs() 563 struct ib_cqe *cqe, struct ib_send_wr *chain_wr) in rdma_rw_ctx_post()
|
/Linux-v5.10/drivers/nvme/target/ |
D | rdma.c | 43 struct ib_cqe cqe; 58 struct ib_cqe send_cqe; 64 struct ib_cqe read_cqe; 65 struct ib_cqe write_cqe;
|
/Linux-v5.10/drivers/infiniband/hw/mlx5/ |
D | gsi.c | 36 struct ib_cqe cqe;
|
/Linux-v5.10/net/9p/ |
D | trans_rdma.c | 107 struct ib_cqe cqe;
|
12