Home
last modified time | relevance | path

Searched refs:OSAL_LE16_TO_CPU (Results 1 – 7 of 7) sorted by relevance

/f-stack/dpdk/drivers/net/qede/base/
H A Decore_spq.c136 OSAL_LE16_TO_CPU(p_ent->elem.hdr.echo)); in ecore_spq_block()
374 fw_cons_idx = OSAL_LE16_TO_CPU(*p_eq->p_fw_cons); in ecore_eq_completion()
401 OSAL_LE16_TO_CPU(p_eqe->echo), in ecore_eq_completion()
999 OSAL_LE16_TO_CPU(echo), in ecore_spq_completion()
1000 OSAL_LE16_TO_CPU(p_ent->elem.hdr.echo)); in ecore_spq_completion()
1012 OSAL_LE16_TO_CPU(echo)); in ecore_spq_completion()
1018 OSAL_LE16_TO_CPU(echo), in ecore_spq_completion()
H A Decore_l2.c543 OSAL_LE16_TO_CPU(p_config->indirection_table[i]), in ecore_sp_vport_update_rss()
544 OSAL_LE16_TO_CPU(p_config->indirection_table[i + 1]), in ecore_sp_vport_update_rss()
545 OSAL_LE16_TO_CPU(p_config->indirection_table[i + 2]), in ecore_sp_vport_update_rss()
546 OSAL_LE16_TO_CPU(p_config->indirection_table[i + 3]), in ecore_sp_vport_update_rss()
547 OSAL_LE16_TO_CPU(p_config->indirection_table[i + 4]), in ecore_sp_vport_update_rss()
548 OSAL_LE16_TO_CPU(p_config->indirection_table[i + 5]), in ecore_sp_vport_update_rss()
549 OSAL_LE16_TO_CPU(p_config->indirection_table[i + 6]), in ecore_sp_vport_update_rss()
550 OSAL_LE16_TO_CPU(p_config->indirection_table[i + 7]), in ecore_sp_vport_update_rss()
551 OSAL_LE16_TO_CPU(p_config->indirection_table[i + 8]), in ecore_sp_vport_update_rss()
552 OSAL_LE16_TO_CPU(p_config->indirection_table[i + 9]), in ecore_sp_vport_update_rss()
[all …]
H A Decore_init_ops.c322 OSAL_LE16_TO_CPU(p_cmd->args.runtime.offset),
323 OSAL_LE16_TO_CPU(p_cmd->args.runtime.size),
447 u16 offset = OSAL_LE16_TO_CPU(p_cmd->modes_buf_offset);
H A Decore_hw.c574 OSAL_LE16_TO_CPU(p_command->opcode_b), in ecore_dmae_post_command()
575 OSAL_LE16_TO_CPU(p_command->length_dw), in ecore_dmae_post_command()
589 OSAL_LE16_TO_CPU(p_command->opcode_b), in ecore_dmae_post_command()
590 OSAL_LE16_TO_CPU(p_command->length_dw), in ecore_dmae_post_command()
H A Dbcm_osal.h424 #define OSAL_LE16_TO_CPU(val) rte_le_to_cpu_16(val) macro
H A Decore_int.c867 index = OSAL_LE16_TO_CPU(p_sb_desc->sb_attn->sb_index); in ecore_attn_update_idx()
1217 index = OSAL_LE16_TO_CPU(p_sb_attn->sb_index); in ecore_int_attentions()
1220 } while (index != OSAL_LE16_TO_CPU(p_sb_attn->sb_index)); in ecore_int_attentions()
H A Decore_sriov.c4453 return ecore_sriov_vfpf_msg(p_hwfn, OSAL_LE16_TO_CPU(echo), in ecore_sriov_eqe_event()