Home
last modified time | relevance | path

Searched refs:s64 (Results 1 – 15 of 15) sorted by relevance

/dpdk/drivers/net/cnxk/
H A Dcnxk_ethdev_sec_telemetry.c86 snprintf(s64, sizeof(s64), "%" PRIu64, out_sa->w0.u64); in copy_outb_sa_10k()
90 snprintf(s64, sizeof(s64), "%" PRIu64, out_sa->w1.u64); in copy_outb_sa_10k()
94 snprintf(s64, sizeof(s64), "%" PRIu64, out_sa->w2.u64); in copy_outb_sa_10k()
98 snprintf(s64, sizeof(s64), "%" PRIu64, out_sa->w10.u64); in copy_outb_sa_10k()
125 snprintf(s64, sizeof(s64), "%" PRIu64, out_sa->ctx.esn_val); in copy_outb_sa_10k()
137 snprintf(s64, sizeof(s64), "%" PRIu64, out_sa->ctx.mib_octs); in copy_outb_sa_10k()
159 snprintf(s64, sizeof(s64), "%" PRIu64, in_sa->w0.u64); in copy_inb_sa_10k()
163 snprintf(s64, sizeof(s64), "%" PRIu64, in_sa->w1.u64); in copy_inb_sa_10k()
167 snprintf(s64, sizeof(s64), "%" PRIu64, in_sa->w2.u64); in copy_inb_sa_10k()
171 snprintf(s64, sizeof(s64), "%" PRIu64, in_sa->w10.u64); in copy_inb_sa_10k()
[all …]
/dpdk/drivers/net/fm10k/base/
H A Dfm10k_tlv.h96 s32 fm10k_tlv_attr_put_value(u32 *, u16, s64, u32);
129 fm10k_tlv_attr_get_value(attr, ptr, sizeof(s64))
H A Dfm10k_tlv.c210 s32 fm10k_tlv_attr_put_value(u32 *msg, u16 attr_id, s64 value, u32 len) in fm10k_tlv_attr_put_value()
636 STATIC const s64 test_s64 = -0x123456789abcdef0ll;
755 s64 result_s64; in fm10k_tlv_msg_test()
H A Dfm10k_osdep.h43 typedef int64_t s64; typedef
/dpdk/drivers/vdpa/ifc/base/
H A Difcvf_osdep.h43 typedef int64_t s64; typedef
/dpdk/drivers/net/e1000/base/
H A De1000_osdep.h60 typedef int64_t s64; typedef
/dpdk/drivers/net/igc/base/
H A Digc_osdep.h70 typedef int64_t s64; typedef
/dpdk/drivers/net/txgbe/base/
H A Dtxgbe_osdep.h65 typedef int64_t s64; typedef
H A Dtxgbe_hw.c2113 s64 tsv; in txgbe_get_thermal_sensor_data()
2121 tsv = (s64)TXGBE_TSSTAT_DATA(ts_stat); in txgbe_get_thermal_sensor_data()
/dpdk/drivers/net/ngbe/base/
H A Dngbe_osdep.h68 typedef int64_t s64; typedef
/dpdk/drivers/common/iavf/
H A Diavf_osdep.h37 typedef uint64_t s64; typedef
/dpdk/drivers/net/ice/base/
H A Dice_ptp_hw.c1077 ice_ptp_prep_port_adj_e822(struct ice_hw *hw, u8 port, s64 time, in ice_ptp_prep_port_adj_e822()
1130 s64 cycles; 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()
2387 status = ice_ptp_prep_port_adj_e822(hw, port, (s64)difference, true); in ice_sync_phy_timer_e822()
H A Dice_ptp_hw.h155 ice_ptp_prep_port_adj_e822(struct ice_hw *hw, u8 port, s64 time,
H A Dice_sched.c3828 s64 bytes_per_sec, wakeup_int, wakeup_a, wakeup_b, wakeup_f; in ice_sched_calc_wakeup()
3833 bytes_per_sec = DIV_64BIT(((s64)bw * 1000), BITS_PER_BYTE); in ice_sched_calc_wakeup()
3841 wakeup_b = (s64)ICE_RL_PROF_MULTIPLIER * wakeup_int; in ice_sched_calc_wakeup()
3842 wakeup_a = DIV_64BIT((s64)ICE_RL_PROF_MULTIPLIER * in ice_sched_calc_wakeup()
3874 s64 bytes_per_sec, ts_rate, mv_tmp; in ice_sched_bw_to_rl_profile()
3877 s64 mv = 0; in ice_sched_bw_to_rl_profile()
3885 bytes_per_sec = DIV_64BIT(((s64)bw * 1000), BITS_PER_BYTE); in ice_sched_bw_to_rl_profile()
3891 ts_rate = DIV_64BIT((s64)hw->psm_clk_freq, in ice_sched_bw_to_rl_profile()
H A Dice_osdep.h43 typedef uint64_t s64; typedef