Searched refs:dpaa2_q (Results 1 – 7 of 7) sorted by relevance
| /dpdk/drivers/net/dpaa2/ |
| H A D | dpaa2_ethdev.c | 427 if (!dpaa2_q->cscn) in dpaa2_alloc_rx_tx_queues() 439 dpaa2_q->q_storage = in dpaa2_alloc_rx_tx_queues() 490 if (dpaa2_q->q_storage) in dpaa2_alloc_rx_tx_queues() 778 dpaa2_q->cgid = 0xff; in dpaa2_dev_rx_queue_setup() 825 dpaa2_q->tc_index, in dpaa2_dev_rx_queue_setup() 852 dpaa2_q->tc_index, in dpaa2_dev_rx_queue_setup() 1040 dpaa2_q->tc_index, dpaa2_q->flow_id, in dpaa2_dev_rx_queue_release() 1046 dpaa2_q->cgid = 0xff; in dpaa2_dev_rx_queue_release() 1070 dpaa2_q = rx_queue; in dpaa2_dev_rx_queue_count() 1861 if (dpaa2_q) in dpaa2_dev_stats_reset() [all …]
|
| H A D | dpaa2_rxtx.c | 683 dpaa2_q->err_pkts += num_rx; in dump_err_pkts() 850 dpaa2_q->rx_pkts += num_rx; in dpaa2_dev_prefetch_rx() 1056 dpaa2_q->rx_pkts += num_rx; in dpaa2_dev_rx() 1243 eth_data, dpaa2_q->fqid); in dpaa2_dev_tx() 1410 dpaa2_q->tx_pkts += num_tx; in dpaa2_dev_tx() 1445 dpaa2_q->tx_pkts += num_tx; in dpaa2_dev_tx() 1502 eqresp_meta->dpaa2_q = dpaa2_q; in dpaa2_set_enqueue_descriptor() 1594 dpaa2_q[loop]++; in dpaa2_dev_tx_multi_txq_ordered() 1640 dpaa2_q[loop]++; in dpaa2_dev_tx_multi_txq_ordered() 1736 dpaa2_q->fqid); in dpaa2_dev_tx_ordered() [all …]
|
| H A D | dpaa2_tm.c | 574 struct dpaa2_queue *dpaa2_q; in dpaa2_tm_configure_queue() local 582 if (dpaa2_q == NULL) { in dpaa2_tm_configure_queue() 601 dpaa2_q->flow_id = flow_id; in dpaa2_tm_configure_queue() 602 dpaa2_q->tc_index = tc_id; in dpaa2_tm_configure_queue() 606 dpaa2_q->flow_id, &tx_flow_cfg, &qid); in dpaa2_tm_configure_queue() 611 dpaa2_q->fqid = qid.fqid; in dpaa2_tm_configure_queue() 618 cong_notif_cfg.threshold_entry = dpaa2_q->nb_desc; in dpaa2_tm_configure_queue() 622 cong_notif_cfg.threshold_exit = (dpaa2_q->nb_desc * 9) / 10; in dpaa2_tm_configure_queue() 625 (size_t)DPAA2_VADDR_TO_IOVA(dpaa2_q->cscn); in dpaa2_tm_configure_queue() 945 struct dpaa2_queue *dpaa2_q; in dpaa2_node_stats_read() local [all …]
|
| H A D | dpaa2_ethdev.h | 267 void dpaa2_dev_free_eqresp_buf(uint16_t eqresp_ci, struct dpaa2_queue *dpaa2_q);
|
| /dpdk/drivers/bus/fslmc/portal/ |
| H A D | dpaa2_hw_pvt.h | 86 struct dpaa2_queue *dpaa2_q; member 151 struct dpaa2_queue *dpaa2_q);
|
| H A D | dpaa2_hw_dpio.c | 616 txq = eqresp_meta->dpaa2_q; in dpaa2_free_eq_descriptors()
|
| /dpdk/drivers/crypto/dpaa2_sec/ |
| H A D | dpaa2_sec_dpseci.c | 1750 struct dpaa2_queue *dpaa2_q) in dpaa2_sec_free_eqresp_buf() argument 1757 dpaa2_qp = container_of(dpaa2_q, struct dpaa2_sec_qp, tx_vq); in dpaa2_sec_free_eqresp_buf() 1767 dpaa2_sec_set_enqueue_descriptor(struct dpaa2_queue *dpaa2_q, in dpaa2_sec_set_enqueue_descriptor() argument 1792 eqresp_meta->dpaa2_q = dpaa2_q; in dpaa2_sec_set_enqueue_descriptor() 3820 struct dpaa2_queue *dpaa2_q; in dpaa2_sec_dev_start() local 3847 dpaa2_q = &qp[i]->rx_vq; in dpaa2_sec_dev_start() 3850 dpaa2_q->fqid = rx_attr.fqid; in dpaa2_sec_dev_start() 3851 DPAA2_SEC_DEBUG("rx_fqid: %d", dpaa2_q->fqid); in dpaa2_sec_dev_start() 3854 dpaa2_q = &qp[i]->tx_vq; in dpaa2_sec_dev_start() 3857 dpaa2_q->fqid = tx_attr.fqid; in dpaa2_sec_dev_start() [all …]
|