Home
last modified time | relevance | path

Searched refs:cpu_to_le32 (Results 1 – 24 of 24) sorted by relevance

/f-stack/dpdk/drivers/common/dpaax/caamflib/
H A Dcompat.h117 #if !defined(cpu_to_le32)
119 #define cpu_to_le32(x) swab32(x) macro
121 #define cpu_to_le32(x) (x) macro
/f-stack/dpdk/drivers/bus/fslmc/mc/
H A Ddpdmai.c41 cmd_params->dpdmai_id = cpu_to_le32(dpdmai_id); in dpdmai_open()
159 cmd_params->dpdmai_id = cpu_to_le32(object_id); in dpdmai_destroy()
336 cmd_params->dest_id = cpu_to_le32(cfg->dest_cfg.dest_id); in dpdmai_set_rx_queue()
341 cmd_params->options = cpu_to_le32(cfg->options); in dpdmai_set_rx_queue()
H A Ddpio.c43 cmd_params->dpio_id = cpu_to_le32(dpio_id); in dpio_open()
162 cmd_params->dpio_id = cpu_to_le32(object_id); in dpio_destroy()
405 cmd_params->dpcon_id = cpu_to_le32(dpcon_id); in dpio_add_static_dequeue_channel()
442 cmd_params->dpcon_id = cpu_to_le32(dpcon_id); in dpio_remove_static_dequeue_channel()
H A Ddpci.c43 cmd_params->dpci_id = cpu_to_le32(dpci_id); in dpci_open()
160 cmd_params->dpci_id = cpu_to_le32(object_id); in dpci_destroy()
332 cmd_params->dest_id = cpu_to_le32(cfg->dest_cfg.dest_id); in dpci_set_rx_queue()
336 cmd_params->options = cpu_to_le32(cfg->options); in dpci_set_rx_queue()
H A Dfsl_mc_cmd.h25 #define cpu_to_le32 rte_cpu_to_le_32 macro
98 hdr->word[0] |= cpu_to_le32(cmd_flags & MC_CMD_HDR_FLAGS_MASK); in mc_encode_cmd_header()
H A Ddpcon.c43 dpcon_cmd->dpcon_id = cpu_to_le32(dpcon_id); in dpcon_open()
153 cmd_params->object_id = cpu_to_le32(obj_id); in dpcon_destroy()
H A Ddpbp.c42 cmd_params->dpbp_id = cpu_to_le32(dpbp_id); in dpbp_open()
146 cmd_params->object_id = cpu_to_le32(obj_id); in dpbp_destroy()
/f-stack/dpdk/drivers/net/dpaa2/mc/
H A Ddprtc.c44 cmd_params->dprtc_id = cpu_to_le32(dprtc_id); in dprtc_open()
156 cmd_params->object_id = cpu_to_le32(object_id); in dprtc_destroy()
355 cmd_params->freq_compensation = cpu_to_le32(freq_compensation); in dprtc_set_freq_compensation()
H A Ddpni.c44 cmd_params->dpni_id = cpu_to_le32(dpni_id); in dpni_open()
120 cmd_params->options = cpu_to_le32(cfg->options); in dpni_create()
170 cmd_params->dpsw_id = cpu_to_le32(object_id); in dpni_destroy()
430 cmd_params->mask = cpu_to_le32(mask); in dpni_set_irq_mask()
508 cmd_params->status = cpu_to_le32(*status); in dpni_get_irq_status()
550 cmd_params->status = cpu_to_le32(status); in dpni_clear_irq_status()
628 cmd_params->errors = cpu_to_le32(cfg->errors); in dpni_set_errors_behavior()
756 cmd_params->config = cpu_to_le32(config); in dpni_set_offload()
904 cmd_params->rate = cpu_to_le32(cfg->rate); in dpni_set_link_cfg()
1843 cmd_params->dest_id = cpu_to_le32(cfg->dest_cfg.dest_id); in dpni_set_congestion_notification()
[all …]
H A Ddpkg.c43 extr->field = cpu_to_le32( in dpkg_prepare_key_cfg()
H A Ddpdmux.c47 cmd_params->dpdmux_id = cpu_to_le32(dpdmux_id); in dpdmux_open()
171 cmd_params->dpdmux_id = cpu_to_le32(object_id); in dpdmux_destroy()
669 cmd_params->rate = cpu_to_le32(cfg->rate); in dpdmux_if_set_link_cfg()
/f-stack/dpdk/drivers/crypto/dpaa2_sec/mc/
H A Ddpseci.c44 cmd_params->dpseci_id = cpu_to_le32(dpseci_id); in dpseci_open()
126 cmd_params->options = cpu_to_le32(cfg->options); in dpseci_create()
167 cmd_params->dpseci_id = cpu_to_le32(object_id); in dpseci_destroy()
341 cmd_params->dest_id = cpu_to_le32(cfg->dest_cfg.dest_id); in dpseci_set_rx_queue()
345 cmd_params->options = cpu_to_le32(cfg->options); in dpseci_set_rx_queue()
/f-stack/dpdk/drivers/net/txgbe/base/
H A Dtxgbe_osdep.h83 #ifndef cpu_to_le32
85 #define cpu_to_le32(v) rte_cpu_to_le_32((u32)(v)) macro
H A Dtxgbe_mng.c66 wr32a(hw, TXGBE_MNGMBX, i, cpu_to_le32(buffer[i])); in txgbe_hic_unlocked()
/f-stack/dpdk/drivers/crypto/bcmfs/hw/
H A Dbcmfs_rm_common.h25 #define cpu_to_le32 rte_cpu_to_le_32 macro
/f-stack/freebsd/contrib/openzfs/include/os/linux/spl/sys/
H A Dbyteorder.h45 #define LE_32(x) cpu_to_le32(x)
/f-stack/dpdk/drivers/raw/ifpga/base/osdep_rte/
H A Dosdep_generic.h51 #define cpu_to_le32(o) rte_cpu_to_le_32(o) macro
/f-stack/dpdk/drivers/net/cxgbe/
H A Dcxgbe_compat.h150 #define cpu_to_le32(o) rte_cpu_to_le_32(o) macro
/f-stack/dpdk/drivers/net/hinic/base/
H A Dhinic_compat.h105 #define cpu_to_le32(o) rte_cpu_to_le_32(o) macro
/f-stack/dpdk/drivers/net/i40e/base/
H A Di40e_osdep.h188 #define cpu_to_le32(s) rte_cpu_to_le_32(s) macro
/f-stack/dpdk/drivers/common/dpaax/caamflib/rta/
H A Dsec_run_time_asm.h469 program->buffer[program->current_pc] = cpu_to_le32(val); in __rta_out_le32()
/f-stack/dpdk/drivers/net/txgbe/
H A Dtxgbe_rxtx.c159 txdp->dw2 = cpu_to_le32(TXGBE_TXD_FLAGS | in tx4()
161 txdp->dw3 = cpu_to_le32(TXGBE_TXD_PAYLEN(pkt_len)); in tx4()
179 txdp->dw2 = cpu_to_le32(TXGBE_TXD_FLAGS | in tx1()
181 txdp->dw3 = cpu_to_le32(TXGBE_TXD_PAYLEN(pkt_len)); in tx1()
/f-stack/dpdk/drivers/net/cxgbe/base/
H A Dt4_hw.c2099 cpu_to_le32(data)); in t4_seeprom_write()
5623 (u32)cpu_to_le32(*buf++)); in t4_memory_rw_addr()
5669 (u32)cpu_to_le32(last.word)); in t4_memory_rw_addr()
/f-stack/dpdk/drivers/net/i40e/
H A Di40e_ethdev.c2329 phy_conf.phy_type = is_up ? cpu_to_le32(phy_type_mask) : 0; in i40e_phy_conf_link()