post_send         284 drivers/infiniband/core/device.c 		IB_MANDATORY_FUNC(post_send),
post_send        2649 drivers/infiniband/core/device.c 	SET_DEVICE_OP(dev_ops, post_send);
post_send        2163 drivers/infiniband/core/uverbs_cmd.c 	ret = qp->device->ops.post_send(qp->real_qp, wr, &bad_wr);
post_send        3949 drivers/infiniband/core/uverbs_cmd.c 			UAPI_DEF_METHOD_NEEDS_FN(post_send)),
post_send         634 drivers/infiniband/hw/bnxt_re/main.c 	.post_send = bnxt_re_post_send,
post_send        1239 drivers/infiniband/hw/cxgb3/iwch_provider.c 	.post_send = iwch_post_send,
post_send         506 drivers/infiniband/hw/cxgb4/provider.c 	.post_send = c4iw_post_send,
post_send         969 drivers/infiniband/hw/hns/hns_roce_device.h 	int (*post_send)(struct ib_qp *ibqp, const struct ib_send_wr *wr,
post_send        4447 drivers/infiniband/hw/hns/hns_roce_hw_v1.c 	.post_send = hns_roce_v1_post_send,
post_send        4469 drivers/infiniband/hw/hns/hns_roce_hw_v1.c 	.post_send = hns_roce_v1_post_send,
post_send        6321 drivers/infiniband/hw/hns/hns_roce_hw_v2.c 	.post_send = hns_roce_v2_post_send,
post_send        6355 drivers/infiniband/hw/hns/hns_roce_hw_v2.c 	.post_send = hns_roce_v2_post_send,
post_send        2669 drivers/infiniband/hw/i40iw/i40iw_verbs.c 	.post_send = i40iw_post_send,
post_send        2566 drivers/infiniband/hw/mlx4/main.c 	.post_send = mlx4_ib_post_send,
post_send        6281 drivers/infiniband/hw/mlx5/main.c 	.post_send = mlx5_ib_post_send,
post_send        1224 drivers/infiniband/hw/mthca/mthca_provider.c 	.post_send = mthca_arbel_post_send,
post_send        1230 drivers/infiniband/hw/mthca/mthca_provider.c 	.post_send = mthca_tavor_post_send,
post_send         173 drivers/infiniband/hw/ocrdma/ocrdma_main.c 	.post_send = ocrdma_post_send,
post_send         220 drivers/infiniband/hw/qedr/main.c 	.post_send = qedr_post_send,
post_send         175 drivers/infiniband/hw/vmw_pvrdma/pvrdma_main.c 	.post_send = pvrdma_post_send,
post_send         417 drivers/infiniband/sw/rdmavt/vt.c 	.post_send = rvt_post_send,
post_send         515 drivers/infiniband/sw/rdmavt/vt.c 		if (!rdi->ibdev.ops.post_send)
post_send        1139 drivers/infiniband/sw/rxe/rxe_verbs.c 	.post_send = rxe_post_send,
post_send         285 drivers/infiniband/sw/siw/siw_main.c 	.post_send = siw_post_send,
post_send         778 drivers/infiniband/ulp/ipoib/ipoib_cm.c 	rc = post_send(priv, tx, tx->tx_head & (ipoib_sendq_size - 1), tx_req);
post_send         653 drivers/infiniband/ulp/ipoib/ipoib_ib.c 	rc = post_send(priv, priv->tx_head & (ipoib_sendq_size - 1),
post_send        1036 drivers/infiniband/ulp/isert/ib_isert.c 			goto post_send;
post_send        1043 drivers/infiniband/ulp/isert/ib_isert.c post_send:
post_send        2264 include/rdma/ib_verbs.h 	int (*post_send)(struct ib_qp *qp, const struct ib_send_wr *send_wr,
post_send        3703 include/rdma/ib_verbs.h 	return qp->device->ops.post_send(qp, send_wr, bad_send_wr ? : &dummy);