Symbol: OSAL_LE16_TO_CPU
sys/dev/qlnx/qlnxe/ecore_hw.c
662
OSAL_LE16_TO_CPU(p_command->opcode_b),
sys/dev/qlnx/qlnxe/ecore_hw.c
663
OSAL_LE16_TO_CPU(p_command->length_dw),
sys/dev/qlnx/qlnxe/ecore_hw.c
676
OSAL_LE16_TO_CPU(p_command->opcode_b),
sys/dev/qlnx/qlnxe/ecore_hw.c
677
OSAL_LE16_TO_CPU(p_command->length_dw),
sys/dev/qlnx/qlnxe/ecore_init_ops.c
361
OSAL_LE16_TO_CPU(p_cmd->args.runtime.offset),
sys/dev/qlnx/qlnxe/ecore_init_ops.c
362
OSAL_LE16_TO_CPU(p_cmd->args.runtime.size),
sys/dev/qlnx/qlnxe/ecore_init_ops.c
489
u16 offset = OSAL_LE16_TO_CPU(p_cmd->modes_buf_offset);
sys/dev/qlnx/qlnxe/ecore_int.c
1169
index = OSAL_LE16_TO_CPU(p_sb_attn->sb_index);
sys/dev/qlnx/qlnxe/ecore_int.c
1172
} while (index != OSAL_LE16_TO_CPU(p_sb_attn->sb_index));
sys/dev/qlnx/qlnxe/ecore_int.c
808
index = OSAL_LE16_TO_CPU(p_sb_desc->sb_attn->sb_index);
sys/dev/qlnx/qlnxe/ecore_iwarp.c
2482
OSAL_LE16_TO_CPU(curr_pkt->first_mpa_offset);
sys/dev/qlnx/qlnxe/ecore_l2.c
577
OSAL_LE16_TO_CPU(p_config->indirection_table[i]),
sys/dev/qlnx/qlnxe/ecore_l2.c
578
OSAL_LE16_TO_CPU(p_config->indirection_table[i + 1]),
sys/dev/qlnx/qlnxe/ecore_l2.c
579
OSAL_LE16_TO_CPU(p_config->indirection_table[i + 2]),
sys/dev/qlnx/qlnxe/ecore_l2.c
580
OSAL_LE16_TO_CPU(p_config->indirection_table[i + 3]),
sys/dev/qlnx/qlnxe/ecore_l2.c
581
OSAL_LE16_TO_CPU(p_config->indirection_table[i + 4]),
sys/dev/qlnx/qlnxe/ecore_l2.c
582
OSAL_LE16_TO_CPU(p_config->indirection_table[i + 5]),
sys/dev/qlnx/qlnxe/ecore_l2.c
583
OSAL_LE16_TO_CPU(p_config->indirection_table[i + 6]),
sys/dev/qlnx/qlnxe/ecore_l2.c
584
OSAL_LE16_TO_CPU(p_config->indirection_table[i + 7]),
sys/dev/qlnx/qlnxe/ecore_l2.c
585
OSAL_LE16_TO_CPU(p_config->indirection_table[i + 8]),
sys/dev/qlnx/qlnxe/ecore_l2.c
586
OSAL_LE16_TO_CPU(p_config->indirection_table[i + 9]),
sys/dev/qlnx/qlnxe/ecore_l2.c
587
OSAL_LE16_TO_CPU(p_config->indirection_table[i + 10]),
sys/dev/qlnx/qlnxe/ecore_l2.c
588
OSAL_LE16_TO_CPU(p_config->indirection_table[i + 11]),
sys/dev/qlnx/qlnxe/ecore_l2.c
589
OSAL_LE16_TO_CPU(p_config->indirection_table[i + 12]),
sys/dev/qlnx/qlnxe/ecore_l2.c
590
OSAL_LE16_TO_CPU(p_config->indirection_table[i + 13]),
sys/dev/qlnx/qlnxe/ecore_l2.c
591
OSAL_LE16_TO_CPU(p_config->indirection_table[i + 14]),
sys/dev/qlnx/qlnxe/ecore_l2.c
592
OSAL_LE16_TO_CPU(p_config->indirection_table[i + 15]));
sys/dev/qlnx/qlnxe/ecore_ll2.c
231
new_idx = OSAL_LE16_TO_CPU(*p_tx->p_fw_cons);
sys/dev/qlnx/qlnxe/ecore_ll2.c
292
OSAL_LE16_TO_CPU(p_cqe->rx_cqe_gsi.parse_flags.flags);
sys/dev/qlnx/qlnxe/ecore_ll2.c
294
OSAL_LE16_TO_CPU(p_cqe->rx_cqe_gsi.data_length);
sys/dev/qlnx/qlnxe/ecore_ll2.c
296
OSAL_LE16_TO_CPU(p_cqe->rx_cqe_gsi.vlan);
sys/dev/qlnx/qlnxe/ecore_ll2.c
300
OSAL_LE16_TO_CPU(p_cqe->rx_cqe_gsi.src_mac_addrlo);
sys/dev/qlnx/qlnxe/ecore_ll2.c
303
data->qp_id = OSAL_LE16_TO_CPU(p_cqe->rx_cqe_gsi.qp_id);
sys/dev/qlnx/qlnxe/ecore_ll2.c
312
OSAL_LE16_TO_CPU(p_cqe->rx_cqe_fp.parse_flags.flags);
sys/dev/qlnx/qlnxe/ecore_ll2.c
314
OSAL_LE16_TO_CPU(p_cqe->rx_cqe_fp.err_flags.flags);
sys/dev/qlnx/qlnxe/ecore_ll2.c
316
OSAL_LE16_TO_CPU(p_cqe->rx_cqe_fp.packet_length);
sys/dev/qlnx/qlnxe/ecore_ll2.c
318
OSAL_LE16_TO_CPU(p_cqe->rx_cqe_fp.vlan);
sys/dev/qlnx/qlnxe/ecore_ll2.c
430
cq_new_idx = OSAL_LE16_TO_CPU(*p_rx->p_fw_cons);
sys/dev/qlnx/qlnxe/ecore_ll2.c
551
cq_new_idx = OSAL_LE16_TO_CPU(*p_rx->p_fw_cons);
sys/dev/qlnx/qlnxe/ecore_ll2.c
577
parse_flags = OSAL_LE16_TO_CPU(p_cqe_fp->parse_flags.flags);
sys/dev/qlnx/qlnxe/ecore_ll2.c
578
packet_length = OSAL_LE16_TO_CPU(p_cqe_fp->packet_length);
sys/dev/qlnx/qlnxe/ecore_ll2.c
579
vlan = OSAL_LE16_TO_CPU(p_cqe_fp->vlan);
sys/dev/qlnx/qlnxe/ecore_ll2.c
773
new_idx = OSAL_LE16_TO_CPU(*p_tx->p_fw_cons);
sys/dev/qlnx/qlnxe/ecore_rdma.c
1418
OSAL_LE16_TO_CPU(p_ramrod_res->cnq_num);
sys/dev/qlnx/qlnxe/ecore_rdma.c
2490
OSAL_LE16_TO_CPU(info->roce.event_stats.silent_drops);
sys/dev/qlnx/qlnxe/ecore_rdma.c
2492
OSAL_LE16_TO_CPU(info->roce.event_stats.rnr_naks_sent);
sys/dev/qlnx/qlnxe/ecore_spq.c
1069
OSAL_LE16_TO_CPU(echo),
sys/dev/qlnx/qlnxe/ecore_spq.c
1070
OSAL_LE16_TO_CPU(p_ent->elem.hdr.echo));
sys/dev/qlnx/qlnxe/ecore_spq.c
1081
OSAL_LE16_TO_CPU(echo));
sys/dev/qlnx/qlnxe/ecore_spq.c
1087
OSAL_LE16_TO_CPU(echo),
sys/dev/qlnx/qlnxe/ecore_spq.c
222
OSAL_LE16_TO_CPU(p_ent->elem.hdr.echo));
sys/dev/qlnx/qlnxe/ecore_spq.c
427
u16 fw_cons_idx = OSAL_LE16_TO_CPU(*p_eq->p_fw_cons);
sys/dev/qlnx/qlnxe/ecore_spq.c
453
OSAL_LE16_TO_CPU(p_eqe->echo),/* Echo value from
sys/dev/qlnx/qlnxe/ecore_spq.c
93
OSAL_LE16_TO_CPU(p_eqe->echo),
sys/dev/qlnx/qlnxe/ecore_spq.c
95
OSAL_LE16_TO_CPU(p_eqe->data.iscsi_info.icid),
sys/dev/qlnx/qlnxe/ecore_spq.c
96
OSAL_LE16_TO_CPU(p_eqe->data.iscsi_info.conn_id),
sys/dev/qlnx/qlnxe/ecore_sriov.c
4352
return ecore_sriov_vfpf_msg(p_hwfn, OSAL_LE16_TO_CPU(echo),