Home
last modified time | relevance | path

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

/dpdk/drivers/crypto/dpaa2_sec/mc/
H A Ddpseci.c341 cmd_params->dest_id = cpu_to_le32(cfg->dest_cfg.dest_id); in dpseci_set_rx_queue()
342 cmd_params->dest_priority = cfg->dest_cfg.priority; in dpseci_set_rx_queue()
348 cfg->dest_cfg.dest_type); in dpseci_set_rx_queue()
395 attr->dest_cfg.dest_id = le32_to_cpu(rsp_params->dest_id); in dpseci_get_rx_queue()
396 attr->dest_cfg.priority = rsp_params->dest_priority; in dpseci_get_rx_queue()
397 attr->dest_cfg.dest_type = in dpseci_get_rx_queue()
701 cmd_params->dest_id = cfg->dest_cfg.dest_id; in dpseci_set_congestion_notification()
702 cmd_params->dest_priority = cfg->dest_cfg.priority; in dpseci_set_congestion_notification()
710 cfg->dest_cfg.dest_type); in dpseci_set_congestion_notification()
753 cfg->dest_cfg.dest_id = le32_to_cpu(rsp_params->dest_id); in dpseci_get_congestion_notification()
[all …]
H A Dfsl_dpseci.h194 struct dpseci_dest_cfg dest_cfg; member
215 struct dpseci_dest_cfg dest_cfg; member
416 struct dpseci_dest_cfg dest_cfg; member
/dpdk/drivers/bus/fslmc/mc/
H A Ddpdmai.c338 cmd_params->dest_id = cpu_to_le32(cfg->dest_cfg.dest_id); in dpdmai_set_rx_queue()
339 cmd_params->dest_priority = cfg->dest_cfg.priority; in dpdmai_set_rx_queue()
346 cfg->dest_cfg.dest_type); in dpdmai_set_rx_queue()
394 attr->dest_cfg.dest_id = le32_to_cpu(rsp_params->dest_id); in dpdmai_get_rx_queue()
395 attr->dest_cfg.priority = le32_to_cpu(rsp_params->dest_priority); in dpdmai_get_rx_queue()
396 attr->dest_cfg.dest_type = dpdmai_get_field(rsp_params->dest_type, in dpdmai_get_rx_queue()
H A Ddpci.c332 cmd_params->dest_id = cpu_to_le32(cfg->dest_cfg.dest_id); in dpci_set_rx_queue()
333 cmd_params->dest_priority = cfg->dest_cfg.priority; in dpci_set_rx_queue()
339 cfg->dest_cfg.dest_type); in dpci_set_rx_queue()
386 attr->dest_cfg.dest_id = le32_to_cpu(rsp_params->dest_id); in dpci_get_rx_queue()
387 attr->dest_cfg.priority = rsp_params->dest_priority; in dpci_get_rx_queue()
388 attr->dest_cfg.dest_type = dpci_get_field(rsp_params->dest_type, in dpci_get_rx_queue()
H A Dfsl_dpdmai.h173 struct dpdmai_dest_cfg dest_cfg; member
194 struct dpdmai_dest_cfg dest_cfg; member
H A Dfsl_dpci.h180 struct dpci_dest_cfg dest_cfg; member
200 struct dpci_dest_cfg dest_cfg; member
/dpdk/drivers/event/dpaa2/
H A Ddpaa2_eventdev.c1064 rx_queue_cfg.dest_cfg.dest_type = DPCI_DEST_DPCON; in dpaa2_eventdev_setup_dpci()
1065 rx_queue_cfg.dest_cfg.dest_id = dpcon_dev->dpcon_id; in dpaa2_eventdev_setup_dpci()
1066 rx_queue_cfg.dest_cfg.priority = DPAA2_EVENT_DEFAULT_DPCI_PRIO; in dpaa2_eventdev_setup_dpci()
/dpdk/drivers/net/dpaa2/mc/
H A Ddpni.c2269 cmd_params->dest_id = cpu_to_le32(cfg->dest_cfg.dest_id); in dpni_set_congestion_notification()
2271 cmd_params->dest_priority = cfg->dest_cfg.priority; in dpni_set_congestion_notification()
2278 cfg->dest_cfg.dest_type); in dpni_set_congestion_notification()
2336 cfg->dest_cfg.dest_id = le32_to_cpu(rsp_params->dest_id); in dpni_get_congestion_notification()
2337 cfg->dest_cfg.priority = rsp_params->dest_priority; in dpni_get_congestion_notification()
2338 cfg->dest_cfg.dest_type = dpni_get_field(rsp_params->type_units, in dpni_get_congestion_notification()
H A Dfsl_dpni.h1323 struct dpni_dest_cfg dest_cfg; member
/dpdk/drivers/net/dpaa2/
H A Ddpaa2_tm.c626 cong_notif_cfg.dest_cfg.dest_type = DPNI_DEST_NONE; in dpaa2_tm_configure_queue()
H A Ddpaa2_ethdev.c969 cong_notif_cfg.dest_cfg.dest_type = DPNI_DEST_NONE; in dpaa2_dev_tx_queue_setup()
/dpdk/drivers/crypto/dpaa2_sec/
H A Ddpaa2_sec_dpseci.c4120 cfg.dest_cfg.dest_type = DPSECI_DEST_DPCON; in dpaa2_sec_eventq_attach()
4121 cfg.dest_cfg.dest_id = dpcon->dpcon_id; in dpaa2_sec_eventq_attach()
4122 cfg.dest_cfg.priority = priority; in dpaa2_sec_eventq_attach()
4184 cfg.dest_cfg.dest_type = DPSECI_DEST_NONE; in dpaa2_sec_eventq_detach()