Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/bus/fslmc/portal/
H A Ddpaa2_hw_pvt.h167 struct qbman_result *cscn; member
/f-stack/dpdk/drivers/net/dpaa2/
H A Ddpaa2_ethdev.c396 dpaa2_q->cscn = rte_malloc(NULL, in dpaa2_alloc_rx_tx_queues()
398 if (!dpaa2_q->cscn) in dpaa2_alloc_rx_tx_queues()
445 rte_free(dpaa2_q->cscn); in dpaa2_alloc_rx_tx_queues()
482 rte_free(dpaa2_q->cscn); in dpaa2_free_rx_tx_queues()
894 (size_t)DPAA2_VADDR_TO_IOVA(dpaa2_q->cscn); in dpaa2_dev_tx_queue_setup()
H A Ddpaa2_rxtx.c1066 while (qbman_result_SCN_state(dpaa2_q->cscn)) { in dpaa2_dev_tx()
1317 while (qbman_result_SCN_state(dpaa2_q->cscn)) { in dpaa2_dev_tx_ordered()