Home
last modified time | relevance | path

Searched refs:cscn (Results 1 – 4 of 4) sorted by relevance

/dpdk/drivers/net/dpaa2/
H A Ddpaa2_ethdev.c425 dpaa2_q->cscn = rte_malloc(NULL, in dpaa2_alloc_rx_tx_queues()
427 if (!dpaa2_q->cscn) in dpaa2_alloc_rx_tx_queues()
474 rte_free(dpaa2_q->cscn); in dpaa2_alloc_rx_tx_queues()
518 rte_free(dpaa2_q->cscn); in dpaa2_free_rx_tx_queues()
968 (size_t)DPAA2_VADDR_TO_IOVA(dpaa2_q->cscn); in dpaa2_dev_tx_queue_setup()
H A Ddpaa2_rxtx.c1266 while (qbman_result_SCN_state(dpaa2_q->cscn)) { in dpaa2_dev_tx()
1568 while (qbman_result_SCN_state(dpaa2_q[loop]->cscn)) { in dpaa2_dev_tx_multi_txq_ordered()
1702 while (qbman_result_SCN_state(dpaa2_q->cscn)) { in dpaa2_dev_tx_ordered()
H A Ddpaa2_tm.c625 (size_t)DPAA2_VADDR_TO_IOVA(dpaa2_q->cscn); in dpaa2_tm_configure_queue()
/dpdk/drivers/bus/fslmc/portal/
H A Ddpaa2_hw_pvt.h168 struct qbman_result *cscn; member