| /dpdk/drivers/net/cnxk/ |
| H A D | cnxk_ethdev_sec_telemetry.c | 86 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 D | fm10k_tlv.h | 96 s32 fm10k_tlv_attr_put_value(u32 *, u16, s64, u32); 129 fm10k_tlv_attr_get_value(attr, ptr, sizeof(s64))
|
| H A D | fm10k_tlv.c | 210 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 D | fm10k_osdep.h | 43 typedef int64_t s64; typedef
|
| /dpdk/drivers/vdpa/ifc/base/ |
| H A D | ifcvf_osdep.h | 43 typedef int64_t s64; typedef
|
| /dpdk/drivers/net/e1000/base/ |
| H A D | e1000_osdep.h | 60 typedef int64_t s64; typedef
|
| /dpdk/drivers/net/igc/base/ |
| H A D | igc_osdep.h | 70 typedef int64_t s64; typedef
|
| /dpdk/drivers/net/txgbe/base/ |
| H A D | txgbe_osdep.h | 65 typedef int64_t s64; typedef
|
| H A D | txgbe_hw.c | 2113 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 D | ngbe_osdep.h | 68 typedef int64_t s64; typedef
|
| /dpdk/drivers/common/iavf/ |
| H A D | iavf_osdep.h | 37 typedef uint64_t s64; typedef
|
| /dpdk/drivers/net/ice/base/ |
| H A D | ice_ptp_hw.c | 1077 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 D | ice_ptp_hw.h | 155 ice_ptp_prep_port_adj_e822(struct ice_hw *hw, u8 port, s64 time,
|
| H A D | ice_sched.c | 3828 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 D | ice_osdep.h | 43 typedef uint64_t s64; typedef
|