Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/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-842-pseries.c288 struct vio_pfo_op op = { in nx842_pseries_compress()
418 struct vio_pfo_op op = { in nx842_pseries_decompress()
H A Dnx.c41 struct vio_pfo_op *op, in nx_hcall_sync()
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/
H A Dvio.h68 struct vio_pfo_op { struct
139 extern int vio_h_cop_sync(struct vio_dev *vdev, struct vio_pfo_op *op);
/OK3568_Linux_fs/kernel/arch/powerpc/platforms/pseries/
H A Dvio.c1109 int vio_h_cop_sync(struct vio_dev *vdev, struct vio_pfo_op *op) in vio_h_cop_sync()