Lines Matching refs:last_spec
36 uint16_t held = 0, last_spec = 0; in pkt_cls_node_process() local
95 last_spec * sizeof(from[0])); in pkt_cls_node_process()
96 from += last_spec; in pkt_cls_node_process()
97 to_next += last_spec; in pkt_cls_node_process()
98 held += last_spec; in pkt_cls_node_process()
99 last_spec = 0; in pkt_cls_node_process()
164 last_spec += 4; in pkt_cls_node_process()
180 last_spec * sizeof(from[0])); in pkt_cls_node_process()
181 from += last_spec; in pkt_cls_node_process()
182 to_next += last_spec; in pkt_cls_node_process()
183 held += last_spec; in pkt_cls_node_process()
184 last_spec = 0; in pkt_cls_node_process()
190 last_spec += 1; in pkt_cls_node_process()
195 if (likely(last_spec == nb_objs)) { in pkt_cls_node_process()
200 held += last_spec; in pkt_cls_node_process()
202 rte_memcpy(to_next, from, last_spec * sizeof(from[0])); in pkt_cls_node_process()