Symbol: to_be16
usr/src/uts/common/io/mlxcx/mlxcx_cmd.c
1199
in.mlxi_set_issi_current = to_be16(issi);
usr/src/uts/common/io/mlxcx/mlxcx_cmd.c
1664
in.mlxi_teardown_hca_profile = to_be16(MLXCX_TEARDOWN_HCA_GRACEFUL);
usr/src/uts/common/io/mlxcx/mlxcx_cmd.c
1693
in.mlxi_query_nic_vport_ctx_vport_number = to_be16(mlp->mlp_num);
usr/src/uts/common/io/mlxcx/mlxcx_cmd.c
1765
in.mlxi_access_register_register_id = to_be16(rid);
usr/src/uts/common/io/mlxcx/mlxcx_cmd.c
1888
data.mlrd_pmtu.mlrd_pmtu_admin_mtu = to_be16(mlp->mlp_mtu);
usr/src/uts/common/io/mlxcx/mlxcx_cmd.c
1907
data.mlrd_mlcr.mlrd_mlcr_beacon_duration = to_be16(sec);
usr/src/uts/common/io/mlxcx/mlxcx_cmd.c
2096
in.mlxi_modify_nic_vport_ctx_vport_number = to_be16(mlp->mlp_num);
usr/src/uts/common/io/mlxcx/mlxcx_cmd.c
2105
ctx->mlnvc_mtu = to_be16(mlp->mlp_mtu);
usr/src/uts/common/io/mlxcx/mlxcx_cmd.c
2315
ctx->mlcqc_cq_period = to_be16(mlcq->mlcq_cqemod_period_usec);
usr/src/uts/common/io/mlxcx/mlxcx_cmd.c
2316
ctx->mlcqc_cq_max_count = to_be16(mlcq->mlcq_cqemod_count);
usr/src/uts/common/io/mlxcx/mlxcx_cmd.c
2601
mlwq->mlwq_doorbell->mlwqd_recv_counter = to_be16(0);
usr/src/uts/common/io/mlxcx/mlxcx_cmd.c
2903
to_be16(mlft->mlft_port->mlp_num);
usr/src/uts/common/io/mlxcx/mlxcx_cmd.c
2944
to_be16(mlft->mlft_port->mlp_num);
usr/src/uts/common/io/mlxcx/mlxcx_cmd.c
2982
to_be16(mlft->mlft_port->mlp_num);
usr/src/uts/common/io/mlxcx/mlxcx_cmd.c
3025
to_be16(mlft->mlft_port->mlp_num);
usr/src/uts/common/io/mlxcx/mlxcx_cmd.c
3138
to_be16(mlft->mlft_port->mlp_num);
usr/src/uts/common/io/mlxcx/mlxcx_cmd.c
3197
to_be16(mlft->mlft_port->mlp_num);
usr/src/uts/common/io/mlxcx/mlxcx_cmd.c
3216
ctx->mlfec_action = to_be16(mlfe->mlfe_action);
usr/src/uts/common/io/mlxcx/mlxcx_cmd.c
3348
to_be16(mlft->mlft_port->mlp_num);
usr/src/uts/common/io/mlxcx/mlxcx_cmd.c
3410
ctx->mlsqc_tis_lst_sz = to_be16(1);
usr/src/uts/common/io/mlxcx/mlxcx_cmd.c
3486
mlwq->mlwq_doorbell->mlwqd_recv_counter = to_be16(0);
usr/src/uts/common/io/mlxcx/mlxcx_cmd.c
3622
ctx->mlrqtc_max_size = to_be16(mlrqt->mlrqt_max);
usr/src/uts/common/io/mlxcx/mlxcx_cmd.c
3623
ctx->mlrqtc_actual_size = to_be16(mlrqt->mlrqt_used);
usr/src/uts/common/io/mlxcx/mlxcx_cmd.c
3694
in.mlxi_config_int_mod_int_vector = to_be16(intr);
usr/src/uts/common/io/mlxcx/mlxcx_cmd.c
3695
in.mlxi_config_int_mod_min_delay = to_be16(min_delay);
usr/src/uts/common/io/mlxcx/mlxcx_cmd.c
44
#define MLXCX_FUNCTION_SELF (to_be16(0))
usr/src/uts/common/io/mlxcx/mlxcx_cmd.c
650
in->mci_opcode = to_be16(op);
usr/src/uts/common/io/mlxcx/mlxcx_cmd.c
651
in->mci_op_mod = to_be16(mod);
usr/src/uts/common/io/mlxcx/mlxcx_gld.c
446
data.mlrd_mcia.mlrd_mcia_device_addr = to_be16(offset);
usr/src/uts/common/io/mlxcx/mlxcx_gld.c
447
data.mlrd_mcia.mlrd_mcia_size = to_be16(take);
usr/src/uts/common/io/mlxcx/mlxcx_ring.c
1456
mlwq->mlwq_doorbell->mlwqd_send_counter = to_be16(mlwq->mlwq_pc);
usr/src/uts/common/io/mlxcx/mlxcx_ring.c
1516
ent0->mlsqe_control.mlcs_wqe_index = to_be16(start_pc);
usr/src/uts/common/io/mlxcx/mlxcx_ring.c
1572
ent0->mlsqe_control.mlcs_wqe_index = to_be16(b0->mlb_wqe_index);
usr/src/uts/common/io/mlxcx/mlxcx_ring.c
1791
mlwq->mlwq_doorbell->mlwqd_recv_counter = to_be16(mlwq->mlwq_pc);
usr/src/uts/common/io/mlxcx/mlxcx_sensor.c
39
data.mlrd_mtmp.mlrd_mtmp_sensor_index = to_be16(sensor->mlts_index);