Lines Matching refs:dpaa2_ethq
2157 struct dpaa2_queue *dpaa2_ethq = eth_priv->rx_vq[eth_rx_queue_id]; in dpaa2_eth_eventq_attach() local
2158 uint8_t flow_id = dpaa2_ethq->flow_id; in dpaa2_eth_eventq_attach()
2164 dpaa2_ethq->cb = dpaa2_dev_process_parallel_event; in dpaa2_eth_eventq_attach()
2166 dpaa2_ethq->cb = dpaa2_dev_process_atomic_event; in dpaa2_eth_eventq_attach()
2168 dpaa2_ethq->cb = dpaa2_dev_process_ordered_event; in dpaa2_eth_eventq_attach()
2211 dpaa2_ethq->tc_index, flow_id, in dpaa2_eth_eventq_attach()
2222 cfg.user_context = (size_t)(dpaa2_ethq); in dpaa2_eth_eventq_attach()
2225 dpaa2_ethq->tc_index, flow_id, options, &cfg); in dpaa2_eth_eventq_attach()
2231 memcpy(&dpaa2_ethq->ev, &queue_conf->ev, sizeof(struct rte_event)); in dpaa2_eth_eventq_attach()
2241 struct dpaa2_queue *dpaa2_ethq = eth_priv->rx_vq[eth_rx_queue_id]; in dpaa2_eth_eventq_detach() local
2242 uint8_t flow_id = dpaa2_ethq->flow_id; in dpaa2_eth_eventq_detach()
2252 dpaa2_ethq->tc_index, flow_id, options, &cfg); in dpaa2_eth_eventq_detach()