| /f-stack/dpdk/drivers/common/dpaax/caamflib/ |
| H A D | compat.h | 117 #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 D | dpdmai.c | 41 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 D | dpio.c | 43 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 D | dpci.c | 43 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 D | fsl_mc_cmd.h | 25 #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 D | dpcon.c | 43 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 D | dpbp.c | 42 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 D | dprtc.c | 44 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 D | dpni.c | 44 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 D | dpkg.c | 43 extr->field = cpu_to_le32( in dpkg_prepare_key_cfg()
|
| H A D | dpdmux.c | 47 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 D | dpseci.c | 44 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 D | txgbe_osdep.h | 83 #ifndef cpu_to_le32 85 #define cpu_to_le32(v) rte_cpu_to_le_32((u32)(v)) macro
|
| H A D | txgbe_mng.c | 66 wr32a(hw, TXGBE_MNGMBX, i, cpu_to_le32(buffer[i])); in txgbe_hic_unlocked()
|
| /f-stack/dpdk/drivers/crypto/bcmfs/hw/ |
| H A D | bcmfs_rm_common.h | 25 #define cpu_to_le32 rte_cpu_to_le_32 macro
|
| /f-stack/freebsd/contrib/openzfs/include/os/linux/spl/sys/ |
| H A D | byteorder.h | 45 #define LE_32(x) cpu_to_le32(x)
|
| /f-stack/dpdk/drivers/raw/ifpga/base/osdep_rte/ |
| H A D | osdep_generic.h | 51 #define cpu_to_le32(o) rte_cpu_to_le_32(o) macro
|
| /f-stack/dpdk/drivers/net/cxgbe/ |
| H A D | cxgbe_compat.h | 150 #define cpu_to_le32(o) rte_cpu_to_le_32(o) macro
|
| /f-stack/dpdk/drivers/net/hinic/base/ |
| H A D | hinic_compat.h | 105 #define cpu_to_le32(o) rte_cpu_to_le_32(o) macro
|
| /f-stack/dpdk/drivers/net/i40e/base/ |
| H A D | i40e_osdep.h | 188 #define cpu_to_le32(s) rte_cpu_to_le_32(s) macro
|
| /f-stack/dpdk/drivers/common/dpaax/caamflib/rta/ |
| H A D | sec_run_time_asm.h | 469 program->buffer[program->current_pc] = cpu_to_le32(val); in __rta_out_le32()
|
| /f-stack/dpdk/drivers/net/txgbe/ |
| H A D | txgbe_rxtx.c | 159 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 D | t4_hw.c | 2099 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 D | i40e_ethdev.c | 2329 phy_conf.phy_type = is_up ? cpu_to_le32(phy_type_mask) : 0; in i40e_phy_conf_link()
|