1 /* SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause) */
3 * Copyright 2013-2016 Freescale Semiconductor Inc.
4 * Copyright 2017-2018 NXP
10 * Data Path SEC Interface API
11 * Contains initialization APIs and runtime control APIs for DPSECI
17 * General DPSECI macros
21 * Maximum number of Tx/Rx queues per DPSECI object
23 #define DPSECI_MAX_QUEUE_NUM 16
26 * All queues considered; see dpseci_set_rx_queue()
28 #define DPSECI_ALL_QUEUES (u8)(-1)
30 int dpseci_open(struct fsl_mc_io
*mc_io
, u32 cmd_flags
, int dpseci_id
,
33 int dpseci_close(struct fsl_mc_io
*mc_io
, u32 cmd_flags
, u16 token
);
36 * Enable the Congestion Group support
38 #define DPSECI_OPT_HAS_CG 0x000020
41 * struct dpseci_cfg - Structure representing DPSECI configuration
42 * @options: Any combination of the following flags:
44 * @num_tx_queues: num of queues towards the SEC
45 * @num_rx_queues: num of queues back from the SEC
46 * @priorities: Priorities for the SEC hardware processing;
47 * each place in the array is the priority of the tx queue
49 * valid priorities are configured with values 1-8;
55 u8 priorities
[DPSECI_MAX_QUEUE_NUM
];
58 int dpseci_enable(struct fsl_mc_io
*mc_io
, u32 cmd_flags
, u16 token
);
60 int dpseci_disable(struct fsl_mc_io
*mc_io
, u32 cmd_flags
, u16 token
);
62 int dpseci_reset(struct fsl_mc_io
*mc_io
, u32 cmd_flags
, u16 token
);
64 int dpseci_is_enabled(struct fsl_mc_io
*mc_io
, u32 cmd_flags
, u16 token
,
68 * struct dpseci_attr - Structure representing DPSECI attributes
69 * @id: DPSECI object ID
70 * @num_tx_queues: number of queues towards the SEC
71 * @num_rx_queues: number of queues back from the SEC
72 * @options: any combination of the following flags:
82 int dpseci_get_attributes(struct fsl_mc_io
*mc_io
, u32 cmd_flags
, u16 token
,
83 struct dpseci_attr
*attr
);
86 * enum dpseci_dest - DPSECI destination types
87 * @DPSECI_DEST_NONE: Unassigned destination; The queue is set in parked mode
88 * and does not generate FQDAN notifications; user is expected to dequeue
89 * from the queue based on polling or other user-defined method
90 * @DPSECI_DEST_DPIO: The queue is set in schedule mode and generates FQDAN
91 * notifications to the specified DPIO; user is expected to dequeue from
92 * the queue only after notification is received
93 * @DPSECI_DEST_DPCON: The queue is set in schedule mode and does not generate
94 * FQDAN notifications, but is connected to the specified DPCON object;
95 * user is expected to dequeue from the DPCON channel
104 * struct dpseci_dest_cfg - Structure representing DPSECI destination parameters
105 * @dest_type: Destination type
106 * @dest_id: Either DPIO ID or DPCON ID, depending on the destination type
107 * @priority: Priority selection within the DPIO or DPCON channel; valid values
108 * are 0-1 or 0-7, depending on the number of priorities in that channel;
109 * not relevant for 'DPSECI_DEST_NONE' option
111 struct dpseci_dest_cfg
{
112 enum dpseci_dest dest_type
;
118 * DPSECI queue modification options
122 * Select to modify the user's context associated with the queue
124 #define DPSECI_QUEUE_OPT_USER_CTX 0x00000001
127 * Select to modify the queue's destination
129 #define DPSECI_QUEUE_OPT_DEST 0x00000002
132 * Select to modify the queue's order preservation
134 #define DPSECI_QUEUE_OPT_ORDER_PRESERVATION 0x00000004
137 * struct dpseci_rx_queue_cfg - DPSECI RX queue configuration
138 * @options: Flags representing the suggested modifications to the queue;
139 * Use any combination of 'DPSECI_QUEUE_OPT_<X>' flags
140 * @order_preservation_en: order preservation configuration for the rx queue
141 * valid only if 'DPSECI_QUEUE_OPT_ORDER_PRESERVATION' is contained in 'options'
142 * @user_ctx: User context value provided in the frame descriptor of each
143 * dequeued frame; valid only if 'DPSECI_QUEUE_OPT_USER_CTX' is contained
145 * @dest_cfg: Queue destination parameters; valid only if
146 * 'DPSECI_QUEUE_OPT_DEST' is contained in 'options'
148 struct dpseci_rx_queue_cfg
{
150 int order_preservation_en
;
152 struct dpseci_dest_cfg dest_cfg
;
155 int dpseci_set_rx_queue(struct fsl_mc_io
*mc_io
, u32 cmd_flags
, u16 token
,
156 u8 queue
, const struct dpseci_rx_queue_cfg
*cfg
);
159 * struct dpseci_rx_queue_attr - Structure representing attributes of Rx queues
160 * @user_ctx: User context value provided in the frame descriptor of each
162 * @order_preservation_en: Status of the order preservation configuration on the
164 * @dest_cfg: Queue destination configuration
165 * @fqid: Virtual FQID value to be used for dequeue operations
167 struct dpseci_rx_queue_attr
{
169 int order_preservation_en
;
170 struct dpseci_dest_cfg dest_cfg
;
174 int dpseci_get_rx_queue(struct fsl_mc_io
*mc_io
, u32 cmd_flags
, u16 token
,
175 u8 queue
, struct dpseci_rx_queue_attr
*attr
);
178 * struct dpseci_tx_queue_attr - Structure representing attributes of Tx queues
179 * @fqid: Virtual FQID to be used for sending frames to SEC hardware
180 * @priority: SEC hardware processing priority for the queue
182 struct dpseci_tx_queue_attr
{
187 int dpseci_get_tx_queue(struct fsl_mc_io
*mc_io
, u32 cmd_flags
, u16 token
,
188 u8 queue
, struct dpseci_tx_queue_attr
*attr
);
191 * struct dpseci_sec_attr - Structure representing attributes of the SEC
192 * hardware accelerator
194 * @major_rev: Major revision number for SEC
195 * @minor_rev: Minor revision number for SEC
197 * @deco_num: The number of copies of the DECO that are implemented in this
199 * @zuc_auth_acc_num: The number of copies of ZUCA that are implemented in this
201 * @zuc_enc_acc_num: The number of copies of ZUCE that are implemented in this
203 * @snow_f8_acc_num: The number of copies of the SNOW-f8 module that are
204 * implemented in this version of SEC
205 * @snow_f9_acc_num: The number of copies of the SNOW-f9 module that are
206 * implemented in this version of SEC
207 * @crc_acc_num: The number of copies of the CRC module that are implemented in
208 * this version of SEC
209 * @pk_acc_num: The number of copies of the Public Key module that are
210 * implemented in this version of SEC
211 * @kasumi_acc_num: The number of copies of the Kasumi module that are
212 * implemented in this version of SEC
213 * @rng_acc_num: The number of copies of the Random Number Generator that are
214 * implemented in this version of SEC
215 * @md_acc_num: The number of copies of the MDHA (Hashing module) that are
216 * implemented in this version of SEC
217 * @arc4_acc_num: The number of copies of the ARC4 module that are implemented
218 * in this version of SEC
219 * @des_acc_num: The number of copies of the DES module that are implemented in
220 * this version of SEC
221 * @aes_acc_num: The number of copies of the AES module that are implemented in
222 * this version of SEC
223 * @ccha_acc_num: The number of copies of the ChaCha20 module that are
224 * implemented in this version of SEC.
225 * @ptha_acc_num: The number of copies of the Poly1305 module that are
226 * implemented in this version of SEC.
228 struct dpseci_sec_attr
{
250 int dpseci_get_sec_attr(struct fsl_mc_io
*mc_io
, u32 cmd_flags
, u16 token
,
251 struct dpseci_sec_attr
*attr
);
253 int dpseci_get_api_version(struct fsl_mc_io
*mc_io
, u32 cmd_flags
,
254 u16
*major_ver
, u16
*minor_ver
);
257 * enum dpseci_congestion_unit - DPSECI congestion units
258 * @DPSECI_CONGESTION_UNIT_BYTES: bytes units
259 * @DPSECI_CONGESTION_UNIT_FRAMES: frames units
261 enum dpseci_congestion_unit
{
262 DPSECI_CONGESTION_UNIT_BYTES
= 0,
263 DPSECI_CONGESTION_UNIT_FRAMES
267 * CSCN message is written to message_iova once entering a
268 * congestion state (see 'threshold_entry')
270 #define DPSECI_CGN_MODE_WRITE_MEM_ON_ENTER 0x00000001
273 * CSCN message is written to message_iova once exiting a
274 * congestion state (see 'threshold_exit')
276 #define DPSECI_CGN_MODE_WRITE_MEM_ON_EXIT 0x00000002
279 * CSCN write will attempt to allocate into a cache (coherent write);
280 * valid only if 'DPSECI_CGN_MODE_WRITE_MEM_<X>' is selected
282 #define DPSECI_CGN_MODE_COHERENT_WRITE 0x00000004
285 * if 'dpseci_dest_cfg.dest_type != DPSECI_DEST_NONE' CSCN message is sent to
286 * DPIO/DPCON's WQ channel once entering a congestion state
287 * (see 'threshold_entry')
289 #define DPSECI_CGN_MODE_NOTIFY_DEST_ON_ENTER 0x00000008
292 * if 'dpseci_dest_cfg.dest_type != DPSECI_DEST_NONE' CSCN message is sent to
293 * DPIO/DPCON's WQ channel once exiting a congestion state
294 * (see 'threshold_exit')
296 #define DPSECI_CGN_MODE_NOTIFY_DEST_ON_EXIT 0x00000010
299 * if 'dpseci_dest_cfg.dest_type != DPSECI_DEST_NONE' when the CSCN is written
300 * to the sw-portal's DQRR, the DQRI interrupt is asserted immediately
303 #define DPSECI_CGN_MODE_INTR_COALESCING_DISABLED 0x00000020
306 * struct dpseci_congestion_notification_cfg - congestion notification
309 * @threshold_entry: above this threshold we enter a congestion state.
310 * set it to '0' to disable it
311 * @threshold_exit: below this threshold we exit the congestion state.
312 * @message_ctx: The context that will be part of the CSCN message
313 * @message_iova: I/O virtual address (must be in DMA-able memory),
314 * must be 16B aligned;
315 * @dest_cfg: CSCN can be send to either DPIO or DPCON WQ channel
316 * @notification_mode: Mask of available options; use 'DPSECI_CGN_MODE_<X>'
319 struct dpseci_congestion_notification_cfg
{
320 enum dpseci_congestion_unit units
;
325 struct dpseci_dest_cfg dest_cfg
;
326 u16 notification_mode
;
329 int dpseci_set_congestion_notification(struct fsl_mc_io
*mc_io
, u32 cmd_flags
,
330 u16 token
, const struct dpseci_congestion_notification_cfg
*cfg
);
332 int dpseci_get_congestion_notification(struct fsl_mc_io
*mc_io
, u32 cmd_flags
,
333 u16 token
, struct dpseci_congestion_notification_cfg
*cfg
);
335 #endif /* _DPSECI_H_ */