Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/crypto/nx/
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,
Dnx-common-pseries.c313 struct vio_pfo_op op = { in nx842_pseries_compress()
443 struct vio_pfo_op op = { in nx842_pseries_decompress()
Dnx.c41 struct vio_pfo_op *op, in nx_hcall_sync()
/Linux-v6.1/arch/powerpc/include/asm/
Dvio.h68 struct vio_pfo_op { struct
140 extern int vio_h_cop_sync(struct vio_dev *vdev, struct vio_pfo_op *op);
/Linux-v6.1/arch/powerpc/platforms/pseries/
Dvio.c1112 int vio_h_cop_sync(struct vio_dev *vdev, struct vio_pfo_op *op) in vio_h_cop_sync()