Searched refs:portcount (Results 1 – 1 of 1) sorted by relevance
4615 unsigned int portcount; in parse_fwd_portlist() local4619 portcount = parse_port_list(portlist, portindex, RTE_MAX_ETHPORTS); in parse_fwd_portlist()4620 if (!portcount) in parse_fwd_portlist()4628 for (i = 0; i < portcount && i < RTE_DIM(portindex); i++) { in parse_fwd_portlist()