| /dpdk/drivers/net/hns3/ |
| H A D | hns3_ptp.c | 166 uint64_t ns, sec; in hns3_timesync_read_rx_timestamp() local 172 sec = upper_32_bits(pf->rx_timestamp); in hns3_timesync_read_rx_timestamp() 174 ns += sec * NSEC_PER_SEC; in hns3_timesync_read_rx_timestamp() 189 uint64_t sec; in hns3_timesync_read_tx_timestamp() local 203 sec = hns3_read_dev(hw, HNS3_TX_1588_TSP_BACK_1); in hns3_timesync_read_tx_timestamp() 205 sec = (tmp << 32) | sec; in hns3_timesync_read_tx_timestamp() 207 ns += sec * NSEC_PER_SEC; in hns3_timesync_read_tx_timestamp() 221 uint64_t ns, sec; in hns3_timesync_read_time() local 226 sec = hns3_read_dev(hw, HNS3_CURR_TIME_OUT_L); in hns3_timesync_read_time() 231 ns += sec * NSEC_PER_SEC; in hns3_timesync_read_time() [all …]
|
| /dpdk/drivers/net/ixgbe/ |
| H A D | ixgbe_bypass.c | 44 u32 sec; in ixgbe_bypass_set_time() local 47 sec = 0; in ixgbe_bypass_set_time() 56 value = (sec & BYPASS_CTL1_TIME_M) | in ixgbe_bypass_set_time() 343 u32 sec; in ixgbe_bypass_wd_reset() local 363 sec = 0; in ixgbe_bypass_wd_reset() 365 cmd |= (sec & BYPASS_CTL1_TIME_M) | BYPASS_CTL1_VALID; in ixgbe_bypass_wd_reset()
|
| /dpdk/lib/member/ |
| H A D | rte_member_ht.c | 333 try_insert(struct member_ht_bucket *buckets, uint32_t prim, uint32_t sec, in try_insert() argument 347 if (buckets[sec].sets[i] == RTE_MEMBER_NO_MATCH) { in try_insert() 348 buckets[sec].sigs[i] = sig; in try_insert() 349 buckets[sec].sets[i] = set_id; in try_insert() 357 try_update(struct member_ht_bucket *buckets, uint32_t prim, uint32_t sec, in try_update() argument 365 update_entry_search_avx(sec, sig, buckets, in try_update() 372 update_entry_search(sec, sig, buckets, in try_update()
|
| /dpdk/drivers/net/i40e/ |
| H A D | rte_pmd_i40e.c | 1490 struct i40e_profile_section_header *sec = NULL; in i40e_generate_profile_info_sec() local 1494 sec->tbl_size = 1; in i40e_generate_profile_info_sec() 1495 sec->data_end = sizeof(struct i40e_profile_section_header) + in i40e_generate_profile_info_sec() 1497 sec->section.type = SECTION_TYPE_INFO; in i40e_generate_profile_info_sec() 1499 sec->section.size = sizeof(struct i40e_profile_info); in i40e_generate_profile_info_sec() 1501 sec->section.offset); in i40e_generate_profile_info_sec() 1515 struct i40e_profile_section_header *sec; in i40e_add_rm_profile_info() local 1522 sec->section.offset))->track_id; in i40e_add_rm_profile_info() 1524 status = i40e_aq_write_ddp(hw, (void *)sec, sec->data_end, in i40e_add_rm_profile_info() 1778 if (!sec) in i40e_get_tlv_section_size() [all …]
|
| /dpdk/drivers/net/i40e/base/ |
| H A D | i40e_common.c | 8115 struct i40e_profile_section_header *sec; in i40e_find_section_in_profile() local 8128 if (sec->section.type == section_type) in i40e_find_section_in_profile() 8129 return sec; in i40e_find_section_in_profile() 8277 if (sec->section.type == SECTION_TYPE_AQ) { in i40e_write_profile() 8286 sec->section.type = SECTION_TYPE_RB_AQ; in i40e_write_profile() 8293 section_size = sec->section.size + in i40e_write_profile() 8344 section_size = sec->section.size + in i40e_rollback_profile() 8380 sec->tbl_size = 1; in i40e_add_pinfo_to_list() 8383 sec->section.type = SECTION_TYPE_INFO; in i40e_add_pinfo_to_list() 8387 sec->section.offset); in i40e_add_pinfo_to_list() [all …]
|
| /dpdk/drivers/vdpa/mlx5/ |
| H A D | mlx5_vdpa_event.c | 320 uint64_t sec; in mlx5_vdpa_err_interrupt_handler() local 348 sec = (rte_rdtsc() - virtq->err_time[0]) / rte_get_tsc_hz(); in mlx5_vdpa_err_interrupt_handler() 349 if (sec > MLX5_VDPA_ERROR_TIME_SEC) { in mlx5_vdpa_err_interrupt_handler()
|
| /dpdk/drivers/event/cnxk/ |
| H A D | cn10k_worker.h | 529 bool sec; in cn10k_sso_tx_one() local 539 cn10k_nix_xmit_prepare(m, cmd, flags, txq->lso_tun_fmt, &sec, in cn10k_sso_tx_one() 546 if (flags & NIX_TX_OFFLOAD_SECURITY_F && sec) in cn10k_sso_tx_one() 559 if (flags & NIX_TX_OFFLOAD_SECURITY_F && sec) in cn10k_sso_tx_one()
|
| /dpdk/drivers/net/cnxk/ |
| H A D | cn10k_tx.h | 593 const uint64_t lso_tun_fmt, bool *sec, uint8_t mark_flag, in cn10k_nix_xmit_prepare() argument 797 *sec = !!(ol_flags & RTE_MBUF_F_TX_SEC_OFFLOAD); in cn10k_nix_xmit_prepare() 956 bool sec; in cn10k_nix_xmit_pkts() local 1001 &sec, mark_flag, mark_fmt); in cn10k_nix_xmit_pkts() 1006 if (flags & NIX_TX_OFFLOAD_SECURITY_F && sec) in cn10k_nix_xmit_pkts() 1015 if (!(flags & NIX_TX_OFFLOAD_SECURITY_F) || !sec) in cn10k_nix_xmit_pkts() 1092 bool sec; in cn10k_nix_xmit_pkts_mseg() local 1139 &sec, mark_flag, mark_fmt); in cn10k_nix_xmit_pkts_mseg() 1144 if (flags & NIX_TX_OFFLOAD_SECURITY_F && sec) in cn10k_nix_xmit_pkts_mseg() 1156 if (!(flags & NIX_TX_OFFLOAD_SECURITY_F) || !sec) { in cn10k_nix_xmit_pkts_mseg() [all …]
|
| H A D | cn9k_rx.h | 966 R(sec, R_SEC_F) \
|
| H A D | cn9k_tx.h | 1991 T(sec, 6, T_SEC_F) \
|
| H A D | cn10k_rx.h | 1907 R(sec, R_SEC_F) \
|
| /dpdk/drivers/net/axgbe/ |
| H A D | axgbe_ethdev.c | 110 axgbe_set_tstamp_time(struct axgbe_port *pdata, unsigned int sec, 1501 unsigned int sec, unsigned int nsec, int addsub) in axgbe_update_tstamp_time() argument 1509 if (sec) in axgbe_update_tstamp_time() 1510 sub_val = sub_val_sec - (sec - 1); in axgbe_update_tstamp_time() 1512 sub_val = sec; in axgbe_update_tstamp_time() 1519 AXGMAC_IOWRITE(pdata, MAC_STSUR, sec); in axgbe_update_tstamp_time() 1634 axgbe_set_tstamp_time(struct axgbe_port *pdata, unsigned int sec, in axgbe_set_tstamp_time() argument 1640 AXGMAC_IOWRITE(pdata, MAC_STSUR, sec); in axgbe_set_tstamp_time()
|
| /dpdk/doc/guides/cryptodevs/ |
| H A D | dpaa_sec.rst | 130 Use dev arg option ``drv_dump_mode=x`` to dump useful debug prints on HW sec
|
| H A D | dpaa2_sec.rst | 182 Use dev arg option ``drv_dump_mode=x`` to dump useful debug prints on HW sec
|
| /dpdk/doc/guides/prog_guide/ |
| H A D | event_timer_adapter.rst | 110 #define NSECPERSEC 1E9 // No of ns in 1 sec 225 conn->evtim->timeout_ticks = 30; //3 sec Per RFC1122(TCP returns)
|
| H A D | graph_lib.rst | 243 |Node |calls |objs |realloc_count |objs/call |objs/sec(10E6) |cycles/call|
|
| /dpdk/drivers/net/igc/base/ |
| H A D | igc_hw.h | 532 u64 sec; member
|
| /dpdk/drivers/net/e1000/base/ |
| H A D | e1000_hw.h | 520 u64 sec; member
|
| /dpdk/doc/guides/nics/ |
| H A D | ixgbe.rst | 223 max_read_interval = ~4 mins 48 sec.
|
| /dpdk/drivers/net/e1000/ |
| H A D | em_ethdev.c | 878 stats->sec += E1000_READ_REG(hw, E1000_SEC); in eth_em_stats_get()
|
| H A D | igb_ethdev.c | 1690 stats->sec += E1000_READ_REG(hw, E1000_SEC); in igb_read_stats_registers()
|
| /dpdk/doc/guides/rel_notes/ |
| H A D | release_18_05.rst | 90 * Introduced Multi-packet Rx to enable 100Gb/sec with 64B frames.
|