Searched refs:eth_priv (Results 1 – 3 of 3) sorted by relevance
41 struct pfe_eth_priv_s *eth_priv[PFE_CDEV_ETH_COUNT]; member
777 pfe->eth.eth_priv[id] = priv; in pfe_eth_init()
2237 struct dpaa2_dev_priv *eth_priv = dev->data->dev_private; in dpaa2_eth_eventq_attach() local2239 struct dpaa2_queue *dpaa2_ethq = eth_priv->rx_vq[eth_rx_queue_id]; in dpaa2_eth_eventq_attach()2269 !eth_priv->en_ordered) { in dpaa2_eth_eventq_attach()2285 eth_priv->en_loose_ordered = 1; in dpaa2_eth_eventq_attach()2289 eth_priv->en_loose_ordered = 0; in dpaa2_eth_eventq_attach()2292 ret = dpni_set_opr(dpni, CMD_PRI_LOW, eth_priv->token, in dpaa2_eth_eventq_attach()2300 eth_priv->en_ordered = 1; in dpaa2_eth_eventq_attach()2306 ret = dpni_set_queue(dpni, CMD_PRI_LOW, eth_priv->token, DPNI_QUEUE_RX, in dpaa2_eth_eventq_attach()2321 struct dpaa2_dev_priv *eth_priv = dev->data->dev_private; in dpaa2_eth_eventq_detach() local2323 struct dpaa2_queue *dpaa2_ethq = eth_priv->rx_vq[eth_rx_queue_id]; in dpaa2_eth_eventq_detach()[all …]