Home
last modified time | relevance | path

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

/f-stack/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.h182 struct dpseci_dest_cfg dest_cfg; member
203 struct dpseci_dest_cfg dest_cfg; member
404 struct dpseci_dest_cfg dest_cfg; member
/f-stack/dpdk/drivers/bus/fslmc/mc/
H A Ddpdmai.c336 cmd_params->dest_id = cpu_to_le32(cfg->dest_cfg.dest_id); in dpdmai_set_rx_queue()
337 cmd_params->dest_priority = cfg->dest_cfg.priority; in dpdmai_set_rx_queue()
344 cfg->dest_cfg.dest_type); in dpdmai_set_rx_queue()
392 attr->dest_cfg.dest_id = le32_to_cpu(rsp_params->dest_id); in dpdmai_get_rx_queue()
393 attr->dest_cfg.priority = le32_to_cpu(rsp_params->dest_priority); in dpdmai_get_rx_queue()
394 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.h154 struct dpdmai_dest_cfg dest_cfg; member
175 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
/f-stack/dpdk/drivers/net/dpaa2/mc/
H A Ddpni.c1843 cmd_params->dest_id = cpu_to_le32(cfg->dest_cfg.dest_id); in dpni_set_congestion_notification()
1845 cmd_params->dest_priority = cfg->dest_cfg.priority; in dpni_set_congestion_notification()
1852 cfg->dest_cfg.dest_type); in dpni_set_congestion_notification()
1908 cfg->dest_cfg.dest_id = le32_to_cpu(rsp_params->dest_id); in dpni_get_congestion_notification()
1909 cfg->dest_cfg.priority = rsp_params->dest_priority; in dpni_get_congestion_notification()
1910 cfg->dest_cfg.dest_type = dpni_get_field(rsp_params->type_units, in dpni_get_congestion_notification()
H A Dfsl_dpni.h1032 struct dpni_dest_cfg dest_cfg; member
/f-stack/dpdk/drivers/event/dpaa2/
H A Ddpaa2_eventdev.c1059 rx_queue_cfg.dest_cfg.dest_type = DPCI_DEST_DPCON; in dpaa2_eventdev_setup_dpci()
1060 rx_queue_cfg.dest_cfg.dest_id = dpcon_dev->dpcon_id; in dpaa2_eventdev_setup_dpci()
1061 rx_queue_cfg.dest_cfg.priority = DPAA2_EVENT_DEFAULT_DPCI_PRIO; in dpaa2_eventdev_setup_dpci()
/f-stack/dpdk/drivers/crypto/dpaa2_sec/
H A Ddpaa2_sec_dpseci.c3744 cfg.dest_cfg.dest_type = DPSECI_DEST_DPCON; in dpaa2_sec_eventq_attach()
3745 cfg.dest_cfg.dest_id = dpcon->dpcon_id; in dpaa2_sec_eventq_attach()
3746 cfg.dest_cfg.priority = priority; in dpaa2_sec_eventq_attach()
3777 cfg.dest_cfg.dest_type = DPSECI_DEST_NONE; in dpaa2_sec_eventq_detach()
/f-stack/dpdk/drivers/net/dpaa2/
H A Ddpaa2_ethdev.c895 cong_notif_cfg.dest_cfg.dest_type = DPNI_DEST_NONE; in dpaa2_dev_tx_queue_setup()