Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/crypto/nx/
Dnx.h132 struct vio_pfo_op op; /* operation struct with hcall parameters */
134 struct vio_pfo_op op_aead;/* operation struct for csbcpb_aead */
162 int nx_hcall_sync(struct nx_crypto_ctx *ctx, struct vio_pfo_op *op,
Dnx-842.c339 struct vio_pfo_op op = { in nx842_compress()
539 struct vio_pfo_op op = { in nx842_decompress()
Dnx.c54 struct vio_pfo_op *op, in nx_hcall_sync()
/linux-4.1.27/arch/powerpc/include/asm/
Dvio.h72 struct vio_pfo_op { struct
143 extern int vio_h_cop_sync(struct vio_dev *vdev, struct vio_pfo_op *op);
/linux-4.1.27/arch/powerpc/kernel/
Dvio.c1114 int vio_h_cop_sync(struct vio_dev *vdev, struct vio_pfo_op *op) in vio_h_cop_sync()