Searched refs:peer_pl (Results 1 – 1 of 1) sorted by relevance
2726 portid_t peer_pl[RTE_MAX_ETHPORTS]; in start_port() local2978 peer_pi = rte_eth_hairpin_get_peer_ports(pi, peer_pl, in start_port()2983 if (!port_is_started(peer_pl[j])) in start_port()2985 diag = rte_eth_hairpin_bind(pi, peer_pl[j]); in start_port()2989 pi, peer_pl[j], in start_port()3000 if (!port_is_started(peer_pl[j])) in start_port()3002 diag = rte_eth_hairpin_bind(peer_pl[j], pi); in start_port()3006 peer_pl[j], pi, in start_port()3026 portid_t peer_pl[RTE_MAX_ETHPORTS]; in stop_port() local3068 if (!port_is_started(peer_pl[j])) in stop_port()[all …]