Home
last modified time | relevance | path

Searched refs:t2 (Results 1 – 3 of 3) sorted by relevance

/dpdk/lib/eal/windows/include/
H A Dpthread.h51 pthread_equal(pthread_t t1, pthread_t t2) in pthread_equal() argument
53 return t1 == t2; in pthread_equal()
/dpdk/app/test/
H A Dtest_acl.c678 struct rte_acl_field t1, t2; in convert_rule_3() local
683 t2 = ro->field[RTE_ACL_IPV4VLAN_VLAN2_FIELD]; in convert_rule_3()
691 ro->field[RTE_ACL_IPV4VLAN_DSTP_FIELD] = t2; in convert_rule_3()
844 struct rte_acl_field_def t1, t2; in convert_config_3() local
849 t2 = cfg->defs[RTE_ACL_IPV4VLAN_VLAN2_FIELD]; in convert_config_3()
860 cfg->defs[RTE_ACL_IPV4VLAN_VLAN2_FIELD].field_index = t2.field_index; in convert_config_3()
861 cfg->defs[RTE_ACL_IPV4VLAN_VLAN2_FIELD].input_index = t2.input_index; in convert_config_3()
867 cfg->defs[RTE_ACL_IPV4VLAN_DSTP_FIELD].type = t2.type; in convert_config_3()
868 cfg->defs[RTE_ACL_IPV4VLAN_DSTP_FIELD].size = t2.size; in convert_config_3()
869 cfg->defs[RTE_ACL_IPV4VLAN_DSTP_FIELD].offset = t2.offset; in convert_config_3()
/dpdk/examples/ptpclient/
H A Dptpclient.c334 uint64_t t2 = 0; in delta_eval() local
339 t2 = timespec64_to_ns(&ptp_data->tstamp2); in delta_eval()
343 delta = -((int64_t)((t2 - t1) - (t4 - t3))) / 2; in delta_eval()