Lines Matching +full:current +full:- +full:limiting
1 /* SPDX-License-Identifier: GPL-2.0-only */
18 #define RL_SLA_EMPTY_ID -1
19 #define RL_PARENT_DEFAULT_ID -1
35 * struct adf_rl_sla_input_data - ratelimiting user input data structure
37 * Eg. 0x5 -> RP0 and RP2 assigned; 0xA005 -> RP0,2,13,15 assigned.
38 * @sla_id: ID of current SLA for operations update, rm, get. For the add
41 * @parent_id: ID of the SLA to which the current one should be assigned.
42 * Set to -1 to refer to the default parent.
55 * - add: all except sla_id
56 * - update: cir, pir, sla_id
57 * - rm: sla_id
58 * - rm_all: -
59 * - get: sla_id
60 * - get_capability_rem: srv, sla_id
101 * struct adf_rl - ratelimiting data structure
103 * @device_data: pointer to rate limiting data specific to a device type (or revision)
127 * struct rl_sla - SLA object data structure