Searched refs:ecx (Results 1 – 2 of 2) sorted by relevance
| /dpdk/drivers/common/mlx5/ |
| H A D | mlx5_common.c | 70 unsigned int *ecx, unsigned int *edx) in mlx5_cpu_id() argument 73 : "=a" (*eax), "=b" (*ebx), "=c" (*ecx), "=d" (*edx) in mlx5_cpu_id() 1221 unsigned int ecx = 0; in RTE_INIT_PRIO() local 1225 mlx5_cpu_id(0, &eax, &ebx, &ecx, &edx); in RTE_INIT_PRIO() 1232 mlx5_cpu_id(1, &eax, &ebx, &ecx, &edx); in RTE_INIT_PRIO()
|
| /dpdk/app/test/ |
| H A D | test_cryptodev.c | 8589 int ecx = 0; in test_pdcp_proto_SGL() local 8629 to_trn_tbl[ecx++] = to_trn; in test_pdcp_proto_SGL() 8659 ecx = 0; in test_pdcp_proto_SGL() 8808 ecx = 0; in test_pdcp_proto_SGL() 8816 to_trn_tbl[ecx]); in test_pdcp_proto_SGL() 8820 off += to_trn_tbl[ecx++]; in test_pdcp_proto_SGL() 14352 int ecx = 0; in test_authenticated_encryption_SGL() local 14451 ecx = 0; in test_authenticated_encryption_SGL() 14557 ecx = 0; in test_authenticated_encryption_SGL() 14565 to_trn_tbl[ecx], in test_authenticated_encryption_SGL() [all …]
|