Lines Matching refs:PRIV
56 if (!PRIV(dev)->flow_isolated) { in eth_dev_flow_isolate_set()
61 PRIV(dev)->flow_isolated, in eth_dev_flow_isolate_set()
173 if (PRIV(dev)->nb_mac_addr > 1) in fs_eth_dev_conf_apply()
175 (PRIV(dev)->nb_mac_addr > 2 ? "es" : "")); in fs_eth_dev_conf_apply()
176 for (i = 1; i < PRIV(dev)->nb_mac_addr; i++) { in fs_eth_dev_conf_apply()
181 PRIV(dev)->mac_addr_pool[i]); in fs_eth_dev_conf_apply()
198 if (PRIV(dev)->nb_mcast_addr > 0) { in fs_eth_dev_conf_apply()
201 PRIV(dev)->mcast_addrs, in fs_eth_dev_conf_apply()
202 PRIV(dev)->nb_mcast_addr); in fs_eth_dev_conf_apply()
243 if (TAILQ_EMPTY(&PRIV(dev)->flow_list)) { in fs_eth_dev_conf_apply()
255 TAILQ_FOREACH(flow, &PRIV(dev)->flow_list, next) { in fs_eth_dev_conf_apply()
338 (&PRIV(fs_dev(sdev))->stats_accumulator, in fs_dev_stats_save()
501 if (PRIV(dev)->state < DEV_PARSED) in failsafe_eth_dev_state_sync()
508 if (PRIV(dev)->state < DEV_PROBED) in failsafe_eth_dev_state_sync()
513 if (PRIV(dev)->state < DEV_ACTIVE) in failsafe_eth_dev_state_sync()
546 if (PRIV(dev)->state < DEV_STARTED) in failsafe_eth_dev_state_sync()
560 if (sdev->state != PRIV(dev)->state) in failsafe_eth_dev_state_sync()
648 rte_eth_dev_owner_set(port_id, &PRIV(fs_dev)->my_owner); in failsafe_eth_new_event_callback()