Searched refs:tx_flow_cfg (Results 1 – 2 of 2) sorted by relevance
| /dpdk/drivers/net/dpaa2/ |
| H A D | dpaa2_tm.c | 570 struct dpni_queue tx_flow_cfg; in dpaa2_tm_configure_queue() local 576 memset(&tx_flow_cfg, 0, sizeof(struct dpni_queue)); in dpaa2_tm_configure_queue() 591 flow_id, options, &tx_flow_cfg); in dpaa2_tm_configure_queue() 606 dpaa2_q->flow_id, &tx_flow_cfg, &qid); in dpaa2_tm_configure_queue()
|
| H A D | dpaa2_ethdev.c | 884 struct dpni_queue tx_flow_cfg; in dpaa2_dev_tx_queue_setup() local 910 memset(&tx_flow_cfg, 0, sizeof(struct dpni_queue)); in dpaa2_dev_tx_queue_setup() 934 ((channel_id << 8) | tc_id), flow_id, options, &tx_flow_cfg); in dpaa2_dev_tx_queue_setup() 948 dpaa2_q->flow_id, &tx_flow_cfg, &qid); in dpaa2_dev_tx_queue_setup()
|