Home
last modified time | relevance | path

Searched refs:dest_cfg (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/drivers/crypto/caam/
Ddpseci.c189 cmd_params->dest_id = cpu_to_le32(cfg->dest_cfg.dest_id); in dpseci_set_rx_queue()
190 cmd_params->priority = cfg->dest_cfg.priority; in dpseci_set_rx_queue()
193 cfg->dest_cfg.dest_type); in dpseci_set_rx_queue()
229 attr->dest_cfg.dest_id = le32_to_cpu(cmd_params->dest_id); in dpseci_get_rx_queue()
230 attr->dest_cfg.priority = cmd_params->priority; in dpseci_get_rx_queue()
231 attr->dest_cfg.dest_type = dpseci_get_field(cmd_params->dest_type, in dpseci_get_rx_queue()
374 cmd_params->dest_id = cpu_to_le32(cfg->dest_cfg.dest_id); in dpseci_set_congestion_notification()
376 cmd_params->priority = cfg->dest_cfg.priority; in dpseci_set_congestion_notification()
378 cfg->dest_cfg.dest_type); in dpseci_set_congestion_notification()
414 cfg->dest_cfg.dest_id = le32_to_cpu(rsp_params->dest_id); in dpseci_get_congestion_notification()
[all …]
Ddpseci.h150 struct dpseci_dest_cfg dest_cfg; member
168 struct dpseci_dest_cfg dest_cfg; member
323 struct dpseci_dest_cfg dest_cfg; member
Dcaamalg_qi2.c4729 rx_queue_cfg.dest_cfg.dest_type = DPSECI_DEST_DPIO; in dpaa2_dpseci_bind()
4730 rx_queue_cfg.dest_cfg.dest_id = ppriv->nctx.dpio_id; in dpaa2_dpseci_bind()
4735 rx_queue_cfg.dest_cfg.priority = 0; in dpaa2_dpseci_bind()