Home
last modified time | relevance | path

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

/linux/drivers/crypto/caam/
H A Ddpseci.c207 cmd_params->dest_id = cpu_to_le32(cfg->dest_cfg.dest_id); in dpseci_set_rx_queue()
208 cmd_params->priority = cfg->dest_cfg.priority; in dpseci_set_rx_queue()
211 cfg->dest_cfg.dest_type); in dpseci_set_rx_queue()
247 attr->dest_cfg.dest_id = le32_to_cpu(cmd_params->dest_id); in dpseci_get_rx_queue()
248 attr->dest_cfg.priority = cmd_params->priority; in dpseci_get_rx_queue()
249 attr->dest_cfg.dest_type = dpseci_get_field(cmd_params->dest_type, in dpseci_get_rx_queue()
392 cmd_params->dest_id = cpu_to_le32(cfg->dest_cfg.dest_id); in dpseci_set_congestion_notification()
394 cmd_params->priority = cfg->dest_cfg.priority; in dpseci_set_congestion_notification()
396 cfg->dest_cfg.dest_type); in dpseci_set_congestion_notification()
432 cfg->dest_cfg.dest_id = le32_to_cpu(rsp_params->dest_id); in dpseci_get_congestion_notification()
[all …]
H A Ddpseci.h152 struct dpseci_dest_cfg dest_cfg; member
170 struct dpseci_dest_cfg dest_cfg; member
325 struct dpseci_dest_cfg dest_cfg; member
/linux/drivers/dma/fsl-dpaa2-qdma/
H A Ddpdmai.c267 cmd_params->dest_id = cpu_to_le32(cfg->dest_cfg.dest_id); in dpdmai_set_rx_queue()
268 cmd_params->dest_priority = cfg->dest_cfg.priority; in dpdmai_set_rx_queue()
270 cmd_params->dest_type = cfg->dest_cfg.dest_type; in dpdmai_set_rx_queue()
313 attr->dest_cfg.dest_id = le32_to_cpu(cmd_params->dest_id); in dpdmai_get_rx_queue()
314 attr->dest_cfg.priority = cmd_params->dest_priority; in dpdmai_get_rx_queue()
315 attr->dest_cfg.dest_type = FIELD_GET(DEST_TYPE_MASK, cmd_params->dest_type); in dpdmai_get_rx_queue()
/linux/drivers/net/ethernet/freescale/dpaa2/
H A Ddpsw.c1189 cmd_params->dest_id = cpu_to_le32(cfg->dest_cfg.dest_id); in dpsw_ctrl_if_set_queue()
1190 cmd_params->dest_priority = cfg->dest_cfg.priority; in dpsw_ctrl_if_set_queue()
1196 cfg->dest_cfg.dest_type); in dpsw_ctrl_if_set_queue()
H A Ddpni.c1488 cmd_params->dest_id = cpu_to_le32(cfg->dest_cfg.dest_id); in dpni_set_congestion_notification()
1490 cmd_params->dest_priority = cfg->dest_cfg.priority; in dpni_set_congestion_notification()
1492 cfg->dest_cfg.dest_type); in dpni_set_congestion_notification()
H A Ddpsw.h233 struct dpsw_ctrl_if_dest_cfg dest_cfg; member
H A Ddpni.h920 struct dpni_dest_cfg dest_cfg; member
H A Ddpaa2-switch.c2912 queue_cfg.dest_cfg.dest_type = DPSW_CTRL_IF_DEST_DPIO; in dpaa2_switch_setup_dpio()
2913 queue_cfg.dest_cfg.dest_id = nctx->dpio_id; in dpaa2_switch_setup_dpio()
2914 queue_cfg.dest_cfg.priority = 0; in dpaa2_switch_setup_dpio()