Searched refs:dpaa2_ethq (Results 1 – 1 of 1) sorted by relevance
2157 struct dpaa2_queue *dpaa2_ethq = eth_priv->rx_vq[eth_rx_queue_id]; in dpaa2_eth_eventq_attach() local2158 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()2241 struct dpaa2_queue *dpaa2_ethq = eth_priv->rx_vq[eth_rx_queue_id]; in dpaa2_eth_eventq_detach() local2242 uint8_t flow_id = dpaa2_ethq->flow_id; in dpaa2_eth_eventq_detach()[all …]