Home
last modified time | relevance | path

Searched refs:post_send (Results 1 – 22 of 22) sorted by relevance

/openbmc/linux/Documentation/translations/zh_CN/infiniband/
H A Dcore_locking.rst34 - post_send
78 如,低级驱动程序不允许从post_send方法直接调用使用者的完成事件处理程
/openbmc/linux/Documentation/infiniband/
H A Dcore_locking.rst21 - post_send
72 handler directly from its post_send method. Instead, the low-level
/openbmc/linux/drivers/infiniband/sw/rdmavt/
H A Dvt.c359 .post_send = rvt_post_send,
457 if (!rdi->ibdev.ops.post_send) in check_support()
/openbmc/linux/drivers/infiniband/hw/ocrdma/
H A Docrdma_main.c160 .post_send = ocrdma_post_send,
/openbmc/linux/drivers/infiniband/sw/siw/
H A Dsiw_main.c264 .post_send = siw_post_send,
/openbmc/linux/drivers/infiniband/hw/mthca/
H A Dmthca_provider.c1124 .post_send = mthca_arbel_post_send,
1130 .post_send = mthca_tavor_post_send,
/openbmc/linux/drivers/infiniband/ulp/ipoib/
H A Dipoib_ib.c541 static inline int post_send(struct ipoib_dev_priv *priv, in post_send() function
653 rc = post_send(priv, priv->tx_head & (ipoib_sendq_size - 1), in ipoib_send()
H A Dipoib_cm.c696 static inline int post_send(struct ipoib_dev_priv *priv, in post_send() function
778 rc = post_send(priv, tx, tx->tx_head & (ipoib_sendq_size - 1), tx_req); in ipoib_cm_send()
/openbmc/linux/drivers/infiniband/hw/erdma/
H A Derdma_main.c476 .post_send = erdma_post_send,
/openbmc/linux/drivers/infiniband/hw/cxgb4/
H A Dprovider.c496 .post_send = c4iw_post_send,
/openbmc/linux/drivers/infiniband/core/
H A Ddevice.c281 IB_MANDATORY_FUNC(post_send), in ib_device_check_mandatory()
2689 SET_DEVICE_OP(dev_ops, post_send); in ib_set_device_ops()
H A Duverbs_cmd.c2159 ret = qp->device->ops.post_send(qp->real_qp, wr, &bad_wr); in ib_uverbs_post_send()
3929 UAPI_DEF_METHOD_NEEDS_FN(post_send)),
/openbmc/linux/drivers/infiniband/hw/qedr/
H A Dmain.c222 .post_send = qedr_post_send,
/openbmc/linux/drivers/infiniband/hw/vmw_pvrdma/
H A Dpvrdma_main.c176 .post_send = pvrdma_post_send,
/openbmc/linux/drivers/infiniband/ulp/isert/
H A Dib_isert.c964 goto post_send; in isert_put_login_tx()
971 post_send: in isert_put_login_tx()
/openbmc/linux/include/rdma/
H A Dib_verbs.h2350 int (*post_send)(struct ib_qp *qp, const struct ib_send_wr *send_wr, member
3850 return qp->device->ops.post_send(qp, send_wr, bad_send_wr ? : &dummy); in ib_post_send()
/openbmc/linux/drivers/infiniband/sw/rxe/
H A Drxe_verbs.c1479 .post_send = rxe_post_send,
/openbmc/linux/drivers/infiniband/hw/bnxt_re/
H A Dmain.c873 .post_send = bnxt_re_post_send,
/openbmc/linux/drivers/infiniband/hw/mlx4/
H A Dmain.c2558 .post_send = mlx4_ib_post_send,
/openbmc/linux/drivers/infiniband/hw/mlx5/
H A Dmain.c3848 .post_send = mlx5_ib_post_send_nodrain,
/openbmc/linux/drivers/infiniband/hw/irdma/
H A Dverbs.c4594 .post_send = irdma_post_send,
/openbmc/linux/drivers/infiniband/hw/hns/
H A Dhns_roce_hw_v2.c6653 .post_send = hns_roce_v2_post_send,