Symbol: OSAL_CPU_TO_LE16
sys/dev/qlnx/qlnxe/ecore_hw.c
403
p_ptt->pxp.pretend.control = OSAL_CPU_TO_LE16(control);
sys/dev/qlnx/qlnxe/ecore_hw.c
404
p_ptt->pxp.pretend.fid.concrete_fid.fid = OSAL_CPU_TO_LE16(fid);
sys/dev/qlnx/qlnxe/ecore_hw.c
420
p_ptt->pxp.pretend.control = OSAL_CPU_TO_LE16(control);
sys/dev/qlnx/qlnxe/ecore_hw.c
437
p_ptt->pxp.pretend.control = OSAL_CPU_TO_LE16(control);
sys/dev/qlnx/qlnxe/ecore_hw.c
635
p_hwfn->dmae_info.p_dmae_cmd->opcode_b = OSAL_CPU_TO_LE16(opcode_b);
sys/dev/qlnx/qlnxe/ecore_hw.c
869
cmd->length_dw = OSAL_CPU_TO_LE16((u16)length_dw);
sys/dev/qlnx/qlnxe/ecore_iwarp.c
338
p_ramrod->dpi = OSAL_CPU_TO_LE16(qp->dpi);
sys/dev/qlnx/qlnxe/ecore_iwarp.c
341
p_ramrod->physical_q0 = OSAL_CPU_TO_LE16(physical_queue);
sys/dev/qlnx/qlnxe/ecore_iwarp.c
343
p_ramrod->physical_q1 = OSAL_CPU_TO_LE16(physical_queue);
sys/dev/qlnx/qlnxe/ecore_iwarp.c
792
OSAL_CPU_TO_LE16(sizeof(ep->ep_buffer_virt->in_pdata));
sys/dev/qlnx/qlnxe/ecore_iwarp.c
805
p_tcp_ramrod->iwarp.physical_q0 = OSAL_CPU_TO_LE16(physical_q);
sys/dev/qlnx/qlnxe/ecore_iwarp.c
807
p_tcp_ramrod->iwarp.physical_q1 = OSAL_CPU_TO_LE16(physical_q);
sys/dev/qlnx/qlnxe/ecore_iwarp.c
819
p_tcp_ramrod->tcp.vlan_id = OSAL_CPU_TO_LE16(ep->cm_info.vlan);
sys/dev/qlnx/qlnxe/ecore_iwarp.c
841
OSAL_CPU_TO_LE16(ep->cm_info.remote_port);
sys/dev/qlnx/qlnxe/ecore_iwarp.c
842
p_tcp_ramrod->tcp.local_port = OSAL_CPU_TO_LE16(ep->cm_info.local_port);
sys/dev/qlnx/qlnxe/ecore_iwarp.c
843
p_tcp_ramrod->tcp.mss = OSAL_CPU_TO_LE16(ep->mss);
sys/dev/qlnx/qlnxe/ecore_iwarp.c
860
OSAL_CPU_TO_LE16(ep->syn_ip_payload_length);
sys/dev/qlnx/qlnxe/ecore_iwarp.c
941
OSAL_CPU_TO_LE16(sizeof(ep->ep_buffer_virt->in_pdata));
sys/dev/qlnx/qlnxe/ecore_l2.c
1095
p_ramrod->rx_queue_id = OSAL_CPU_TO_LE16(p_cid->abs.queue_id);
sys/dev/qlnx/qlnxe/ecore_l2.c
1141
p_ramrod->rx_queue_id = OSAL_CPU_TO_LE16(p_cid->abs.queue_id);
sys/dev/qlnx/qlnxe/ecore_l2.c
1175
p_ramrod->rx_queue_id = OSAL_CPU_TO_LE16(p_cid->abs.queue_id);
sys/dev/qlnx/qlnxe/ecore_l2.c
1235
p_ramrod->sb_id = OSAL_CPU_TO_LE16(p_cid->sb_igu_id);
sys/dev/qlnx/qlnxe/ecore_l2.c
1239
p_ramrod->queue_zone_id = OSAL_CPU_TO_LE16(p_cid->abs.queue_id);
sys/dev/qlnx/qlnxe/ecore_l2.c
1240
p_ramrod->same_as_last_id = OSAL_CPU_TO_LE16(p_cid->abs.queue_id);
sys/dev/qlnx/qlnxe/ecore_l2.c
1242
p_ramrod->pbl_size = OSAL_CPU_TO_LE16(pbl_size);
sys/dev/qlnx/qlnxe/ecore_l2.c
1245
p_ramrod->qm_pq_id = OSAL_CPU_TO_LE16(pq_id);
sys/dev/qlnx/qlnxe/ecore_l2.c
1466
p_first_filter->vlan_id = OSAL_CPU_TO_LE16(p_filter_cmd->vlan);
sys/dev/qlnx/qlnxe/ecore_l2.c
2221
p_ramrod->pkt_hdr_length = OSAL_CPU_TO_LE16(p_params->length);
sys/dev/qlnx/qlnxe/ecore_l2.c
2225
p_ramrod->rx_qid = OSAL_CPU_TO_LE16(abs_rx_q_id);
sys/dev/qlnx/qlnxe/ecore_l2.c
2231
p_ramrod->vport_id = OSAL_CPU_TO_LE16 ((u16)abs_vport_id);
sys/dev/qlnx/qlnxe/ecore_l2.c
406
p_ramrod->mtu = OSAL_CPU_TO_LE16(p_params->mtu);
sys/dev/qlnx/qlnxe/ecore_l2.c
416
p_ramrod->rx_mode.state = OSAL_CPU_TO_LE16(rx_mode);
sys/dev/qlnx/qlnxe/ecore_l2.c
440
p_ramrod->tx_err_behav.values = OSAL_CPU_TO_LE16(tx_err);
sys/dev/qlnx/qlnxe/ecore_l2.c
548
p_config->capabilities = OSAL_CPU_TO_LE16(capabilities);
sys/dev/qlnx/qlnxe/ecore_l2.c
568
OSAL_CPU_TO_LE16(p_queue->abs.queue_id);
sys/dev/qlnx/qlnxe/ecore_l2.c
645
p_ramrod->rx_mode.state = OSAL_CPU_TO_LE16(state);
sys/dev/qlnx/qlnxe/ecore_l2.c
669
p_ramrod->tx_mode.state = OSAL_CPU_TO_LE16(state);
sys/dev/qlnx/qlnxe/ecore_l2.c
704
p_tpa->tpa_max_size = OSAL_CPU_TO_LE16(val);
sys/dev/qlnx/qlnxe/ecore_l2.c
706
p_tpa->tpa_min_size_to_start = OSAL_CPU_TO_LE16(val);
sys/dev/qlnx/qlnxe/ecore_l2.c
708
p_tpa->tpa_min_size_to_cont = OSAL_CPU_TO_LE16(val);
sys/dev/qlnx/qlnxe/ecore_l2.c
789
p_cmn->default_vlan = OSAL_CPU_TO_LE16(p_params->default_vlan);
sys/dev/qlnx/qlnxe/ecore_l2.c
955
p_ramrod->sb_id = OSAL_CPU_TO_LE16(p_cid->sb_igu_id);
sys/dev/qlnx/qlnxe/ecore_l2.c
959
p_ramrod->rx_queue_id = OSAL_CPU_TO_LE16(p_cid->abs.queue_id);
sys/dev/qlnx/qlnxe/ecore_l2.c
963
p_ramrod->bd_max_bytes = OSAL_CPU_TO_LE16(bd_max_bytes);
sys/dev/qlnx/qlnxe/ecore_l2.c
966
p_ramrod->num_of_pbl_pages = OSAL_CPU_TO_LE16(cqe_pbl_size);
sys/dev/qlnx/qlnxe/ecore_ll2.c
1564
rx_prod.bd_prod = OSAL_CPU_TO_LE16(bd_prod);
sys/dev/qlnx/qlnxe/ecore_ll2.c
1565
rx_prod.cqe_prod = OSAL_CPU_TO_LE16(cq_prod);
sys/dev/qlnx/qlnxe/ecore_ll2.c
1615
p_curb->buff_length = OSAL_CPU_TO_LE16(buf_len);
sys/dev/qlnx/qlnxe/ecore_ll2.c
1691
OSAL_CPU_TO_LE16(IWARP_LL2_IN_ORDER_TX_QUEUE);
sys/dev/qlnx/qlnxe/ecore_ll2.c
1693
start_bd->nw_vlan_or_lb_echo = OSAL_CPU_TO_LE16(pkt->vlan);
sys/dev/qlnx/qlnxe/ecore_ll2.c
1700
OSAL_CPU_TO_LE16(pkt->l4_hdr_offset_w));
sys/dev/qlnx/qlnxe/ecore_ll2.c
1712
start_bd->bd_data.as_bitfield = OSAL_CPU_TO_LE16(bd_data);
sys/dev/qlnx/qlnxe/ecore_ll2.c
1714
start_bd->nbytes = OSAL_CPU_TO_LE16(pkt->first_frag_len);
sys/dev/qlnx/qlnxe/ecore_ll2.c
1779
p_tx->db_msg.spq_prod = OSAL_CPU_TO_LE16(bd_prod);
sys/dev/qlnx/qlnxe/ecore_ll2.c
1877
p_bd->nbytes = OSAL_CPU_TO_LE16(nbytes);
sys/dev/qlnx/qlnxe/ecore_ll2.c
852
p_ramrod->sb_id = OSAL_CPU_TO_LE16(ecore_int_get_sp_sb_id(p_hwfn));
sys/dev/qlnx/qlnxe/ecore_ll2.c
856
p_ramrod->mtu = OSAL_CPU_TO_LE16(p_ll2_conn->input.mtu);
sys/dev/qlnx/qlnxe/ecore_ll2.c
860
p_ramrod->num_of_pbl_pages = OSAL_CPU_TO_LE16(cqe_pbl_size);
sys/dev/qlnx/qlnxe/ecore_ll2.c
924
p_ramrod->sb_id = OSAL_CPU_TO_LE16(ecore_int_get_sp_sb_id(p_hwfn));
sys/dev/qlnx/qlnxe/ecore_ll2.c
926
p_ramrod->mtu = OSAL_CPU_TO_LE16(p_ll2_conn->input.mtu);
sys/dev/qlnx/qlnxe/ecore_ll2.c
933
p_ramrod->pbl_size = OSAL_CPU_TO_LE16(pbl_size);
sys/dev/qlnx/qlnxe/ecore_ll2.c
947
p_ramrod->qm_pq_id = OSAL_CPU_TO_LE16(pq_id);
sys/dev/qlnx/qlnxe/ecore_rdma.c
1336
p_ramrod->dpi = OSAL_CPU_TO_LE16(params->dpi);
sys/dev/qlnx/qlnxe/ecore_rdma.c
1340
p_ramrod->pbl_num_pages = OSAL_CPU_TO_LE16(params->pbl_num_pages);
sys/dev/qlnx/qlnxe/ecore_rdma.c
1445
p_fw_mac[0] = OSAL_CPU_TO_LE16((p_ecore_mac[0] << 8) + p_ecore_mac[1]);
sys/dev/qlnx/qlnxe/ecore_rdma.c
1446
p_fw_mac[1] = OSAL_CPU_TO_LE16((p_ecore_mac[2] << 8) + p_ecore_mac[3]);
sys/dev/qlnx/qlnxe/ecore_rdma.c
1447
p_fw_mac[2] = OSAL_CPU_TO_LE16((p_ecore_mac[4] << 8) + p_ecore_mac[5]);
sys/dev/qlnx/qlnxe/ecore_rdma.c
1890
p_ramrod->pd = OSAL_CPU_TO_LE16(params->pd);
sys/dev/qlnx/qlnxe/ecore_rdma.c
2077
p_ramrod->srq_id.srq_idx = OSAL_CPU_TO_LE16(fw_srq_id);
sys/dev/qlnx/qlnxe/ecore_rdma.c
2079
p_ramrod->srq_id.opaque_fid = OSAL_CPU_TO_LE16(opaque_fid);
sys/dev/qlnx/qlnxe/ecore_rdma.c
2080
p_ramrod->wqe_limit = OSAL_CPU_TO_LE16(in_params->wqe_limit);
sys/dev/qlnx/qlnxe/ecore_rdma.c
2121
p_ramrod->srq_id.srq_idx = OSAL_CPU_TO_LE16(fw_srq_id);
sys/dev/qlnx/qlnxe/ecore_rdma.c
2122
p_ramrod->srq_id.opaque_fid = OSAL_CPU_TO_LE16(opaque_fid);
sys/dev/qlnx/qlnxe/ecore_rdma.c
2191
p_ramrod->pages_in_srq_pbl = OSAL_CPU_TO_LE16(in_params->num_pages);
sys/dev/qlnx/qlnxe/ecore_rdma.c
2192
p_ramrod->pd_id = OSAL_CPU_TO_LE16(in_params->pd_id);
sys/dev/qlnx/qlnxe/ecore_rdma.c
2193
p_ramrod->srq_id.opaque_fid = OSAL_CPU_TO_LE16(opaque_fid);
sys/dev/qlnx/qlnxe/ecore_rdma.c
2194
p_ramrod->page_size = OSAL_CPU_TO_LE16(in_params->page_size);
sys/dev/qlnx/qlnxe/ecore_rdma.c
2199
p_ramrod->srq_id.srq_idx = OSAL_CPU_TO_LE16(fw_srq_id);
sys/dev/qlnx/qlnxe/ecore_rdma.c
2209
p_ramrod->xrc_domain = OSAL_CPU_TO_LE16(in_params->xrcd_id);
sys/dev/qlnx/qlnxe/ecore_rdma.c
2307
p_ramrod->pbl_num_pages = OSAL_CPU_TO_LE16(in_params->pbl_num_pages);
sys/dev/qlnx/qlnxe/ecore_rdma.c
871
OSAL_CPU_TO_LE16(igu_sb_id);
sys/dev/qlnx/qlnxe/ecore_rdma.c
886
OSAL_CPU_TO_LE16(p_rdma_info->queue_zone_base + cnq_id);
sys/dev/qlnx/qlnxe/ecore_roce.c
482
p_ramrod->p_key = OSAL_CPU_TO_LE16(qp->pkey);
sys/dev/qlnx/qlnxe/ecore_roce.c
485
p_ramrod->mtu = OSAL_CPU_TO_LE16(qp->mtu);
sys/dev/qlnx/qlnxe/ecore_roce.c
487
p_ramrod->pd = OSAL_CPU_TO_LE16(qp->pd);
sys/dev/qlnx/qlnxe/ecore_roce.c
488
p_ramrod->rq_num_pages = OSAL_CPU_TO_LE16(qp->rq_num_pages);
sys/dev/qlnx/qlnxe/ecore_roce.c
499
p_ramrod->xrc_domain = OSAL_CPU_TO_LE16(qp->xrcd_id);
sys/dev/qlnx/qlnxe/ecore_roce.c
513
p_ramrod->regular_latency_phy_queue = OSAL_CPU_TO_LE16(regular_latency_queue);
sys/dev/qlnx/qlnxe/ecore_roce.c
514
p_ramrod->low_latency_phy_queue = OSAL_CPU_TO_LE16(low_latency_queue);
sys/dev/qlnx/qlnxe/ecore_roce.c
515
p_ramrod->dpi = OSAL_CPU_TO_LE16(qp->dpi);
sys/dev/qlnx/qlnxe/ecore_roce.c
521
p_ramrod->vlan_id = OSAL_CPU_TO_LE16(qp->vlan_id);
sys/dev/qlnx/qlnxe/ecore_roce.c
524
p_ramrod->srq_id.srq_idx = OSAL_CPU_TO_LE16(fw_srq_id);
sys/dev/qlnx/qlnxe/ecore_roce.c
525
p_ramrod->srq_id.opaque_fid = OSAL_CPU_TO_LE16(p_hwfn->hw_info.opaque_fid);
sys/dev/qlnx/qlnxe/ecore_roce.c
639
p_ramrod->p_key = OSAL_CPU_TO_LE16(qp->pkey);
sys/dev/qlnx/qlnxe/ecore_roce.c
643
p_ramrod->mtu = OSAL_CPU_TO_LE16(qp->mtu);
sys/dev/qlnx/qlnxe/ecore_roce.c
645
p_ramrod->pd = OSAL_CPU_TO_LE16(qp->pd);
sys/dev/qlnx/qlnxe/ecore_roce.c
646
p_ramrod->sq_num_pages = OSAL_CPU_TO_LE16(qp->sq_num_pages);
sys/dev/qlnx/qlnxe/ecore_roce.c
671
p_ramrod->regular_latency_phy_queue = OSAL_CPU_TO_LE16(regular_latency_queue);
sys/dev/qlnx/qlnxe/ecore_roce.c
672
p_ramrod->low_latency_phy_queue = OSAL_CPU_TO_LE16(low_latency_queue);
sys/dev/qlnx/qlnxe/ecore_roce.c
673
p_ramrod->dpi = OSAL_CPU_TO_LE16(qp->dpi);
sys/dev/qlnx/qlnxe/ecore_roce.c
679
p_ramrod->vlan_id = OSAL_CPU_TO_LE16(qp->vlan_id);
sys/dev/qlnx/qlnxe/ecore_roce.c
804
p_ramrod->p_key = OSAL_CPU_TO_LE16(qp->pkey);
sys/dev/qlnx/qlnxe/ecore_roce.c
806
p_ramrod->mtu = OSAL_CPU_TO_LE16(qp->mtu);
sys/dev/qlnx/qlnxe/ecore_roce.c
910
p_ramrod->p_key = OSAL_CPU_TO_LE16(qp->pkey);
sys/dev/qlnx/qlnxe/ecore_roce.c
913
p_ramrod->mtu = OSAL_CPU_TO_LE16(qp->mtu);
sys/dev/qlnx/qlnxe/ecore_sp_commands.c
208
*p_port = OSAL_CPU_TO_LE16(p_udp_port->port);
sys/dev/qlnx/qlnxe/ecore_sp_commands.c
355
p_ramrod->event_ring_sb_id = OSAL_CPU_TO_LE16(sb);
sys/dev/qlnx/qlnxe/ecore_sp_commands.c
361
p_ramrod->log_type_mask = OSAL_CPU_TO_LE16(0x8f);
sys/dev/qlnx/qlnxe/ecore_sp_commands.c
369
OSAL_CPU_TO_LE16(p_hwfn->hw_info.ovlan);
sys/dev/qlnx/qlnxe/ecore_sp_commands.c
560
rl_update->rl_max_rate = OSAL_CPU_TO_LE16(ecore_sp_rl_mb_to_qm(params->rl_max_rate));
sys/dev/qlnx/qlnxe/ecore_sp_commands.c
561
rl_update->rl_r_ai = OSAL_CPU_TO_LE16(ecore_sp_rl_mb_to_qm(params->rl_r_ai));
sys/dev/qlnx/qlnxe/ecore_sp_commands.c
562
rl_update->rl_r_hai = OSAL_CPU_TO_LE16(ecore_sp_rl_mb_to_qm(params->rl_r_hai));
sys/dev/qlnx/qlnxe/ecore_sp_commands.c
563
rl_update->dcqcn_g = OSAL_CPU_TO_LE16(ecore_sp_rl_gd_denom(params->dcqcn_gd));
sys/dev/qlnx/qlnxe/ecore_sp_commands.c
691
p_ent->ramrod.pf_update.mf_vlan = OSAL_CPU_TO_LE16(p_hwfn->hw_info.ovlan);
sys/dev/qlnx/qlnxe/ecore_spq.c
305
p_cxt->xstorm_ag_context.physical_q0 = OSAL_CPU_TO_LE16(physical_q);
sys/dev/qlnx/qlnxe/ecore_spq.c
325
p_ent->elem.hdr.echo = OSAL_CPU_TO_LE16(echo);
sys/dev/qlnx/qlnxe/ecore_spq.c
335
OSAL_CPU_TO_LE16(ecore_chain_get_prod_idx(p_chain));
sys/dev/qlnx/qlnxe/ecore_sriov.c
128
p_ramrod->opaque_fid = OSAL_CPU_TO_LE16(p_vf->opaque_fid);