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
818 pfe->eth.eth_priv[id] = priv; in pfe_eth_init()
2155 struct dpaa2_dev_priv *eth_priv = dev->data->dev_private; in dpaa2_eth_eventq_attach() local2157 struct dpaa2_queue *dpaa2_ethq = eth_priv->rx_vq[eth_rx_queue_id]; in dpaa2_eth_eventq_attach()2187 !eth_priv->en_ordered) { in dpaa2_eth_eventq_attach()2203 eth_priv->en_loose_ordered = 1; in dpaa2_eth_eventq_attach()2207 eth_priv->en_loose_ordered = 0; in dpaa2_eth_eventq_attach()2210 ret = dpni_set_opr(dpni, CMD_PRI_LOW, eth_priv->token, in dpaa2_eth_eventq_attach()2218 eth_priv->en_ordered = 1; in dpaa2_eth_eventq_attach()2224 ret = dpni_set_queue(dpni, CMD_PRI_LOW, eth_priv->token, DPNI_QUEUE_RX, in dpaa2_eth_eventq_attach()2239 struct dpaa2_dev_priv *eth_priv = dev->data->dev_private; in dpaa2_eth_eventq_detach() local2241 struct dpaa2_queue *dpaa2_ethq = eth_priv->rx_vq[eth_rx_queue_id]; in dpaa2_eth_eventq_detach()[all …]