Lines Matching full:schemes
15 /* Maximum number of KeyGen Schemes */
201 * schemes sharing between multiple ports is not
230 struct keygen_scheme schemes[FM_KG_MAX_NUM_OF_SCHEMES]; member
231 /* Array of schemes */
283 * Build Action Register value for port binding to schemes
361 * Write all Schemes Registers with specified values
416 * Return: 0 on success, -EINVAL when the are no available free schemes
423 if (!keygen->schemes[i].used) { in get_free_scheme_id()
445 return &keygen->schemes[scheme_id]; in get_scheme()
450 * Bind the port to schemes
619 * clear port bindings, invalidate all schemes
650 /* Clear binding between ports to schemes and classification plans in keygen_init()
654 /* Clear all pe sp schemes registers */ in keygen_init()
708 pr_err("The maximum number of available Schemes has been exceeded\n"); in keygen_port_hashing_init()
737 /* All Schemes in hard-coded configuration in keygen_port_hashing_init()
738 * are Indirect Schemes in keygen_port_hashing_init()
751 pr_err("Binding port to schemes failed\n"); in keygen_port_hashing_init()