/kernel/linux/linux-6.6/net/sunrpc/xprtrdma/ |
H A D | frwr_ops.c | 375 * single ib_post_send call is needed to register memory 378 * Returns the return code from ib_post_send. 416 ret = ib_post_send(ep->re_id->qp, post_wr, NULL); in frwr_send() 507 * a single ib_post_send() call. in frwr_unmap_sync() 544 rc = ib_post_send(ep->re_id->qp, first, &bad_wr); in frwr_unmap_sync() 610 * a single ib_post_send() call. in frwr_unmap_async() 644 rc = ib_post_send(ep->re_id->qp, first, NULL); in frwr_unmap_async() 695 return ib_post_send(ep->re_id->qp, &mr->mr_regwr.wr, NULL); in frwr_wp_create()
|
H A D | svc_rdma_sendto.c | 341 ret = ib_post_send(rdma->sc_qp, wr, NULL); in svc_rdma_send()
|
/kernel/linux/linux-5.10/net/sunrpc/xprtrdma/ |
H A D | frwr_ops.c | 379 * single ib_post_send call is needed to register memory 382 * Returns the return code from ib_post_send. 408 return ib_post_send(r_xprt->rx_ep->re_id->qp, post_wr, NULL); in frwr_send() 502 * a single ib_post_send() call. in frwr_unmap_sync() 538 rc = ib_post_send(r_xprt->rx_ep->re_id->qp, first, &bad_wr); in frwr_unmap_sync() 606 * a single ib_post_send() call. in frwr_unmap_async() 642 rc = ib_post_send(r_xprt->rx_ep->re_id->qp, first, &bad_wr); in frwr_unmap_async()
|
H A D | svc_rdma_rw.c | 330 * - If ib_post_send() succeeds, only one completion is expected, 362 ret = ib_post_send(rdma->sc_qp, first_wr, &bad_wr); in svc_rdma_post_chunk_ctxt()
|
H A D | svc_rdma_sendto.c | 332 ret = ib_post_send(rdma->sc_qp, wr, NULL); in svc_rdma_send()
|
/kernel/linux/linux-5.10/net/rds/ |
H A D | ib_frmr.c | 164 ret = ib_post_send(ibmr->ic->i_cm_id->qp, ®_wr.wr, NULL); in rds_ib_post_reg_frmr() 293 ret = ib_post_send(i_cm_id->qp, s_wr, NULL); in rds_ib_post_inv()
|
H A D | ib_send.c | 738 ret = ib_post_send(ic->i_cm_id->qp, &first->s_wr, &failed_wr); in rds_ib_xmit() 743 printk(KERN_WARNING "RDS/IB: ib_post_send to %pI6c " in rds_ib_xmit() 752 rds_ib_conn_error(ic->conn, "ib_post_send failed\n"); in rds_ib_xmit() 832 ret = ib_post_send(ic->i_cm_id->qp, &send->s_atomic_wr.wr, &failed_wr); in rds_ib_xmit_atomic() 837 printk(KERN_WARNING "RDS/IB: atomic ib_post_send to %pI6c " in rds_ib_xmit_atomic() 845 printk(KERN_WARNING "RDS/IB: atomic ib_post_send() rc=%d, but failed_wqe updated!\n", ret); in rds_ib_xmit_atomic() 988 ret = ib_post_send(ic->i_cm_id->qp, &first->s_rdma_wr.wr, &failed_wr); in rds_ib_xmit_rdma() 993 printk(KERN_WARNING "RDS/IB: rdma ib_post_send to %pI6c " in rds_ib_xmit_rdma() 1001 printk(KERN_WARNING "RDS/IB: ib_post_send() rc=%d, but failed_wqe updated!\n", ret); in rds_ib_xmit_rdma()
|
/kernel/linux/linux-6.6/net/rds/ |
H A D | ib_frmr.c | 164 ret = ib_post_send(ibmr->ic->i_cm_id->qp, ®_wr.wr, NULL); in rds_ib_post_reg_frmr() 293 ret = ib_post_send(i_cm_id->qp, s_wr, NULL); in rds_ib_post_inv()
|
H A D | ib_send.c | 737 ret = ib_post_send(ic->i_cm_id->qp, &first->s_wr, &failed_wr); in rds_ib_xmit() 742 printk(KERN_WARNING "RDS/IB: ib_post_send to %pI6c " in rds_ib_xmit() 751 rds_ib_conn_error(ic->conn, "ib_post_send failed\n"); in rds_ib_xmit() 831 ret = ib_post_send(ic->i_cm_id->qp, &send->s_atomic_wr.wr, &failed_wr); in rds_ib_xmit_atomic() 836 printk(KERN_WARNING "RDS/IB: atomic ib_post_send to %pI6c " in rds_ib_xmit_atomic() 844 printk(KERN_WARNING "RDS/IB: atomic ib_post_send() rc=%d, but failed_wqe updated!\n", ret); in rds_ib_xmit_atomic() 987 ret = ib_post_send(ic->i_cm_id->qp, &first->s_rdma_wr.wr, &failed_wr); in rds_ib_xmit_rdma() 992 printk(KERN_WARNING "RDS/IB: rdma ib_post_send to %pI6c " in rds_ib_xmit_rdma() 1000 printk(KERN_WARNING "RDS/IB: ib_post_send() rc=%d, but failed_wqe updated!\n", ret); in rds_ib_xmit_rdma()
|
/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/ |
H A D | opfn.c | 89 /* Drop opfn.lock before calling ib_post_send() */ in opfn_conn_request() 92 ret = ib_post_send(&qp->ibqp, &wr.wr, NULL); in opfn_conn_request() 102 * In case of an unexpected error return from ib_post_send in opfn_conn_request() 125 * ib_post_send in opfn_conn_request
|
/kernel/linux/linux-6.6/drivers/infiniband/hw/hfi1/ |
H A D | opfn.c | 89 /* Drop opfn.lock before calling ib_post_send() */ in opfn_conn_request() 92 ret = ib_post_send(&qp->ibqp, &wr.wr, NULL); in opfn_conn_request() 102 * In case of an unexpected error return from ib_post_send in opfn_conn_request() 125 * ib_post_send in opfn_conn_request
|
/kernel/linux/linux-6.6/net/smc/ |
H A D | smc_wr.c | 7 * Work requests (WR) of type ib_post_send or ib_post_recv respectively 301 /* Send prepared WR slot via ib_post_send. 312 rc = ib_post_send(link->roce_qp, &link->wr_tx_ibs[pend->idx], NULL); in smc_wr_tx_send() 328 rc = ib_post_send(link->roce_qp, link->wr_tx_v2_ib, NULL); in smc_wr_tx_v2_send() 336 /* Send prepared WR slot via ib_post_send and wait for send completion 376 rc = ib_post_send(link->roce_qp, &link->wr_reg.wr, NULL); in smc_wr_reg_send()
|
H A D | smc_tx.c | 333 rc = ib_post_send(link->roce_qp, &rdma_wr->wr, NULL); in smc_tx_rdma_write()
|
/kernel/linux/linux-5.10/net/smc/ |
H A D | smc_wr.c | 7 * Work requests (WR) of type ib_post_send or ib_post_recv respectively 251 /* Send prepared WR slot via ib_post_send. 262 rc = ib_post_send(link->roce_qp, &link->wr_tx_ibs[pend->idx], NULL); in smc_wr_tx_send() 270 /* Send prepared WR slot via ib_post_send and wait for send completion 310 rc = ib_post_send(link->roce_qp, &link->wr_reg.wr, NULL); in smc_wr_reg_send()
|
H A D | smc_tx.c | 284 rc = ib_post_send(link->roce_qp, &rdma_wr->wr, NULL); in smc_tx_rdma_write()
|
/kernel/linux/linux-5.10/drivers/infiniband/hw/mlx5/ |
H A D | gsi.c | 486 ret = ib_post_send(tx_qp, &cur_wr.wr, bad_wr); in mlx5_ib_gsi_post_send()
|
/kernel/linux/linux-6.6/drivers/infiniband/hw/mlx5/ |
H A D | gsi.c | 457 ret = ib_post_send(tx_qp, &cur_wr.wr, bad_wr); in mlx5_ib_gsi_post_send()
|
/kernel/linux/linux-5.10/fs/cifs/ |
H A D | smbdirect.c | 730 rc = ib_post_send(info->id->qp, &send_wr, NULL); in smbd_post_send_negotiate_req() 735 log_rdma_send(ERR, "ib_post_send failed rc=%d\n", rc); in smbd_post_send_negotiate_req() 812 rc = ib_post_send(info->id->qp, &send_wr, NULL); in smbd_post_send() 814 log_rdma_send(ERR, "ib_post_send failed rc=%d\n", rc); in smbd_post_send() 2427 * There is no need for waiting for complemtion on ib_post_send in smbd_register_mr() 2429 * on the next ib_post_send when we actaully send I/O to remote peer in smbd_register_mr() 2431 rc = ib_post_send(info->id->qp, ®_wr->wr, NULL); in smbd_register_mr() 2435 log_rdma_mr(ERR, "ib_post_send failed rc=%x reg_wr->key=%x\n", in smbd_register_mr() 2491 rc = ib_post_send(info->id->qp, wr, NULL); in smbd_deregister_mr() 2493 log_rdma_mr(ERR, "ib_post_send faile in smbd_deregister_mr() [all...] |
/kernel/linux/linux-6.6/fs/smb/client/ |
H A D | smbdirect.c | 736 rc = ib_post_send(info->id->qp, &send_wr, NULL); in smbd_post_send_negotiate_req() 741 log_rdma_send(ERR, "ib_post_send failed rc=%d\n", rc); in smbd_post_send_negotiate_req() 818 rc = ib_post_send(info->id->qp, &send_wr, NULL); in smbd_post_send() 820 log_rdma_send(ERR, "ib_post_send failed rc=%d\n", rc); in smbd_post_send() 2312 * There is no need for waiting for complemtion on ib_post_send in smbd_register_mr() 2314 * on the next ib_post_send when we actaully send I/O to remote peer in smbd_register_mr() 2316 rc = ib_post_send(info->id->qp, ®_wr->wr, NULL); in smbd_register_mr() 2320 log_rdma_mr(ERR, "ib_post_send failed rc=%x reg_wr->key=%x\n", in smbd_register_mr() 2376 rc = ib_post_send(info->id->qp, wr, NULL); in smbd_deregister_mr() 2378 log_rdma_mr(ERR, "ib_post_send faile in smbd_deregister_mr() [all...] |
/kernel/linux/linux-5.10/drivers/infiniband/ulp/rtrs/ |
H A D | rtrs-srv.c | 354 err = ib_post_send(id->con->c.qp, &id->tx_wr.wr, NULL); in rdma_write_sg() 471 err = ib_post_send(id->con->c.qp, wr, NULL); in send_io_resp_imm() 1155 return ib_post_send(con->c.qp, &wr, NULL); in rtrs_srv_inv_rkey()
|
H A D | rtrs.c | 122 return ib_post_send(qp, head, NULL); in rtrs_post_send()
|
/kernel/linux/linux-5.10/net/9p/ |
H A D | trans_rdma.c | 517 err = ib_post_send(rdma->qp, &wr, NULL); in rdma_request()
|
/kernel/linux/linux-6.6/drivers/infiniband/ulp/rtrs/ |
H A D | rtrs.c | 125 return ib_post_send(qp, head, NULL); in rtrs_post_send()
|
H A D | rtrs-srv.c | 320 err = ib_post_send(id->con->c.qp, &id->tx_wr.wr, NULL); in rdma_write_sg() 438 err = ib_post_send(id->con->c.qp, wr, NULL); in send_io_resp_imm() 1178 return ib_post_send(con->c.qp, &wr, NULL); in rtrs_srv_inv_rkey()
|
/kernel/linux/linux-6.6/net/9p/ |
H A D | trans_rdma.c | 516 err = ib_post_send(rdma->qp, &wr, NULL); in rdma_request()
|