Lines Matching full:schemes
42 /* Maximum number of KeyGen Schemes */
228 * schemes sharing between multiple ports is not
257 struct keygen_scheme schemes[FM_KG_MAX_NUM_OF_SCHEMES]; member
258 /* Array of schemes */
310 * Build Action Register value for port binding to schemes
388 * Write all Schemes Registers with specified values
443 * Return: 0 on success, -EINVAL when the are no available free schemes
450 if (!keygen->schemes[i].used) { in get_free_scheme_id()
472 return &keygen->schemes[scheme_id]; in get_scheme()
477 * Bind the port to schemes
646 * clear port bindings, invalidate all schemes
677 /* Clear binding between ports to schemes and classification plans in keygen_init()
681 /* Clear all pe sp schemes registers */ in keygen_init()
735 pr_err("The maximum number of available Schemes has been exceeded\n"); in keygen_port_hashing_init()
764 /* All Schemes in hard-coded configuration in keygen_port_hashing_init()
765 * are Indirect Schemes in keygen_port_hashing_init()
778 pr_err("Binding port to schemes failed\n"); in keygen_port_hashing_init()