Searched refs:cscn (Results 1 – 4 of 4) sorted by relevance
425 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()
1266 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()
625 (size_t)DPAA2_VADDR_TO_IOVA(dpaa2_q->cscn); in dpaa2_tm_configure_queue()
168 struct qbman_result *cscn; member