Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/
H A Decore_spq.c92 OSAL_LE16_TO_CPU(p_eqe->echo), in ecore_iscsi_eq_dump()
95 OSAL_LE16_TO_CPU(p_eqe->data.iscsi_info.conn_id), in ecore_iscsi_eq_dump()
211 OSAL_LE16_TO_CPU(p_ent->elem.hdr.echo)); in ecore_spq_block()
425 u16 fw_cons_idx = OSAL_LE16_TO_CPU(*p_eq->p_fw_cons); in ecore_eq_completion()
451 OSAL_LE16_TO_CPU(p_eqe->echo),/* Echo value from in ecore_eq_completion()
1035 OSAL_LE16_TO_CPU(echo), in ecore_spq_completion()
1036 OSAL_LE16_TO_CPU(p_ent->elem.hdr.echo)); in ecore_spq_completion()
1047 OSAL_LE16_TO_CPU(echo)); in ecore_spq_completion()
1053 OSAL_LE16_TO_CPU(echo), in ecore_spq_completion()
H A Decore_l2.c565 OSAL_LE16_TO_CPU(p_config->indirection_table[i]), in ecore_sp_vport_update_rss()
566 OSAL_LE16_TO_CPU(p_config->indirection_table[i + 1]), in ecore_sp_vport_update_rss()
567 OSAL_LE16_TO_CPU(p_config->indirection_table[i + 2]), in ecore_sp_vport_update_rss()
568 OSAL_LE16_TO_CPU(p_config->indirection_table[i + 3]), in ecore_sp_vport_update_rss()
569 OSAL_LE16_TO_CPU(p_config->indirection_table[i + 4]), in ecore_sp_vport_update_rss()
570 OSAL_LE16_TO_CPU(p_config->indirection_table[i + 5]), in ecore_sp_vport_update_rss()
571 OSAL_LE16_TO_CPU(p_config->indirection_table[i + 6]), in ecore_sp_vport_update_rss()
572 OSAL_LE16_TO_CPU(p_config->indirection_table[i + 7]), in ecore_sp_vport_update_rss()
573 OSAL_LE16_TO_CPU(p_config->indirection_table[i + 8]), in ecore_sp_vport_update_rss()
574 OSAL_LE16_TO_CPU(p_config->indirection_table[i + 9]), in ecore_sp_vport_update_rss()
[all …]
H A Decore_init_ops.c350 OSAL_LE16_TO_CPU(p_cmd->args.runtime.offset),
351 OSAL_LE16_TO_CPU(p_cmd->args.runtime.size),
466 u16 offset = OSAL_LE16_TO_CPU(p_cmd->modes_buf_offset);
H A Decore_hw.c640 OSAL_LE16_TO_CPU(p_command->opcode_b), in ecore_dmae_post_command()
641 OSAL_LE16_TO_CPU(p_command->length_dw), in ecore_dmae_post_command()
654 OSAL_LE16_TO_CPU(p_command->opcode_b), in ecore_dmae_post_command()
655 OSAL_LE16_TO_CPU(p_command->length_dw), in ecore_dmae_post_command()
H A Dbcm_osal.h354 #define OSAL_LE16_TO_CPU(val) BSWAP_16(val) macro
363 #define OSAL_LE16_TO_CPU(val) ((val)) macro
H A Decore_int.c706 index = OSAL_LE16_TO_CPU(p_sb_desc->sb_attn->sb_index); in ecore_attn_update_idx()
1069 index = OSAL_LE16_TO_CPU(p_sb_attn->sb_index); in ecore_int_attentions()
1072 } while (index != OSAL_LE16_TO_CPU(p_sb_attn->sb_index)); in ecore_int_attentions()
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/documentation/
H A Dosal.txt386 - u16 OSAL_LE16_TO_CPU(u32 val)