Home
last modified time | relevance | path

Searched defs:msg (Results 1 – 25 of 2595) sorted by relevance

12345678910>>...104

/openbmc/linux/include/uapi/linux/
H A Dcec-funcs.h14 static inline void cec_msg_active_source(struct cec_msg *msg, __u16 phys_addr) in cec_msg_active_source()
23 static inline void cec_ops_active_source(const struct cec_msg *msg, in cec_ops_active_source()
29 static inline void cec_msg_image_view_on(struct cec_msg *msg) in cec_msg_image_view_on()
35 static inline void cec_msg_text_view_on(struct cec_msg *msg) in cec_msg_text_view_on()
43 static inline void cec_msg_inactive_source(struct cec_msg *msg, in cec_msg_inactive_source()
52 static inline void cec_ops_inactive_source(const struct cec_msg *msg, in cec_ops_inactive_source()
58 static inline void cec_msg_request_active_source(struct cec_msg *msg, in cec_msg_request_active_source()
67 static inline void cec_msg_routing_information(struct cec_msg *msg, in cec_msg_routing_information()
77 static inline void cec_ops_routing_information(const struct cec_msg *msg, in cec_ops_routing_information()
83 static inline void cec_msg_routing_change(struct cec_msg *msg, in cec_msg_routing_change()
[all …]
/openbmc/libpldm/src/dsp/
H A Dbase.c15 pack_pldm_header_errno(const struct pldm_header_info * hdr,struct pldm_msg_hdr * msg) pack_pldm_header_errno() argument
52 unpack_pldm_header_errno(const struct pldm_msg_hdr * msg,struct pldm_header_info * hdr) unpack_pldm_header_errno() argument
75 pack_pldm_header(const struct pldm_header_info * hdr,struct pldm_msg_hdr * msg) pack_pldm_header() argument
96 unpack_pldm_header(const struct pldm_msg_hdr * msg,struct pldm_header_info * hdr) unpack_pldm_header() argument
127 encode_get_types_req(uint8_t instance_id,struct pldm_msg * msg) encode_get_types_req() argument
143 encode_get_commands_req(uint8_t instance_id,uint8_t type,ver32_t version,struct pldm_msg * msg) encode_get_commands_req() argument
170 encode_get_types_resp(uint8_t instance_id,uint8_t completion_code,const bitfield8_t * types,struct pldm_msg * msg) encode_get_types_resp() argument
200 decode_get_commands_req(const struct pldm_msg * msg,size_t payload_length,uint8_t * type,ver32_t * version) decode_get_commands_req() argument
220 encode_get_commands_resp(uint8_t instance_id,uint8_t completion_code,const bitfield8_t * commands,struct pldm_msg * msg) encode_get_commands_resp() argument
250 decode_get_types_resp(const struct pldm_msg * msg,size_t payload_length,uint8_t * completion_code,bitfield8_t * types) decode_get_types_resp() argument
275 decode_get_commands_resp(const struct pldm_msg * msg,size_t payload_length,uint8_t * completion_code,bitfield8_t * commands) decode_get_commands_resp() argument
303 encode_get_version_req(uint8_t instance_id,uint32_t transfer_handle,uint8_t transfer_opflag,uint8_t type,struct pldm_msg * msg) encode_get_version_req() argument
334 encode_get_version_resp(uint8_t instance_id,uint8_t completion_code,uint32_t next_transfer_handle,uint8_t transfer_flag,const ver32_t * version_data,size_t version_size,struct pldm_msg * msg) encode_get_version_resp() argument
364 decode_get_version_req(const struct pldm_msg * msg,size_t payload_length,uint32_t * transfer_handle,uint8_t * transfer_opflag,uint8_t * type) decode_get_version_req() argument
381 decode_get_version_resp(const struct pldm_msg * msg,size_t payload_length,uint8_t * completion_code,uint32_t * next_transfer_handle,uint8_t * transfer_flag,ver32_t * version) decode_get_version_resp() argument
411 encode_get_tid_req(uint8_t instance_id,struct pldm_msg * msg) encode_get_tid_req() argument
427 encode_get_tid_resp(uint8_t instance_id,uint8_t completion_code,uint8_t tid,struct pldm_msg * msg) encode_get_tid_resp() argument
452 decode_get_tid_resp(const struct pldm_msg * msg,size_t payload_length,uint8_t * completion_code,uint8_t * tid) decode_get_tid_resp() argument
477 encode_set_tid_req(uint8_t instance_id,uint8_t tid,struct pldm_msg * msg) encode_set_tid_req() argument
505 decode_multipart_receive_req(const struct pldm_msg * msg,size_t payload_length,uint8_t * pldm_type,uint8_t * transfer_opflag,uint32_t * transfer_ctx,uint32_t * transfer_handle,uint32_t * section_offset,uint32_t * section_length) decode_multipart_receive_req() argument
560 encode_cc_only_resp(uint8_t instance_id,uint8_t type,uint8_t command,uint8_t cc,struct pldm_msg * msg) encode_cc_only_resp() argument
584 encode_pldm_header_only_errno(uint8_t msg_type,uint8_t instance_id,uint8_t pldm_type,uint8_t command,struct pldm_msg * msg) encode_pldm_header_only_errno() argument
601 encode_pldm_header_only(uint8_t msg_type,uint8_t instance_id,uint8_t pldm_type,uint8_t command,struct pldm_msg * msg) encode_pldm_header_only() argument
[all...]
H A Dbios.c10 int encode_get_date_time_req(uint8_t instance_id, struct pldm_msg *msg) in encode_get_date_time_req()
28 struct pldm_msg *msg) in encode_get_date_time_resp()
61 int decode_get_date_time_resp(const struct pldm_msg *msg, size_t payload_length, in decode_get_date_time_resp()
97 uint8_t month, uint16_t year, struct pldm_msg *msg, in encode_set_date_time_req()
135 int decode_set_date_time_req(const struct pldm_msg *msg, size_t payload_length, in decode_set_date_time_req()
166 struct pldm_msg *msg, size_t payload_length) in encode_set_date_time_resp()
194 int decode_set_date_time_resp(const struct pldm_msg *msg, size_t payload_length, in decode_set_date_time_resp()
217 size_t payload_length, struct pldm_msg *msg) in encode_get_bios_table_resp()
255 struct pldm_msg *msg) in encode_get_bios_table_req()
282 int decode_get_bios_table_req(const struct pldm_msg *msg, size_t payload_length, in decode_get_bios_table_req()
[all …]
H A Dfirmware_update.c751 encode_query_device_identifiers_req(uint8_t instance_id,size_t payload_length,struct pldm_msg * msg) encode_query_device_identifiers_req() argument
766 decode_query_device_identifiers_resp(const struct pldm_msg * msg,size_t payload_length,uint8_t * completion_code,uint32_t * device_identifiers_len,uint8_t * descriptor_count,uint8_t ** descriptor_data) decode_query_device_identifiers_resp() argument
816 encode_query_device_identifiers_resp(uint8_t instance_id,uint8_t descriptor_count,const struct pldm_descriptor * descriptors,struct pldm_msg * msg,size_t * payload_length) encode_query_device_identifiers_resp() argument
876 encode_get_firmware_parameters_req(uint8_t instance_id,size_t payload_length,struct pldm_msg * msg) encode_get_firmware_parameters_req() argument
892 decode_get_firmware_parameters_resp(const struct pldm_msg * msg,size_t payload_length,struct pldm_get_firmware_parameters_resp * resp_data,struct variable_field * active_comp_image_set_ver_str,struct variable_field * pending_comp_image_set_ver_str,struct variable_field * comp_parameter_table) decode_get_firmware_parameters_resp() argument
993 encode_get_firmware_parameters_resp(uint8_t instance_id,const struct pldm_get_firmware_parameters_resp_full * resp_data,struct pldm_msg * msg,size_t * payload_length) encode_get_firmware_parameters_resp() argument
1186 encode_query_downstream_devices_req(uint8_t instance_id,struct pldm_msg * msg) encode_query_downstream_devices_req() argument
1200 decode_query_downstream_devices_resp(const struct pldm_msg * msg,size_t payload_length,struct pldm_query_downstream_devices_resp * resp_data) decode_query_downstream_devices_resp() argument
1252 encode_query_downstream_identifiers_req(uint8_t instance_id,const struct pldm_query_downstream_identifiers_req * params_req,struct pldm_msg * msg,size_t payload_length) encode_query_downstream_identifiers_req() argument
1294 decode_query_downstream_identifiers_resp(const struct pldm_msg * msg,size_t payload_length,struct pldm_query_downstream_identifiers_resp * resp_data,struct pldm_downstream_device_iter * iter) decode_query_downstream_identifiers_resp() argument
1385 encode_get_downstream_firmware_parameters_req(uint8_t instance_id,const struct pldm_get_downstream_firmware_parameters_req * params_req,struct pldm_msg * msg,size_t payload_length) encode_get_downstream_firmware_parameters_req() argument
1427 decode_get_downstream_firmware_parameters_resp(const struct pldm_msg * msg,size_t payload_length,struct pldm_get_downstream_firmware_parameters_resp * resp_data,struct pldm_downstream_device_parameters_iter * iter) decode_get_downstream_firmware_parameters_resp() argument
1577 encode_request_update_req(uint8_t instance_id,uint32_t max_transfer_size,uint16_t num_of_comp,uint8_t max_outstanding_transfer_req,uint16_t pkg_data_len,uint8_t comp_image_set_ver_str_type,uint8_t comp_image_set_ver_str_len,const struct variable_field * comp_img_set_ver_str,struct pldm_msg * msg,size_t payload_length) encode_request_update_req() argument
1630 decode_request_update_req(const struct pldm_msg * msg,size_t payload_length,struct pldm_request_update_req_full * req) decode_request_update_req() argument
1675 decode_request_update_resp(const struct pldm_msg * msg,size_t payload_length,uint8_t * completion_code,uint16_t * fd_meta_data_len,uint8_t * fd_will_send_pkg_data) decode_request_update_resp() argument
1707 encode_request_update_resp(uint8_t instance_id,const struct pldm_request_update_resp * resp_data,struct pldm_msg * msg,size_t * payload_length) encode_request_update_resp() argument
1751 encode_pass_component_table_req(uint8_t instance_id,uint8_t transfer_flag,uint16_t comp_classification,uint16_t comp_identifier,uint8_t comp_classification_index,uint32_t comp_comparison_stamp,uint8_t comp_ver_str_type,uint8_t comp_ver_str_len,const struct variable_field * comp_ver_str,struct pldm_msg * msg,size_t payload_length) encode_pass_component_table_req() argument
1804 decode_pass_component_table_req(const struct pldm_msg * msg,size_t payload_length,struct pldm_pass_component_table_req_full * pcomp) decode_pass_component_table_req() argument
1849 decode_pass_component_table_resp(const struct pldm_msg * msg,const size_t payload_length,uint8_t * completion_code,uint8_t * comp_resp,uint8_t * comp_resp_code) decode_pass_component_table_resp() argument
1890 encode_pass_component_table_resp(uint8_t instance_id,const struct pldm_pass_component_table_resp * resp_data,struct pldm_msg * msg,size_t * payload_length) encode_pass_component_table_resp() argument
1925 encode_update_component_req(uint8_t instance_id,uint16_t comp_classification,uint16_t comp_identifier,uint8_t comp_classification_index,uint32_t comp_comparison_stamp,uint32_t comp_image_size,bitfield32_t update_option_flags,uint8_t comp_ver_str_type,uint8_t comp_ver_str_len,const struct variable_field * comp_ver_str,struct pldm_msg * msg,size_t payload_length) encode_update_component_req() argument
1978 decode_update_component_req(const struct pldm_msg * msg,size_t payload_length,struct pldm_update_component_req_full * up) decode_update_component_req() argument
2029 decode_update_component_resp(const struct pldm_msg * msg,size_t payload_length,uint8_t * completion_code,uint8_t * comp_compatibility_resp,uint8_t * comp_compatibility_resp_code,bitfield32_t * update_option_flags_enabled,uint16_t * time_before_req_fw_data) decode_update_component_resp() argument
2079 encode_update_component_resp(uint8_t instance_id,const struct pldm_update_component_resp * resp_data,struct pldm_msg * msg,size_t * payload_length) encode_update_component_resp() argument
2110 decode_request_firmware_data_req(const struct pldm_msg * msg,size_t payload_length,uint32_t * offset,uint32_t * length) decode_request_firmware_data_req() argument
2136 encode_request_firmware_data_req(uint8_t instance_id,const struct pldm_request_firmware_data_req * req_params,struct pldm_msg * msg,size_t * payload_length) encode_request_firmware_data_req() argument
2166 encode_request_firmware_data_resp(uint8_t instance_id,uint8_t completion_code,struct pldm_msg * msg,size_t payload_length) encode_request_firmware_data_resp() argument
2189 decode_transfer_complete_req(const struct pldm_msg * msg,size_t payload_length,uint8_t * transfer_result) decode_transfer_complete_req() argument
2207 encode_transfer_complete_req(uint8_t instance_id,uint8_t transfer_result,struct pldm_msg * msg,size_t * payload_length) encode_transfer_complete_req() argument
2238 encode_transfer_complete_resp(uint8_t instance_id,uint8_t completion_code,struct pldm_msg * msg,size_t payload_length) encode_transfer_complete_resp() argument
2264 decode_verify_complete_req(const struct pldm_msg * msg,size_t payload_length,uint8_t * verify_result) decode_verify_complete_req() argument
2281 encode_verify_complete_req(uint8_t instance_id,uint8_t verify_result,struct pldm_msg * msg,size_t * payload_length) encode_verify_complete_req() argument
2312 encode_verify_complete_resp(uint8_t instance_id,uint8_t completion_code,struct pldm_msg * msg,size_t payload_length) encode_verify_complete_resp() argument
2338 decode_apply_complete_req(const struct pldm_msg * msg,size_t payload_length,uint8_t * apply_result,bitfield16_t * comp_activation_methods_modification) decode_apply_complete_req() argument
2369 encode_apply_complete_req(uint8_t instance_id,const struct pldm_apply_complete_req * req_data,struct pldm_msg * msg,size_t * payload_length) encode_apply_complete_req() argument
2399 encode_apply_complete_resp(uint8_t instance_id,uint8_t completion_code,struct pldm_msg * msg,size_t payload_length) encode_apply_complete_resp() argument
2425 decode_activate_firmware_req(const struct pldm_msg * msg,size_t payload_length,bool * self_contained) decode_activate_firmware_req() argument
2456 encode_activate_firmware_req(uint8_t instance_id,bool8_t self_contained_activation_req,struct pldm_msg * msg,size_t payload_length) encode_activate_firmware_req() argument
2490 decode_activate_firmware_resp(const struct pldm_msg * msg,size_t payload_length,uint8_t * completion_code,uint16_t * estimated_time_activation) decode_activate_firmware_resp() argument
2522 encode_activate_firmware_resp(uint8_t instance_id,const struct pldm_activate_firmware_resp * resp_data,struct pldm_msg * msg,size_t * payload_length) encode_activate_firmware_resp() argument
2550 encode_get_status_req(uint8_t instance_id,struct pldm_msg * msg,size_t payload_length) encode_get_status_req() argument
2575 decode_get_status_resp(const struct pldm_msg * msg,size_t payload_length,uint8_t * completion_code,uint8_t * current_state,uint8_t * previous_state,uint8_t * aux_state,uint8_t * aux_state_status,uint8_t * progress_percent,uint8_t * reason_code,bitfield32_t * update_option_flags_enabled) decode_get_status_resp() argument
2644 encode_get_status_resp(uint8_t instance_id,const struct pldm_get_status_resp * status,struct pldm_msg * msg,size_t * payload_length) encode_get_status_resp() argument
2683 encode_cancel_update_component_req(uint8_t instance_id,struct pldm_msg * msg,size_t payload_length) encode_cancel_update_component_req() argument
2708 decode_cancel_update_component_resp(const struct pldm_msg * msg,size_t payload_length,uint8_t * completion_code) decode_cancel_update_component_resp() argument
2725 encode_cancel_update_req(uint8_t instance_id,struct pldm_msg * msg,size_t payload_length) encode_cancel_update_req() argument
2750 decode_cancel_update_resp(const struct pldm_msg * msg,size_t payload_length,uint8_t * completion_code,bool8_t * non_functioning_component_indication,bitfield64_t * non_functioning_component_bitmap) decode_cancel_update_resp() argument
2791 encode_cancel_update_resp(uint8_t instance_id,const struct pldm_cancel_update_resp * resp_data,struct pldm_msg * msg,size_t * payload_length) encode_cancel_update_resp() argument
[all...]
/openbmc/libpldm/src/oem/ibm/
H A Dfile_io.c9 int decode_rw_file_memory_req(const struct pldm_msg *msg, size_t payload_length, in decode_rw_file_memory_req()
36 struct pldm_msg *msg) in encode_rw_file_memory_resp()
66 struct pldm_msg *msg) in encode_rw_file_memory_req()
92 int decode_rw_file_memory_resp(const struct pldm_msg *msg, in decode_rw_file_memory_resp()
115 int decode_get_file_table_req(const struct pldm_msg *msg, size_t payload_length, in decode_get_file_table_req()
142 size_t table_size, struct pldm_msg *msg) in encode_get_file_table_resp()
175 struct pldm_msg *msg) in encode_get_file_table_req()
201 int decode_get_file_table_resp(const struct pldm_msg *msg, in decode_get_file_table_resp()
239 int decode_read_file_req(const struct pldm_msg *msg, size_t payload_length, in decode_read_file_req()
264 uint32_t offset, uint32_t length, struct pldm_msg *msg) in encode_read_file_req()
[all …]
/openbmc/linux/drivers/gpu/drm/msm/adreno/
H A Da6xx_hfi.c194 struct a6xx_hfi_msg_gmu_init_cmd msg = { 0 }; in a6xx_hfi_send_gmu_init() local
206 struct a6xx_hfi_msg_fw_version msg = { 0 }; in a6xx_hfi_get_fw_version() local
217 struct a6xx_hfi_msg_perf_table_v1 msg = { 0 }; in a6xx_hfi_send_perf_table_v1() local
239 struct a6xx_hfi_msg_perf_table msg = { 0 }; in a6xx_hfi_send_perf_table() local
260 static void a618_build_bw_table(struct a6xx_hfi_msg_bw_table *msg) in a618_build_bw_table()
288 static void a619_build_bw_table(struct a6xx_hfi_msg_bw_table *msg) in a619_build_bw_table()
347 static void a640_build_bw_table(struct a6xx_hfi_msg_bw_table *msg) in a640_build_bw_table()
386 static void a650_build_bw_table(struct a6xx_hfi_msg_bw_table *msg) in a650_build_bw_table()
417 static void a690_build_bw_table(struct a6xx_hfi_msg_bw_table *msg) in a690_build_bw_table()
448 static void a660_build_bw_table(struct a6xx_hfi_msg_bw_table *msg) in a660_build_bw_table()
[all …]
/openbmc/linux/drivers/media/platform/allegro-dvt/
H A Dallegro-mail.c44 allegro_enc_init(u32 *dst, struct mcu_msg_init_request *msg) in allegro_enc_init()
233 allegro_enc_create_channel(u32 *dst, struct mcu_msg_create_channel *msg) in allegro_enc_create_channel()
254 struct mcu_msg_create_channel_response *msg, in allegro_decode_config_blob()
271 allegro_enc_destroy_channel(u32 *dst, struct mcu_msg_destroy_channel *msg) in allegro_enc_destroy_channel()
281 allegro_enc_push_buffers(u32 *dst, struct mcu_msg_push_buffers_internal *msg) in allegro_enc_push_buffers()
302 struct mcu_msg_put_stream_buffer *msg) in allegro_enc_put_stream_buffer()
318 allegro_enc_encode_frame(u32 *dst, struct mcu_msg_encode_frame *msg) in allegro_enc_encode_frame()
357 allegro_dec_init(struct mcu_msg_init_response *msg, u32 *src) in allegro_dec_init()
367 allegro_dec_create_channel(struct mcu_msg_create_channel_response *msg, in allegro_dec_create_channel()
396 allegro_dec_destroy_channel(struct mcu_msg_destroy_channel_response *msg, in allegro_dec_destroy_channel()
[all …]
/openbmc/linux/drivers/platform/chrome/
H A Dcros_ec_proto.c56 struct cros_ec_command *msg) in prepare_tx()
89 struct cros_ec_command *msg) in prepare_tx_legacy()
110 static int cros_ec_xfer_command(struct cros_ec_device *ec_dev, struct cros_ec_command *msg) in cros_ec_xfer_command()
140 struct cros_ec_command msg; in cros_ec_wait_until_complete() member
143 struct cros_ec_command *msg = &buf.msg; in cros_ec_wait_until_complete() local
181 static int cros_ec_send_command(struct cros_ec_device *ec_dev, struct cros_ec_command *msg) in cros_ec_send_command()
202 struct cros_ec_command *msg) in cros_ec_prepare_tx()
225 struct cros_ec_command *msg) in cros_ec_check_result()
257 struct cros_ec_command *msg; in cros_ec_get_host_event_wake_mask() local
293 struct cros_ec_command *msg; in cros_ec_get_proto_info() local
[all …]
/openbmc/u-boot/tools/patman/
H A Dtout.py59 def Progress(msg, warning=False, trailer='...'): argument
77 def _Output(level, msg, color=None): argument
92 def DoOutput(level, msg): argument
102 def Error(msg): argument
110 def Warning(msg): argument
118 def Notice(msg): argument
126 def Info(msg): argument
134 def Debug(msg): argument
142 def UserOutput(msg): argument
/openbmc/linux/drivers/infiniband/hw/cxgb4/
H A Drestrack.c39 static int fill_sq(struct sk_buff *msg, struct t4_wq *wq) in fill_sq()
67 static int fill_rq(struct sk_buff *msg, struct t4_wq *wq) in fill_rq()
95 static int fill_swsqe(struct sk_buff *msg, struct t4_sq *sq, u16 idx, in fill_swsqe()
119 static int fill_swsqes(struct sk_buff *msg, struct t4_sq *sq, in fill_swsqes()
137 int c4iw_fill_res_qp_entry(struct sk_buff *msg, struct ib_qp *ibqp) in c4iw_fill_res_qp_entry()
196 int c4iw_fill_res_cm_id_entry(struct sk_buff *msg, in c4iw_fill_res_cm_id_entry()
271 static int fill_cq(struct sk_buff *msg, struct t4_cq *cq) in fill_cq()
307 static int fill_cqe(struct sk_buff *msg, struct t4_cqe *cqe, u16 idx, in fill_cqe()
333 static int fill_hwcqes(struct sk_buff *msg, struct t4_cq *cq, in fill_hwcqes()
350 static int fill_swcqes(struct sk_buff *msg, struct t4_cq *cq, in fill_swcqes()
[all …]
/openbmc/openpower-vpd-parser/vpd-manager/include/
H A Dexceptions.hpp31 explicit Exception(const std::string& msg) : in Exception()
73 explicit EccException(const std::string& msg) : Exception(msg) {} in EccException()
108 explicit DataException(const std::string& msg) : Exception(msg) {} in DataException()
137 JsonException(const std::string& msg, const std::string& path) : in JsonException()
187 explicit GpioException(const std::string& msg) : Exception(msg) {} in GpioException()
221 explicit DbusException(const std::string& msg) : Exception(msg) {} in DbusException()
255 explicit FirmwareException(const std::string& msg) : Exception(msg) {} in FirmwareException()
289 explicit EepromException(const std::string& msg) : Exception(msg) {} in EepromException()
/openbmc/phosphor-networkd/src/
H A Drtnetlink.cpp13 static void parseVlanInfo(InterfaceInfo& info, std::string_view msg) in parseVlanInfo()
31 static void parseLinkInfo(InterfaceInfo& info, std::string_view msg) in parseLinkInfo()
54 InterfaceInfo intfFromRtm(std::string_view msg) in intfFromRtm()
92 parse(std::string_view msg) in parse()
117 gatewayFromRtm(std::string_view msg) in gatewayFromRtm()
134 AddressInfo addrFromRtm(std::string_view msg) in addrFromRtm()
162 NeighborInfo neighFromRtm(std::string_view msg) in neighFromRtm()
/openbmc/linux/sound/virtio/
H A Dvirtio_ctl_msg.c33 void virtsnd_ctl_msg_ref(struct virtio_snd_msg *msg) in virtsnd_ctl_msg_ref()
46 void virtsnd_ctl_msg_unref(struct virtio_snd_msg *msg) in virtsnd_ctl_msg_unref()
58 void *virtsnd_ctl_msg_request(struct virtio_snd_msg *msg) in virtsnd_ctl_msg_request()
69 void *virtsnd_ctl_msg_response(struct virtio_snd_msg *msg) in virtsnd_ctl_msg_response()
88 struct virtio_snd_msg *msg; in virtsnd_ctl_msg_alloc() local
121 int virtsnd_ctl_msg_send(struct virtio_snd *snd, struct virtio_snd_msg *msg, in virtsnd_ctl_msg_send()
219 void virtsnd_ctl_msg_complete(struct virtio_snd_msg *msg) in virtsnd_ctl_msg_complete()
240 struct virtio_snd_msg *msg = in virtsnd_ctl_msg_cancel_all() local
264 struct virtio_snd_msg *msg; in virtsnd_ctl_query_info() local
297 struct virtio_snd_msg *msg; in virtsnd_ctl_notify_cb() local
/openbmc/linux/net/tipc/
H A Dnetlink_compat.c179 struct tipc_nl_compat_msg *msg, in __tipc_nl_compat_dumpit()
276 struct tipc_nl_compat_msg *msg) in tipc_nl_compat_dumpit()
329 struct tipc_nl_compat_msg *msg) in __tipc_nl_compat_doit()
385 struct tipc_nl_compat_msg *msg) in tipc_nl_compat_doit()
405 static int tipc_nl_compat_bearer_dump(struct tipc_nl_compat_msg *msg, in tipc_nl_compat_bearer_dump()
426 struct tipc_nl_compat_msg *msg) in tipc_nl_compat_bearer_enable()
469 struct tipc_nl_compat_msg *msg) in tipc_nl_compat_bearer_disable()
502 static void __fill_bc_link_stat(struct tipc_nl_compat_msg *msg, in __fill_bc_link_stat()
541 static int tipc_nl_compat_link_stat_dump(struct tipc_nl_compat_msg *msg, in tipc_nl_compat_link_stat_dump()
681 static int tipc_nl_compat_link_dump(struct tipc_nl_compat_msg *msg, in tipc_nl_compat_link_dump()
[all …]
/openbmc/libpldm/tests/oem/meta/
H A Dfileio.cpp93 rc = pldm_msgbuf_init_errno(ctx, 0, msg->payload, payloadLen); in TEST() local
57 struct pldm_msg msg = {}; TEST() local
66 struct pldm_msg msg = {}; TEST() local
75 struct pldm_msg msg = {}; TEST() local
121 struct pldm_msg msg = {}; TEST() local
131 struct pldm_msg msg = {}; TEST() local
140 struct pldm_msg msg = {}; TEST() local
166 auto* msg = new (encodedBuf) pldm_msg; TEST() local
200 auto* msg = new (encodedBuf) pldm_msg; TEST() local
214 struct pldm_msg msg = {}; TEST() local
224 struct pldm_msg msg = {}; TEST() local
234 struct pldm_msg msg = {}; TEST() local
[all...]
/openbmc/linux/drivers/infiniband/core/
H A Dnldev.c161 static int put_driver_name_print_type(struct sk_buff *msg, const char *name, in put_driver_name_print_type()
173 static int _rdma_nl_put_driver_u32(struct sk_buff *msg, const char *name, in _rdma_nl_put_driver_u32()
185 static int _rdma_nl_put_driver_u64(struct sk_buff *msg, const char *name, in _rdma_nl_put_driver_u64()
198 int rdma_nl_put_driver_string(struct sk_buff *msg, const char *name, in rdma_nl_put_driver_string()
211 int rdma_nl_put_driver_u32(struct sk_buff *msg, const char *name, u32 value) in rdma_nl_put_driver_u32()
218 int rdma_nl_put_driver_u32_hex(struct sk_buff *msg, const char *name, in rdma_nl_put_driver_u32_hex()
226 int rdma_nl_put_driver_u64(struct sk_buff *msg, const char *name, u64 value) in rdma_nl_put_driver_u64()
233 int rdma_nl_put_driver_u64_hex(struct sk_buff *msg, const char *name, u64 value) in rdma_nl_put_driver_u64_hex()
240 static int fill_nldev_handle(struct sk_buff *msg, struct ib_device *device) in fill_nldev_handle()
251 static int fill_dev_info(struct sk_buff *msg, struct ib_device *device) in fill_dev_info()
[all …]
/openbmc/linux/drivers/net/wireless/ath/wil6210/
H A Dtxrx_edma.h349 static inline __le16 wil_rx_status_get_length(void *msg) in wil_rx_status_get_length()
354 static inline u8 wil_rx_status_get_mcs(void *msg) in wil_rx_status_get_mcs()
360 static inline u8 wil_rx_status_get_cb_mode(void *msg) in wil_rx_status_get_cb_mode()
366 static inline u16 wil_rx_status_get_flow_id(void *msg) in wil_rx_status_get_flow_id()
372 static inline u8 wil_rx_status_get_mcast(void *msg) in wil_rx_status_get_mcast()
388 static inline u8 wil_rx_status_get_cid(void *msg) in wil_rx_status_get_cid()
402 static inline u8 wil_rx_status_get_tid(void *msg) in wil_rx_status_get_tid()
415 static inline int wil_rx_status_get_eop(void *msg) /* EoP = End of Packet */ in wil_rx_status_get_eop()
427 static inline __le16 wil_rx_status_get_buff_id(void *msg) in wil_rx_status_get_buff_id()
432 static inline u8 wil_rx_status_get_data_offset(void *msg) in wil_rx_status_get_data_offset()
[all …]
/openbmc/linux/fs/nfs/
H A Dproc.c59 struct rpc_message msg = { in nfs_proc_get_root() local
106 struct rpc_message msg = { in nfs_proc_getattr() local
134 struct rpc_message msg = { in nfs_proc_setattr() local
168 struct rpc_message msg = { in nfs_proc_lookup() local
196 struct rpc_message msg = { in nfs_proc_readlink() local
245 struct rpc_message msg = { in nfs_proc_create() local
274 struct rpc_message msg = { in nfs_proc_mknod() local
320 struct rpc_message msg = { in nfs_proc_remove() local
335 nfs_proc_unlink_setup(struct rpc_message *msg, in nfs_proc_unlink_setup()
354 nfs_proc_rename_setup(struct rpc_message *msg, in nfs_proc_rename_setup()
[all …]
/openbmc/u-boot/drivers/misc/imx8/
H A Dscu_api.c22 struct sc_rpc_msg_s msg; in sc_pm_set_clock_rate() local
48 struct sc_rpc_msg_s msg; in sc_pm_get_clock_rate() local
76 struct sc_rpc_msg_s msg; in sc_pm_clock_enable() local
101 struct sc_rpc_msg_s msg; in sc_pm_set_resource_power_mode() local
127 struct sc_rpc_msg_s msg; in sc_pad_set() local
154 struct sc_rpc_msg_s msg; in sc_misc_get_control() local
182 struct sc_rpc_msg_s msg; in sc_misc_get_boot_dev() local
205 struct sc_rpc_msg_s msg; in sc_misc_boot_status() local
227 struct sc_rpc_msg_s msg; in sc_misc_build_info() local
254 struct sc_rpc_msg_s msg; in sc_misc_otp_fuse_read() local
[all …]
/openbmc/phosphor-debug-collector/
H A Ddump_offload.cpp61 std::string msg = "select() failed " + std::string(strerror(errno)); in writeOnUnixSocket() local
76 std::string msg = in writeOnUnixSocket() local
102 std::string msg = in socketInit() local
116 std::string msg = "socket() failed " + std::string(strerror(errno)); in socketInit() local
124 std::string msg = "socket bind failed " + std::string(strerror(errno)); in socketInit() local
132 std::string msg = "listen() failed " + std::string(strerror(errno)); in socketInit() local
165 std::string msg = "select() failed " + std::string(strerror(errno)); in requestOffload() local
176 std::string msg = in requestOffload() local
/openbmc/linux/net/sctp/
H A Dchunk.c35 static void sctp_datamsg_init(struct sctp_datamsg *msg) in sctp_datamsg_init()
49 struct sctp_datamsg *msg; in sctp_datamsg_new() local
58 void sctp_datamsg_free(struct sctp_datamsg *msg) in sctp_datamsg_free()
72 static void sctp_datamsg_destroy(struct sctp_datamsg *msg) in sctp_datamsg_destroy()
119 static void sctp_datamsg_hold(struct sctp_datamsg *msg) in sctp_datamsg_hold()
125 void sctp_datamsg_put(struct sctp_datamsg *msg) in sctp_datamsg_put()
132 static void sctp_datamsg_assign(struct sctp_datamsg *msg, struct sctp_chunk *chunk) in sctp_datamsg_assign()
155 struct sctp_datamsg *msg; in sctp_datamsg_from_user() local
/openbmc/linux/drivers/connector/
H A Dcn_proc.c88 static inline void send_msg(struct cn_msg *msg) in send_msg()
119 struct cn_msg *msg; in proc_fork_connector() local
149 struct cn_msg *msg; in proc_exec_connector() local
173 struct cn_msg *msg; in proc_id_connector() local
211 struct cn_msg *msg; in proc_sid_connector() local
235 struct cn_msg *msg; in proc_ptrace_connector() local
267 struct cn_msg *msg; in proc_comm_connector() local
292 struct cn_msg *msg; in proc_coredump_connector() local
325 struct cn_msg *msg; in proc_exit_connector() local
368 struct cn_msg *msg; in cn_proc_ack() local
[all …]
/openbmc/linux/drivers/net/wireless/silabs/wfx/
H A Dkey.c33 static u8 fill_wep_pair(struct wfx_hif_wep_pairwise_key *msg, in fill_wep_pair()
43 static u8 fill_wep_group(struct wfx_hif_wep_group_key *msg, in fill_wep_group()
53 static u8 fill_tkip_pair(struct wfx_hif_tkip_pairwise_key *msg, in fill_tkip_pair()
69 static u8 fill_tkip_group(struct wfx_hif_tkip_group_key *msg, struct ieee80211_key_conf *key, in fill_tkip_group()
90 static u8 fill_ccmp_pair(struct wfx_hif_aes_pairwise_key *msg, in fill_ccmp_pair()
99 static u8 fill_ccmp_group(struct wfx_hif_aes_group_key *msg, in fill_ccmp_group()
110 static u8 fill_sms4_pair(struct wfx_hif_wapi_pairwise_key *msg, in fill_sms4_pair()
125 static u8 fill_sms4_group(struct wfx_hif_wapi_group_key *msg, in fill_sms4_group()
139 static u8 fill_aes_cmac_group(struct wfx_hif_igtk_group_key *msg, in fill_aes_cmac_group()
/openbmc/linux/fs/smb/server/
H A Dtransport_ipc.c230 struct ksmbd_ipc_msg *msg; in ipc_msg_alloc() local
239 static void ipc_msg_free(struct ksmbd_ipc_msg *msg) in ipc_msg_free()
428 static int ipc_msg_send(struct ksmbd_ipc_msg *msg) in ipc_msg_send()
490 static void *ipc_msg_send_request(struct ksmbd_ipc_msg *msg, unsigned int handle) in ipc_msg_send_request()
530 struct ksmbd_ipc_msg *msg; in ksmbd_ipc_heartbeat_request() local
545 struct ksmbd_ipc_msg *msg; in ksmbd_ipc_login_request() local
570 struct ksmbd_ipc_msg *msg; in ksmbd_ipc_spnego_authen_request() local
600 struct ksmbd_ipc_msg *msg; in ksmbd_ipc_tree_connect_request() local
639 struct ksmbd_ipc_msg *msg; in ksmbd_ipc_tree_disconnect_request() local
659 struct ksmbd_ipc_msg *msg; in ksmbd_ipc_logout_request() local
[all …]
/openbmc/linux/drivers/soc/apple/
H A Drtkit.c83 u64 msg; member
106 u64 msg) in apple_rtkit_management_send()
113 static void apple_rtkit_management_rx_hello(struct apple_rtkit *rtk, u64 msg) in apple_rtkit_management_rx_hello()
150 static void apple_rtkit_management_rx_epmap(struct apple_rtkit *rtk, u64 msg) in apple_rtkit_management_rx_epmap()
207 u64 msg) in apple_rtkit_management_rx_iop_pwr_ack()
219 u64 msg) in apple_rtkit_management_rx_ap_pwr_ack()
230 static void apple_rtkit_management_rx(struct apple_rtkit *rtk, u64 msg) in apple_rtkit_management_rx()
257 u8 ep, u64 msg) in apple_rtkit_common_rx_get_buffer()
339 static void apple_rtkit_crashlog_rx(struct apple_rtkit *rtk, u64 msg) in apple_rtkit_crashlog_rx()
379 static void apple_rtkit_ioreport_rx(struct apple_rtkit *rtk, u64 msg) in apple_rtkit_ioreport_rx()
[all …]

12345678910>>...104