Home
last modified time | relevance | path

Searched refs:rte_le_to_cpu_64 (Results 1 – 25 of 31) sorted by relevance

12

/f-stack/dpdk/drivers/net/nfp/nfpcore/
H A Dnfp_nsp_eth.c177 port = rte_le_to_cpu_64(src->port); in nfp_eth_port_translate()
178 state = rte_le_to_cpu_64(src->state); in nfp_eth_port_translate()
452 reg = rte_le_to_cpu_64(entries[idx].state); in nfp_eth_set_mod_enable()
454 reg = rte_le_to_cpu_64(entries[idx].control); in nfp_eth_set_mod_enable()
501 reg = rte_le_to_cpu_64(entries[idx].state); in nfp_eth_set_configured()
503 reg = rte_le_to_cpu_64(entries[idx].control); in nfp_eth_set_configured()
533 reg = rte_le_to_cpu_64(entries[idx].raw[raw_idx]); in nfp_eth_set_bit_config()
H A Dnfp_nsp_cmds.c61 nspi->sensor_mask = rte_le_to_cpu_64(ni->sensor_mask); in __nfp_nsp_identify()
H A Dnfp_cppcore.c458 *value = rte_le_to_cpu_64(tmp); in nfp_cpp_area_readq()
508 *value = rte_le_to_cpu_64(tmp); in nfp_cpp_readq()
/f-stack/dpdk/lib/librte_eal/arm/include/
H A Drte_byteorder.h52 #define rte_le_to_cpu_64(x) (x) macro
70 #define rte_le_to_cpu_64(x) rte_bswap64(x) macro
/f-stack/dpdk/lib/librte_eal/ppc/include/
H A Drte_byteorder.h91 #define rte_le_to_cpu_64(x) (x) macro
109 #define rte_le_to_cpu_64(x) rte_bswap64(x) macro
/f-stack/dpdk/drivers/net/enic/base/
H A Drq_enet_desc.h42 *address = rte_le_to_cpu_64(desc->address); in rq_enet_desc_dec()
H A Dwq_enet_desc.h66 *address = rte_le_to_cpu_64(desc->address); in wq_enet_desc_dec()
/f-stack/dpdk/drivers/crypto/bcmfs/hw/
H A Dbcmfs_rm_common.h28 #define le64_to_cpu rte_le_to_cpu_64
/f-stack/dpdk/drivers/common/iavf/
H A Diavf_osdep.h69 #define LE64_TO_CPU(k) rte_le_to_cpu_64(k)
101 return rte_le_to_cpu_64(rte_read64(addr)); in readq()
/f-stack/dpdk/drivers/net/i40e/base/
H A Di40e_osdep.h185 #define LE64_TO_CPU(k) rte_le_to_cpu_64(k)
192 #define le64_to_cpu(k) rte_le_to_cpu_64(k)
/f-stack/dpdk/lib/librte_eal/x86/include/
H A Drte_byteorder.h83 #define rte_le_to_cpu_64(x) (x) macro
/f-stack/dpdk/drivers/net/bnxt/
H A Dbnxt_hwrm.c2354 *dropped = rte_le_to_cpu_64(resp->tx_drop_pkts); in bnxt_hwrm_func_qstats_tx_drop()
2383 stats->ipackets = rte_le_to_cpu_64(resp->rx_ucast_pkts); in bnxt_hwrm_func_qstats()
2384 stats->ipackets += rte_le_to_cpu_64(resp->rx_mcast_pkts); in bnxt_hwrm_func_qstats()
2386 stats->ibytes = rte_le_to_cpu_64(resp->rx_ucast_bytes); in bnxt_hwrm_func_qstats()
2387 stats->ibytes += rte_le_to_cpu_64(resp->rx_mcast_bytes); in bnxt_hwrm_func_qstats()
2388 stats->ibytes += rte_le_to_cpu_64(resp->rx_bcast_bytes); in bnxt_hwrm_func_qstats()
2390 stats->opackets = rte_le_to_cpu_64(resp->tx_ucast_pkts); in bnxt_hwrm_func_qstats()
2393 stats->obytes = rte_le_to_cpu_64(resp->tx_ucast_bytes); in bnxt_hwrm_func_qstats()
2394 stats->obytes += rte_le_to_cpu_64(resp->tx_mcast_bytes); in bnxt_hwrm_func_qstats()
2395 stats->obytes += rte_le_to_cpu_64(resp->tx_bcast_bytes); in bnxt_hwrm_func_qstats()
[all …]
H A Dbnxt_stats.c628 xstats[count].value = rte_le_to_cpu_64( in bnxt_dev_xstats_get_op()
637 xstats[count].value = rte_le_to_cpu_64( in bnxt_dev_xstats_get_op()
646 rte_le_to_cpu_64(*(uint64_t *)((char *)&func_qstats + in bnxt_dev_xstats_get_op()
655 xstats[count].value = rte_le_to_cpu_64 in bnxt_dev_xstats_get_op()
665 xstats[count].value = rte_le_to_cpu_64 in bnxt_dev_xstats_get_op()
/f-stack/dpdk/drivers/net/bnxt/tf_core/
H A Dtfp.h245 #define tfp_le_to_cpu_64(val) rte_le_to_cpu_64(val)
/f-stack/dpdk/drivers/common/sfc_efx/
H A Defsys.h704 *(_knp) = rte_le_to_cpu_64((_valp)->eq_u64[0]); \
716 *(_knp) += rte_le_to_cpu_64((_valp)->eq_u64[0]); \
722 *(_knp) -= rte_le_to_cpu_64((_valp)->eq_u64[0]); \
/f-stack/dpdk/drivers/bus/fslmc/mc/
H A Dfsl_mc_cmd.h28 #define le64_to_cpu rte_le_to_cpu_64
/f-stack/dpdk/lib/librte_eal/include/generic/
H A Drte_byteorder.h216 static uint64_t rte_le_to_cpu_64(rte_le64_t x);
/f-stack/dpdk/drivers/net/iavf/
H A Diavf_rxtx.c939 if (rte_le_to_cpu_64(rxdp->wb.qword1.status_error_len) & in iavf_rxd_to_vlan_tci()
953 if (rte_le_to_cpu_64(rxdp->wb.status_error0) & in iavf_flex_rxd_to_vlan_tci()
1133 qword1 = rte_le_to_cpu_64(rxdp->wb.qword1.status_error_len); in iavf_recv_pkts()
1482 qword1 = rte_le_to_cpu_64(rxdp->wb.qword1.status_error_len); in iavf_recv_scattered_pkts()
1710 qword1 = rte_le_to_cpu_64(rxdp->wb.qword1.status_error_len); in iavf_rx_scan_hw_ring()
1725 qword1 = rte_le_to_cpu_64( in iavf_rx_scan_hw_ring()
1745 qword1 = rte_le_to_cpu_64 in iavf_rx_scan_hw_ring()
2588 ((rte_le_to_cpu_64(rxdp->wb.qword1.status_error_len) & in iavf_dev_rxq_count()
2624 mask = rte_le_to_cpu_64((1ULL << IAVF_RX_DESC_STATUS_DD_SHIFT) in iavf_dev_rx_desc_status()
2654 mask = rte_le_to_cpu_64(IAVF_TXD_QW1_DTYPE_MASK); in iavf_dev_tx_desc_status()
H A Diavf_rxtx.h521 type = (enum iavf_tx_desc_dtype_value)rte_le_to_cpu_64( in iavf_dump_tx_descriptor()
/f-stack/dpdk/drivers/net/ice/base/
H A Dice_osdep.h76 #define LE64_TO_CPU(k) rte_le_to_cpu_64(k)
109 return rte_le_to_cpu_64(rte_read64(addr)); in readq()
/f-stack/dpdk/drivers/net/txgbe/base/
H A Dtxgbe_osdep.h89 #define le_to_cpu64(v) rte_le_to_cpu_64((u64)(v))
/f-stack/dpdk/drivers/net/i40e/
H A Di40e_rxtx.c78 if (rte_le_to_cpu_64(rxdp->wb.qword1.status_error_len) & in i40e_rxd_to_vlan_tci()
429 qword1 = rte_le_to_cpu_64(rxdp->wb.qword1.status_error_len); in i40e_rx_scan_hw_ring()
445 qword1 = rte_le_to_cpu_64(\ in i40e_rx_scan_hw_ring()
462 qword1 = rte_le_to_cpu_64(\ in i40e_rx_scan_hw_ring()
681 qword1 = rte_le_to_cpu_64(rxdp->wb.qword1.status_error_len); in i40e_recv_pkts()
797 qword1 = rte_le_to_cpu_64(rxdp->wb.qword1.status_error_len); in i40e_recv_scattered_pkts()
2018 ((rte_le_to_cpu_64(rxdp->wb.qword1.status_error_len) & in i40e_dev_rx_queue_count()
2055 ret = !!(((rte_le_to_cpu_64(rxdp->wb.qword1.status_error_len) & in i40e_dev_rx_descriptor_done()
2081 mask = rte_le_to_cpu_64((1ULL << I40E_RX_DESC_STATUS_DD_SHIFT) in i40e_dev_rx_descriptor_status()
2111 mask = rte_le_to_cpu_64(I40E_TXD_QW1_DTYPE_MASK); in i40e_dev_tx_descriptor_status()
/f-stack/dpdk/drivers/baseband/fpga_5gnr_fec/
H A Dfpga_5gnr_fec.h385 return rte_le_to_cpu_64(ret); in fpga_reg_read_64()
/f-stack/dpdk/drivers/net/hns3/
H A Dhns3_regs.c239 *reg_val++ = rte_le_to_cpu_64(*desc_data++); in hns3_get_64_bit_regs()
/f-stack/dpdk/app/test-pmd/
H A Dconfig.c2752 rte_le_to_cpu_64(ring[desc_id].lo_dword.dword); in ring_rx_descriptor_display()
2755 rte_le_to_cpu_64(ring[desc_id].hi_dword.dword); in ring_rx_descriptor_display()
2758 rte_le_to_cpu_64(ring[desc_id].resv1.dword); in ring_rx_descriptor_display()
2761 rte_le_to_cpu_64(ring[desc_id].resv2.dword); in ring_rx_descriptor_display()
2769 rte_le_to_cpu_64(ring[desc_id].lo_dword.dword); in ring_rx_descriptor_display()
2772 rte_le_to_cpu_64(ring[desc_id].hi_dword.dword); in ring_rx_descriptor_display()
2783 txd.lo_dword.dword = rte_le_to_cpu_64(ring[desc_id].lo_dword.dword); in ring_tx_descriptor_display()
2784 txd.hi_dword.dword = rte_le_to_cpu_64(ring[desc_id].hi_dword.dword); in ring_tx_descriptor_display()

12