Home
last modified time | relevance | path

Searched refs:maxsyncop (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/crypto/nx/
H A Dnx-842-pseries.c542 * @prop: struct property point containing the maxsyncop for the update
577 * @prop - struct property point containing the maxsyncop for the update
602 * nx842_OF_upd_maxsyncop -- Update the device info from OF maxsyncop prop
625 * @prop - struct property point containing the maxsyncop for the update
719 struct property *maxsyncop = NULL; in nx842_OF_upd() local
746 maxsyncop = of_find_property(of_node, "ibm,max-sync-cop", NULL); in nx842_OF_upd()
747 if (!status || !maxsglen || !maxsyncop) { in nx842_OF_upd()
771 ret = nx842_OF_upd_maxsyncop(new_devdata, maxsyncop); in nx842_OF_upd()
/kernel/linux/linux-6.6/drivers/crypto/nx/
H A Dnx-common-pseries.c569 * @prop: struct property point containing the maxsyncop for the update
604 * @prop: struct property point containing the maxsyncop for the update
629 * nx842_OF_upd_maxsyncop -- Update the device info from OF maxsyncop prop
652 * @prop: struct property point containing the maxsyncop for the update
745 struct property *maxsyncop = NULL; in nx842_OF_upd() local
772 maxsyncop = of_find_property(of_node, "ibm,max-sync-cop", NULL); in nx842_OF_upd()
773 if (!status || !maxsglen || !maxsyncop) { in nx842_OF_upd()
797 ret = nx842_OF_upd_maxsyncop(new_devdata, maxsyncop); in nx842_OF_upd()

Completed in 7 milliseconds