Home
last modified time | relevance | path

Searched refs:u0 (Results 1 – 4 of 4) sorted by relevance

/dpdk/lib/eal/common/
H A Drte_reciprocal.c39 divide_128_div_64_to_64(uint64_t u1, uint64_t u0, uint64_t v, uint64_t *r) in divide_128_div_64_to_64() argument
60 un64 = (u1 << s) | ((u0 >> (64 - s)) & (-s >> 31)); in divide_128_div_64_to_64()
61 un10 = u0 << s; in divide_128_div_64_to_64()
64 un64 = u1 | u0; in divide_128_div_64_to_64()
65 un10 = u0; in divide_128_div_64_to_64()
/dpdk/lib/eal/include/
H A Drte_reciprocal.h62 uint64_t u0, u1, v0, v1, k, t; in mullhi_u64()
66 u1 = x >> 32; u0 = x & 0xFFFFFFFF; in mullhi_u64()
69 t = u0*v0; in mullhi_u64()
76 t = u0*v1 + w1; in mullhi_u64()
/dpdk/drivers/net/qede/base/
H A Decore_l2.c1939 port_stats.eth.u0.bb0.r1522; in __ecore_get_vport_port_stats()
1941 port_stats.eth.u0.bb0.r2047; in __ecore_get_vport_port_stats()
1943 port_stats.eth.u0.bb0.r4095; in __ecore_get_vport_port_stats()
1945 port_stats.eth.u0.bb0.r9216; in __ecore_get_vport_port_stats()
1947 port_stats.eth.u0.bb0.r16383; in __ecore_get_vport_port_stats()
1962 port_stats.eth.u0.ah0.r1519_to_max; in __ecore_get_vport_port_stats()
H A Dmcp_public.h153 } u0; member