| /Linux-v5.4/Documentation/infiniband/ |
| D | core_locking.rst | 21 - post_send 74 handler directly from its post_send method. Instead, the low-level
|
| /Linux-v5.4/drivers/infiniband/sw/rdmavt/ |
| D | vt.c | 417 .post_send = rvt_post_send, 515 if (!rdi->ibdev.ops.post_send) in check_support()
|
| /Linux-v5.4/drivers/infiniband/hw/ocrdma/ |
| D | ocrdma_main.c | 173 .post_send = ocrdma_post_send,
|
| /Linux-v5.4/drivers/infiniband/sw/siw/ |
| D | siw_main.c | 305 .post_send = siw_post_send,
|
| /Linux-v5.4/drivers/infiniband/ulp/ipoib/ |
| D | ipoib_ib.c | 539 static inline int post_send(struct ipoib_dev_priv *priv, in post_send() function 650 rc = post_send(priv, priv->tx_head & (ipoib_sendq_size - 1), in ipoib_send()
|
| D | ipoib_cm.c | 696 static inline int post_send(struct ipoib_dev_priv *priv, in post_send() function 777 rc = post_send(priv, tx, tx->tx_head & (ipoib_sendq_size - 1), tx_req); in ipoib_cm_send()
|
| /Linux-v5.4/drivers/infiniband/hw/mthca/ |
| D | mthca_provider.c | 1224 .post_send = mthca_arbel_post_send, 1230 .post_send = mthca_tavor_post_send,
|
| /Linux-v5.4/drivers/infiniband/hw/cxgb4/ |
| D | provider.c | 506 .post_send = c4iw_post_send,
|
| /Linux-v5.4/drivers/infiniband/core/ |
| D | device.c | 284 IB_MANDATORY_FUNC(post_send), in ib_device_check_mandatory() 2644 SET_DEVICE_OP(dev_ops, post_send); in ib_set_device_ops()
|
| D | uverbs_cmd.c | 2173 ret = qp->device->ops.post_send(qp->real_qp, wr, &bad_wr); in ib_uverbs_post_send() 3960 UAPI_DEF_METHOD_NEEDS_FN(post_send)),
|
| /Linux-v5.4/drivers/infiniband/hw/qedr/ |
| D | main.c | 220 .post_send = qedr_post_send,
|
| /Linux-v5.4/drivers/infiniband/hw/hns/ |
| D | hns_roce_device.h | 970 int (*post_send)(struct ib_qp *ibqp, const struct ib_send_wr *wr, member
|
| D | hns_roce_hw_v1.c | 4452 .post_send = hns_roce_v1_post_send, 4474 .post_send = hns_roce_v1_post_send,
|
| D | hns_roce_hw_v2.c | 6323 .post_send = hns_roce_v2_post_send, 6357 .post_send = hns_roce_v2_post_send,
|
| /Linux-v5.4/drivers/infiniband/hw/vmw_pvrdma/ |
| D | pvrdma_main.c | 175 .post_send = pvrdma_post_send,
|
| /Linux-v5.4/drivers/infiniband/sw/rxe/ |
| D | rxe_verbs.c | 1139 .post_send = rxe_post_send,
|
| /Linux-v5.4/include/rdma/ |
| D | ib_verbs.h | 2265 int (*post_send)(struct ib_qp *qp, const struct ib_send_wr *send_wr, member 3700 return qp->device->ops.post_send(qp, send_wr, bad_send_wr ? : &dummy); in ib_post_send()
|
| /Linux-v5.4/drivers/infiniband/ulp/isert/ |
| D | ib_isert.c | 1036 goto post_send; in isert_put_login_tx() 1043 post_send: in isert_put_login_tx()
|
| /Linux-v5.4/drivers/infiniband/hw/cxgb3/ |
| D | iwch_provider.c | 1239 .post_send = iwch_post_send,
|
| /Linux-v5.4/drivers/infiniband/hw/bnxt_re/ |
| D | main.c | 633 .post_send = bnxt_re_post_send,
|
| /Linux-v5.4/drivers/infiniband/hw/i40iw/ |
| D | i40iw_verbs.c | 2669 .post_send = i40iw_post_send,
|
| /Linux-v5.4/drivers/infiniband/hw/mlx4/ |
| D | main.c | 2553 .post_send = mlx4_ib_post_send,
|
| /Linux-v5.4/drivers/infiniband/hw/mlx5/ |
| D | main.c | 6285 .post_send = mlx5_ib_post_send,
|