Searched refs:dest_cfg (Results 1 – 9 of 9) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/crypto/caam/ |
| H A D | dpseci.c | 207 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 D | dpseci.h | 152 struct dpseci_dest_cfg dest_cfg; member 170 struct dpseci_dest_cfg dest_cfg; member 325 struct dpseci_dest_cfg dest_cfg; member
|
| H A D | caamalg_qi2.c | 4761 rx_queue_cfg.dest_cfg.dest_type = DPSECI_DEST_DPIO; in dpaa2_dpseci_bind() 4762 rx_queue_cfg.dest_cfg.dest_id = ppriv->nctx.dpio_id; in dpaa2_dpseci_bind() 4767 rx_queue_cfg.dest_cfg.priority = 0; in dpaa2_dpseci_bind()
|
| /OK3568_Linux_fs/kernel/drivers/dma/fsl-dpaa2-qdma/ |
| H A D | dpdmai.c | 304 cmd_params->dest_id = cpu_to_le32(cfg->dest_cfg.dest_id); in dpdmai_set_rx_queue() 305 cmd_params->priority = cfg->dest_cfg.priority; in dpdmai_set_rx_queue() 307 cmd_params->dest_type = cfg->dest_cfg.dest_type; in dpdmai_set_rx_queue() 347 attr->dest_cfg.dest_id = le32_to_cpu(cmd_params->dest_id); in dpdmai_get_rx_queue() 348 attr->dest_cfg.priority = cmd_params->priority; in dpdmai_get_rx_queue() 349 attr->dest_cfg.dest_type = cmd_params->dest_type; in dpdmai_get_rx_queue()
|
| H A D | dpdmai.h | 142 struct dpdmai_dest_cfg dest_cfg; member 156 struct dpdmai_dest_cfg dest_cfg; member
|
| H A D | dpaa2-qdma.c | 540 rx_queue_cfg.dest_cfg.dest_type = DPDMAI_DEST_DPIO; in dpaa2_dpdmai_bind() 541 rx_queue_cfg.dest_cfg.dest_id = ppriv->nctx.dpio_id; in dpaa2_dpdmai_bind() 542 rx_queue_cfg.dest_cfg.priority = ppriv->prio; in dpaa2_dpdmai_bind() 544 rx_queue_cfg.dest_cfg.priority, in dpaa2_dpdmai_bind()
|
| /OK3568_Linux_fs/u-boot/include/fsl-mc/ |
| H A D | fsl_dpni.h | 390 MC_CMD_OP(cmd, 0, 0, 32, int, cfg->dest_cfg.dest_id); \ 391 MC_CMD_OP(cmd, 0, 32, 8, uint8_t, cfg->dest_cfg.priority);\ 392 MC_CMD_OP(cmd, 0, 40, 2, enum dpni_dest, cfg->dest_cfg.dest_type);\ 418 MC_RSP_OP(cmd, 0, 0, 32, int, attr->dest_cfg.dest_id); \ 419 MC_RSP_OP(cmd, 0, 32, 8, uint8_t, attr->dest_cfg.priority);\ 420 MC_RSP_OP(cmd, 0, 40, 2, enum dpni_dest, attr->dest_cfg.dest_type); \ 436 MC_CMD_OP(cmd, 0, 32, 8, uint8_t, cfg->queue_cfg.dest_cfg.priority); \ 438 cfg->queue_cfg.dest_cfg.dest_type); \ 444 MC_CMD_OP(cmd, 2, 32, 32, int, cfg->queue_cfg.dest_cfg.dest_id); \ 464 attr->queue_attr.dest_cfg.priority); \ [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/freescale/dpaa2/ |
| H A D | dpni.c | 1389 cmd_params->dest_id = cpu_to_le32(cfg->dest_cfg.dest_id); in dpni_set_congestion_notification() 1391 cmd_params->dest_priority = cfg->dest_cfg.priority; in dpni_set_congestion_notification() 1393 cfg->dest_cfg.dest_type); in dpni_set_congestion_notification()
|
| H A D | dpni.h | 934 struct dpni_dest_cfg dest_cfg; member
|