Lines Matching defs:arg
2073 static int qm_start_qp_nolock(struct hisi_qp *qp, unsigned long arg)
2078 u32 pasid = arg;
2097 * @arg: Accelerator specific argument.
2102 int hisi_qm_start_qp(struct hisi_qp *qp, unsigned long arg)
2108 ret = qm_start_qp_nolock(qp, arg);
2344 unsigned long arg,
2359 qp->pasid = arg;
2466 unsigned long arg)
2473 if (copy_from_user(&qp_ctx, (void __user *)arg,
2483 if (copy_to_user((void __user *)arg, &qp_ctx,
2489 if (copy_from_user(&qp_info, (void __user *)arg,
2497 if (copy_to_user((void __user *)arg, &qp_info,