Searched refs:vio_pfo_op (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/drivers/crypto/nx/ |
H A D | nx.h | 122 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 D | nx-842-pseries.c | 288 struct vio_pfo_op op = { in nx842_pseries_compress() 418 struct vio_pfo_op op = { in nx842_pseries_decompress()
|
H A D | nx.c | 41 struct vio_pfo_op *op, in nx_hcall_sync() 300 * nx_ctx_init - initialize an nx_ctx's vio_pfo_op struct
|
/kernel/linux/linux-6.6/drivers/crypto/nx/ |
H A D | nx.h | 122 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 D | nx-common-pseries.c | 315 struct vio_pfo_op op = { in nx842_pseries_compress() 445 struct vio_pfo_op op = { in nx842_pseries_decompress()
|
H A D | nx.c | 41 struct vio_pfo_op *op, in nx_hcall_sync() 301 * nx_ctx_init - initialize an nx_ctx's vio_pfo_op struct
|
/kernel/linux/linux-5.10/arch/powerpc/include/asm/ |
H A D | vio.h | 54 * vio_pfo_op - PFO operation parameters 68 struct vio_pfo_op { struct 139 extern int vio_h_cop_sync(struct vio_dev *vdev, struct vio_pfo_op *op);
|
/kernel/linux/linux-6.6/arch/powerpc/include/asm/ |
H A D | vio.h | 54 * vio_pfo_op - PFO operation parameters 68 struct vio_pfo_op { struct 140 extern int vio_h_cop_sync(struct vio_dev *vdev, struct vio_pfo_op *op);
|
/kernel/linux/linux-5.10/arch/powerpc/platforms/pseries/ |
H A D | vio.c | 1088 * @op - Pointer to a struct vio_pfo_op for the operation parameters 1109 int vio_h_cop_sync(struct vio_dev *vdev, struct vio_pfo_op *op) in vio_h_cop_sync()
|
/kernel/linux/linux-6.6/arch/powerpc/platforms/pseries/ |
H A D | vio.c | 1091 * @op - Pointer to a struct vio_pfo_op for the operation parameters 1112 int vio_h_cop_sync(struct vio_dev *vdev, struct vio_pfo_op *op) in vio_h_cop_sync()
|
Completed in 12 milliseconds