Lines Matching refs:t
32 struct test_order *t; member
39 struct test_order *t; member
66 order_flow_id_copy_from_mbuf(struct test_order *t, struct rte_event *event) in order_flow_id_copy_from_mbuf() argument
69 t->flow_id_dynfield_offset, flow_id_t *); in order_flow_id_copy_from_mbuf()
73 order_flow_id_save(struct test_order *t, flow_id_t flow_id, in order_flow_id_save() argument
77 t->flow_id_dynfield_offset, flow_id_t *) = flow_id; in order_flow_id_save()
83 order_mbuf_seqn(struct test_order *t, struct rte_mbuf *mbuf) in order_mbuf_seqn() argument
85 return RTE_MBUF_DYNFIELD(mbuf, t->seqn_dynfield_offset, seqn_t *); in order_mbuf_seqn()
95 order_process_stage_1(struct test_order *const t, in order_process_stage_1() argument
102 if (*order_mbuf_seqn(t, ev->mbuf) != expected_flow_seq[flow]) { in order_process_stage_1()
104 flow, *order_mbuf_seqn(t, ev->mbuf), in order_process_stage_1()
106 t->err = true; in order_process_stage_1()
120 order_process_stage_invalid(struct test_order *const t, in order_process_stage_invalid() argument
124 t->err = true; in order_process_stage_invalid()
129 struct test_order *t = w->t;\
130 struct evt_options *opt = t->opt;\
133 const uint32_t nb_flows = t->nb_flows;\
134 uint32_t *expected_flow_seq = t->expected_flow_seq;\
135 uint64_t *outstand_pkts = &t->outstand_pkts;\