Searched refs:adj (Results 1 – 6 of 6) sorted by relevance
| /dpdk/drivers/net/ice/base/ |
| H A D | ice_ptp_hw.c | 1137 if (adj > 0) in ice_ptp_prep_phy_adj_e822() 1138 cycles = (s64)adj << 32; in ice_ptp_prep_phy_adj_e822() 1140 cycles = -(((s64)-adj) << 32); in ice_ptp_prep_phy_adj_e822() 2077 adj = DIV_64BIT(tu_per_sec, 125); in ice_phy_calc_pmd_adj_e822() 2078 adj *= mult; in ice_phy_calc_pmd_adj_e822() 2079 adj = DIV_64BIT(adj, pmd_adj_divisor); in ice_phy_calc_pmd_adj_e822() 2104 adj += cycle_adj; in ice_phy_calc_pmd_adj_e822() 2126 adj += cycle_adj; in ice_phy_calc_pmd_adj_e822() 2131 *pmd_adj = adj; in ice_phy_calc_pmd_adj_e822() 2935 adj, lock_sbq); in ice_ptp_prep_phy_adj_e810() [all …]
|
| H A D | ice_ptp_hw.h | 136 enum ice_status ice_ptp_adj_clock(struct ice_hw *hw, s32 adj, bool lock_sbq); 138 ice_ptp_adj_clock_at_time(struct ice_hw *hw, u64 at_time, s32 adj);
|
| /dpdk/lib/ipsec/ |
| H A D | esp_inb.c | 498 uint32_t adj, uint32_t tofs, uint32_t tlen, uint32_t *sqn) in tun_process_step2() argument 510 return rte_pktmbuf_adj(mb, adj); in tun_process_step2() 522 uint32_t adj, uint32_t tofs, uint32_t tlen, uint32_t *sqn) in trs_process_step2() argument 530 np = tun_process_step2(mb, ml, hlen, adj, tofs, tlen, sqn); in trs_process_step2() 578 uint32_t adj, i, k, tl, bytes; in tun_process() local 603 adj = hl[i] + cofs; in tun_process() 607 if (tun_process_check(mb[i], &ml[i], &to[i], espt[i], adj, tl, in tun_process() 614 inh = tun_process_step2(mb[i], ml[i], hl[i], adj, in tun_process()
|
| /dpdk/app/test/ |
| H A D | test_thash.c | 585 uint32_t orig_hash, adj_hash, adj; in test_predictable_rss_min_seq() local 612 adj = rte_thash_get_complement(h, orig_hash, desired_value); in test_predictable_rss_min_seq() 615 tuple.v4.sport ^= rte_cpu_to_be_16(adj); in test_predictable_rss_min_seq() 670 uint32_t adj; in test_predictable_rss_multirange() local 700 adj = rte_thash_get_complement(h[i], hashes[i], in test_predictable_rss_multirange() 706 tuples[i][rng_arr[i].byte_idx] ^= adj; in test_predictable_rss_multirange()
|
| /dpdk/doc/guides/prog_guide/ |
| H A D | toeplitz_hash_lib.rst | 309 uint32_t adj = rte_thash_get_compliment(h, rev_hash, orig_hash); 312 uint16_t new_sport = tuple.v4.sport ^ adj;
|
| /dpdk/doc/guides/sample_app_ug/ |
| H A D | ptpclient.rst | 48 adj = -[(T2-T1)-(T4 - T3)]/2
|