Home
last modified time | relevance | path

Searched refs:OSAL_LE32_TO_CPU (Results 1 – 6 of 6) sorted by relevance

/f-stack/dpdk/drivers/net/qede/base/
H A Decore_init_ops.c209 u32 data = OSAL_LE32_TO_CPU(cmd->data);
224 data = OSAL_LE32_TO_CPU(hdr->raw.data);
290 u32 data = OSAL_LE32_TO_CPU(p_cmd->data);
306 data = OSAL_LE32_TO_CPU(p_cmd->args.inline_val);
310 data = OSAL_LE32_TO_CPU(p_cmd->args.zeros_count);
355 data = OSAL_LE32_TO_CPU(cmd->op_data);
385 data = OSAL_LE32_TO_CPU(cmd->expected_val);
395 OSAL_LE32_TO_CPU(cmd->op_data));
459 u32 data = OSAL_LE32_TO_CPU(p_cmd->phase_data);
460 u32 op_data = OSAL_LE32_TO_CPU(p_cmd->op_data);
[all …]
H A Decore_hw.c164 return OSAL_LE32_TO_CPU(p_ptt->pxp.offset) << 2; in ecore_ptt_get_hw_addr()
200 OSAL_LE32_TO_CPU(p_ptt->pxp.offset)); in ecore_ptt_set_win()
573 OSAL_LE32_TO_CPU(p_command->opcode), in ecore_dmae_post_command()
576 OSAL_LE32_TO_CPU(p_command->src_addr_hi), in ecore_dmae_post_command()
577 OSAL_LE32_TO_CPU(p_command->src_addr_lo), in ecore_dmae_post_command()
578 OSAL_LE32_TO_CPU(p_command->dst_addr_hi), in ecore_dmae_post_command()
579 OSAL_LE32_TO_CPU(p_command->dst_addr_lo)); in ecore_dmae_post_command()
588 OSAL_LE32_TO_CPU(p_command->opcode), in ecore_dmae_post_command()
591 OSAL_LE32_TO_CPU(p_command->src_addr_hi), in ecore_dmae_post_command()
592 OSAL_LE32_TO_CPU(p_command->src_addr_lo), in ecore_dmae_post_command()
[all …]
H A Decore_int_api.h72 prod = OSAL_LE32_TO_CPU(*sb_info->sb_prod_index) & in ecore_sb_update_sb_idx()
H A Dbcm_osal.h423 #define OSAL_LE32_TO_CPU(val) rte_le_to_cpu_32(val) macro
H A Decore_spq.c134 OSAL_LE32_TO_CPU(p_ent->elem.hdr.cid), in ecore_spq_block()
H A Decore_int.c1218 attn_bits = OSAL_LE32_TO_CPU(p_sb_attn->atten_bits); in ecore_int_attentions()
1219 attn_acks = OSAL_LE32_TO_CPU(p_sb_attn->atten_ack); in ecore_int_attentions()