Lines Matching refs:cpu_to_le16
31 cmd->hdr.command = cpu_to_le16(CMD_MESH_ACCESS); in lbs_mesh_access()
32 cmd->hdr.size = cpu_to_le16(sizeof(*cmd)); in lbs_mesh_access()
35 cmd->action = cpu_to_le16(cmd_action); in lbs_mesh_access()
60 cmd->hdr.command = cpu_to_le16(command); in __lbs_mesh_config_send()
61 cmd->hdr.size = cpu_to_le16(sizeof(struct cmd_ds_mesh_config)); in __lbs_mesh_config_send()
64 cmd->type = cpu_to_le16(type); in __lbs_mesh_config_send()
65 cmd->action = cpu_to_le16(action); in __lbs_mesh_config_send()
98 cmd.channel = cpu_to_le16(chan); in lbs_mesh_config()
117 cmd.length = cpu_to_le16(sizeof(struct mrvl_meshie_val)); in lbs_mesh_config()
390 cmd.length = cpu_to_le16(sizeof(uint32_t)); in bootflag_set()
449 cmd.length = cpu_to_le16(sizeof(uint8_t)); in boottime_set()
498 *((__le16 *)&cmd.data[0]) = cpu_to_le16(datum); in channel_set()
499 cmd.length = cpu_to_le16(sizeof(uint16_t)); in channel_set()
563 cmd.length = cpu_to_le16(sizeof(struct mrvl_meshie)); in mesh_id_set()
628 cmd.length = cpu_to_le16(sizeof(struct mrvl_meshie)); in protocol_id_set()
689 cmd.length = cpu_to_le16(sizeof(struct mrvl_meshie)); in metric_id_set()
750 cmd.length = cpu_to_le16(sizeof(struct mrvl_meshie)); in capability_set()