/kernel/linux/linux-5.10/include/rdma/ |
H A 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);
|
/kernel/linux/linux-6.6/include/rdma/ |
H A D | rw.h | 63 u32 port_num, struct ib_cqe *cqe, struct ib_send_wr *chain_wr); 65 struct ib_cqe *cqe, struct ib_send_wr *chain_wr);
|
/kernel/linux/linux-5.10/drivers/infiniband/core/ |
H A D | rw.c | 499 * @chain_wr: WR to append to the posted chain 502 * @ctx, as well as any memory registration operations needed. If @chain_wr 504 * If @chain_wr is not set @cqe must be set so that the caller gets a 508 u8 port_num, struct ib_cqe *cqe, struct ib_send_wr *chain_wr) in rdma_rw_ctx_wrs() 540 if (chain_wr) { in rdma_rw_ctx_wrs() 541 last_wr->next = chain_wr; in rdma_rw_ctx_wrs() 557 * @chain_wr: WR to append to the posted chain 560 * any memory registration operations needed. If @chain_wr is non-NULL the 561 * WR it points to will be appended to the chain of WRs posted. If @chain_wr 566 struct ib_cqe *cqe, struct ib_send_wr *chain_wr) in rdma_rw_ctx_post() 507 rdma_rw_ctx_wrs(struct rdma_rw_ctx *ctx, struct ib_qp *qp, u8 port_num, struct ib_cqe *cqe, struct ib_send_wr *chain_wr) rdma_rw_ctx_wrs() argument 565 rdma_rw_ctx_post(struct rdma_rw_ctx *ctx, struct ib_qp *qp, u8 port_num, struct ib_cqe *cqe, struct ib_send_wr *chain_wr) rdma_rw_ctx_post() argument [all...] |
/kernel/linux/linux-6.6/drivers/infiniband/core/ |
H A D | rw.c | 489 * @chain_wr: WR to append to the posted chain 492 * @ctx, as well as any memory registration operations needed. If @chain_wr 494 * If @chain_wr is not set @cqe must be set so that the caller gets a 498 u32 port_num, struct ib_cqe *cqe, struct ib_send_wr *chain_wr) in rdma_rw_ctx_wrs() 530 if (chain_wr) { in rdma_rw_ctx_wrs() 531 last_wr->next = chain_wr; in rdma_rw_ctx_wrs() 547 * @chain_wr: WR to append to the posted chain 550 * any memory registration operations needed. If @chain_wr is non-NULL the 551 * WR it points to will be appended to the chain of WRs posted. If @chain_wr 556 struct ib_cqe *cqe, struct ib_send_wr *chain_wr) in rdma_rw_ctx_post() 497 rdma_rw_ctx_wrs(struct rdma_rw_ctx *ctx, struct ib_qp *qp, u32 port_num, struct ib_cqe *cqe, struct ib_send_wr *chain_wr) rdma_rw_ctx_wrs() argument 555 rdma_rw_ctx_post(struct rdma_rw_ctx *ctx, struct ib_qp *qp, u32 port_num, struct ib_cqe *cqe, struct ib_send_wr *chain_wr) rdma_rw_ctx_post() argument [all...] |
/kernel/linux/linux-5.10/drivers/infiniband/ulp/isert/ |
H A D | ib_isert.c | 2040 struct ib_cqe *cqe, struct ib_send_wr *chain_wr) in isert_rdma_rw_ctx_post() 2088 ret = rdma_rw_ctx_post(&cmd->rw, conn->qp, port_num, cqe, chain_wr); in isert_rdma_rw_ctx_post() 2101 struct ib_send_wr *chain_wr = NULL; in isert_put_datain() local 2126 chain_wr = &isert_cmd->tx_desc.send_wr; in isert_put_datain() 2129 rc = isert_rdma_rw_ctx_post(isert_cmd, isert_conn, cqe, chain_wr); in isert_put_datain() 2039 isert_rdma_rw_ctx_post(struct isert_cmd *cmd, struct isert_conn *conn, struct ib_cqe *cqe, struct ib_send_wr *chain_wr) isert_rdma_rw_ctx_post() argument
|
/kernel/linux/linux-6.6/drivers/infiniband/ulp/isert/ |
H A D | ib_isert.c | 2040 struct ib_cqe *cqe, struct ib_send_wr *chain_wr) in isert_rdma_rw_ctx_post() 2088 ret = rdma_rw_ctx_post(&cmd->rw, conn->qp, port_num, cqe, chain_wr); in isert_rdma_rw_ctx_post() 2101 struct ib_send_wr *chain_wr = NULL; in isert_put_datain() local 2126 chain_wr = &isert_cmd->tx_desc.send_wr; in isert_put_datain() 2129 rc = isert_rdma_rw_ctx_post(isert_cmd, isert_conn, cqe, chain_wr); in isert_put_datain() 2039 isert_rdma_rw_ctx_post(struct isert_cmd *cmd, struct isert_conn *conn, struct ib_cqe *cqe, struct ib_send_wr *chain_wr) isert_rdma_rw_ctx_post() argument
|