Home
last modified time | relevance | path

Searched refs:vio_pfo_op (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/drivers/crypto/nx/
H A Dnx.h122 struct vio_pfo_op op; /* operation struct with hcall parameters */
124 struct vio_pfo_op op_aead;/* operation struct for csbcpb_aead */
156 int nx_hcall_sync(struct nx_crypto_ctx *ctx, struct vio_pfo_op *op,
H A Dnx-common-pseries.c315 struct vio_pfo_op op = { in nx842_pseries_compress()
445 struct vio_pfo_op op = { in nx842_pseries_decompress()
H A Dnx.c41 struct vio_pfo_op *op, in nx_hcall_sync()
/openbmc/linux/arch/powerpc/include/asm/
H A Dvio.h68 struct vio_pfo_op { struct
140 extern int vio_h_cop_sync(struct vio_dev *vdev, struct vio_pfo_op *op);
/openbmc/linux/arch/powerpc/platforms/pseries/
H A Dvio.c1112 int vio_h_cop_sync(struct vio_dev *vdev, struct vio_pfo_op *op) in vio_h_cop_sync()