chain_wr          500 drivers/infiniband/core/rw.c 		u8 port_num, struct ib_cqe *cqe, struct ib_send_wr *chain_wr)
chain_wr          533 drivers/infiniband/core/rw.c 	if (chain_wr) {
chain_wr          534 drivers/infiniband/core/rw.c 		last_wr->next = chain_wr;
chain_wr          559 drivers/infiniband/core/rw.c 		struct ib_cqe *cqe, struct ib_send_wr *chain_wr)
chain_wr          563 drivers/infiniband/core/rw.c 	first_wr = rdma_rw_ctx_wrs(ctx, qp, port_num, cqe, chain_wr);
chain_wr         2119 drivers/infiniband/ulp/isert/ib_isert.c 		struct ib_cqe *cqe, struct ib_send_wr *chain_wr)
chain_wr         2167 drivers/infiniband/ulp/isert/ib_isert.c 	ret = rdma_rw_ctx_post(&cmd->rw, conn->qp, port_num, cqe, chain_wr);
chain_wr         2180 drivers/infiniband/ulp/isert/ib_isert.c 	struct ib_send_wr *chain_wr = NULL;
chain_wr         2207 drivers/infiniband/ulp/isert/ib_isert.c 		chain_wr = &isert_cmd->tx_desc.send_wr;
chain_wr         2210 drivers/infiniband/ulp/isert/ib_isert.c 	rc = isert_rdma_rw_ctx_post(isert_cmd, isert_conn, cqe, chain_wr);
chain_wr           63 include/rdma/rw.h 		u8 port_num, struct ib_cqe *cqe, struct ib_send_wr *chain_wr);
chain_wr           65 include/rdma/rw.h 		struct ib_cqe *cqe, struct ib_send_wr *chain_wr);