Home
last modified time | relevance | path

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

/dpdk/lib/eal/common/
H A Drte_reciprocal.c44 q1, q0, /* Quotient digits. */ in divide_128_div_64_to_64() local
74 q1 = un64/vn1; in divide_128_div_64_to_64()
75 rhat = un64 - q1*vn1; in divide_128_div_64_to_64()
77 if (q1 >= b || q1*vn0 > b*rhat + un1) { in divide_128_div_64_to_64()
78 q1 = q1 - 1; in divide_128_div_64_to_64()
84 un21 = un64*b + un1 - q1*v; in divide_128_div_64_to_64()
98 return q1*b + q0; in divide_128_div_64_to_64()
/dpdk/drivers/net/i40e/
H A Di40e_pf.c71 uint16_t q1, q2; in i40e_pf_vf_queues_mapping() local
94 q1 = I40E_VSILAN_QTABLE_QINDEX_0_MASK; in i40e_pf_vf_queues_mapping()
96 q1 = qbase + 2 * i; in i40e_pf_vf_queues_mapping()
103 val = (q2 << I40E_VSILAN_QTABLE_QINDEX_1_SHIFT) + q1; in i40e_pf_vf_queues_mapping()
/dpdk/doc/guides/tools/
H A Dtesteventdev.rst222 | 1 | nb_queues | 2 | q0(ordered), q1(atomic)|
244 q1(atomic) are linked to all the workers.