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