/openbmc/linux/include/linux/ |
H A D | skmsg.h | 135 static inline void sk_msg_check_to_free(struct sk_msg *msg, u32 i, u32 bytes) in sk_msg_check_to_free() 170 #define sk_msg_iter_prev(msg, which) \ argument 173 #define sk_msg_iter_next(msg, which) \ argument 176 static inline void sk_msg_init(struct sk_msg *msg) in sk_msg_init() 200 static inline bool sk_msg_full(const struct sk_msg *msg) in sk_msg_full() 205 static inline u32 sk_msg_elem_used(const struct sk_msg *msg) in sk_msg_elem_used() 210 static inline struct scatterlist *sk_msg_elem(struct sk_msg *msg, int which) in sk_msg_elem() 215 static inline struct scatterlist sk_msg_elem_cpy(struct sk_msg *msg, int which) in sk_msg_elem_cpy() 220 static inline struct page *sk_msg_page(struct sk_msg *msg, int which) in sk_msg_page() 225 static inline bool sk_msg_to_ingress(const struct sk_msg *msg) in sk_msg_to_ingress() [all …]
|
/openbmc/linux/drivers/vdpa/ |
H A D | vdpa.c | 458 static int vdpa_nl_mgmtdev_handle_fill(struct sk_buff *msg, const struct vdpa_mgmt_dev *mdev) in vdpa_nl_mgmtdev_handle_fill() 486 static int vdpa_mgmtdev_fill(const struct vdpa_mgmt_dev *mdev, struct sk_buff *msg, in vdpa_mgmtdev_fill() 527 struct sk_buff *msg; in vdpa_nl_cmd_mgmtdev_get_doit() local 556 vdpa_nl_cmd_mgmtdev_get_dumpit(struct sk_buff *msg, struct netlink_callback *cb) in vdpa_nl_cmd_mgmtdev_get_dumpit() 739 vdpa_dev_fill(struct vdpa_device *vdev, struct sk_buff *msg, u32 portid, u32 seq, in vdpa_dev_fill() 788 struct sk_buff *msg; in vdpa_nl_cmd_dev_get_doit() local 830 struct sk_buff *msg; member 857 static int vdpa_nl_cmd_dev_get_dumpit(struct sk_buff *msg, struct netlink_callback *cb) in vdpa_nl_cmd_dev_get_dumpit() 873 static int vdpa_dev_net_mq_config_fill(struct sk_buff *msg, u64 features, in vdpa_dev_net_mq_config_fill() 887 static int vdpa_dev_net_mtu_config_fill(struct sk_buff *msg, u64 features, in vdpa_dev_net_mtu_config_fill() [all …]
|
/openbmc/linux/net/batman-adv/ |
H A D | netlink.c | 178 static int batadv_netlink_mesh_fill_ap_isolation(struct sk_buff *msg, in batadv_netlink_mesh_fill_ap_isolation() 228 static int batadv_netlink_mesh_fill(struct sk_buff *msg, in batadv_netlink_mesh_fill() 382 struct sk_buff *msg; in batadv_netlink_notify_mesh() local 413 struct sk_buff *msg; in batadv_netlink_get_mesh() local 629 batadv_netlink_tp_meter_put(struct sk_buff *msg, u32 cookie) in batadv_netlink_tp_meter_put() 652 struct sk_buff *msg; in batadv_netlink_tpmeter_notify() local 711 struct sk_buff *msg = NULL; in batadv_netlink_tp_meter_start() local 794 static int batadv_netlink_hardif_fill(struct sk_buff *msg, in batadv_netlink_hardif_fill() 864 struct sk_buff *msg; in batadv_netlink_notify_hardif() local 897 struct sk_buff *msg; in batadv_netlink_get_hardif() local [all …]
|
/openbmc/linux/drivers/media/platform/mediatek/mdp/ |
H A D | mtk_mdp_vpu.c | 18 static void mtk_mdp_vpu_handle_init_ack(const struct mdp_ipi_comm_ack *msg) in mtk_mdp_vpu_handle_init_ack() 32 const struct mdp_ipi_comm_ack *msg = data; in mtk_mdp_vpu_ipi_handler() local 75 static int mtk_mdp_vpu_send_msg(void *msg, int len, struct mtk_mdp_vpu *vpu, in mtk_mdp_vpu_send_msg() 99 struct mdp_ipi_comm msg; in mtk_mdp_vpu_send_ap_ipi() local 115 struct mdp_ipi_init msg; in mtk_mdp_vpu_init() local
|
/openbmc/linux/drivers/staging/nvec/ |
H A D | nvec.c | 140 unsigned char *msg = data; in nvec_status_notifier() local 191 void nvec_msg_free(struct nvec_chip *nvec, struct nvec_msg *msg) in nvec_msg_free() 203 static bool nvec_msg_is_event(struct nvec_msg *msg) in nvec_msg_is_event() 214 static size_t nvec_msg_size(struct nvec_msg *msg) in nvec_msg_size() 258 struct nvec_msg *msg; in nvec_write_async() local 299 struct nvec_msg **msg) in nvec_write_sync() 379 struct nvec_msg *msg; in nvec_request_master() local 413 static int parse_msg(struct nvec_chip *nvec, struct nvec_msg *msg) in parse_msg() 442 struct nvec_msg *msg; in nvec_dispatch() local 770 struct nvec_msg *msg; in tegra_nvec_probe() local [all …]
|
/openbmc/linux/sound/soc/intel/avs/ |
H A D | messages.c | 17 union avs_global_msg msg = AVS_GLOBAL_REQUEST(ROM_CONTROL); in avs_ipc_set_boot_config() local 35 union avs_global_msg msg = AVS_GLOBAL_REQUEST(LOAD_MULTIPLE_MODULES); in avs_ipc_load_modules() local 53 union avs_global_msg msg = AVS_GLOBAL_REQUEST(UNLOAD_MULTIPLE_MODULES); in avs_ipc_unload_modules() local 71 union avs_global_msg msg = AVS_GLOBAL_REQUEST(LOAD_LIBRARY); in avs_ipc_load_library() local 89 union avs_global_msg msg = AVS_GLOBAL_REQUEST(CREATE_PIPELINE); in avs_ipc_create_pipeline() local 109 union avs_global_msg msg = AVS_GLOBAL_REQUEST(DELETE_PIPELINE); in avs_ipc_delete_pipeline() local 126 union avs_global_msg msg = AVS_GLOBAL_REQUEST(SET_PIPELINE_STATE); in avs_ipc_set_pipeline_state() local 144 union avs_global_msg msg = AVS_GLOBAL_REQUEST(GET_PIPELINE_STATE); in avs_ipc_get_pipeline_state() local 184 union avs_module_msg msg = AVS_MODULE_REQUEST(INIT_INSTANCE); in avs_ipc_init_instance() local 223 union avs_module_msg msg = AVS_MODULE_REQUEST(DELETE_INSTANCE); in avs_ipc_delete_instance() local [all …]
|
/openbmc/linux/drivers/firmware/arm_scmi/ |
H A D | msg.c | 56 void msg_tx_prepare(struct scmi_msg_payld *msg, struct scmi_xfer *xfer) in msg_tx_prepare() 70 u32 msg_read_header(struct scmi_msg_payld *msg) in msg_read_header() 82 void msg_fetch_response(struct scmi_msg_payld *msg, size_t len, in msg_fetch_response() 103 void msg_fetch_notification(struct scmi_msg_payld *msg, size_t len, in msg_fetch_notification()
|
H A D | virtio.c | 179 struct scmi_vio_msg *msg; in scmi_virtio_get_free_msg() local 198 static inline bool scmi_vio_msg_acquire(struct scmi_vio_msg *msg) in scmi_vio_msg_acquire() 205 struct scmi_vio_msg *msg) in scmi_vio_msg_release() 227 struct scmi_vio_msg *msg) in scmi_vio_feed_vq_rx() 254 struct scmi_vio_msg *msg) in scmi_finalize_message() 267 struct scmi_vio_msg *msg; in scmi_vio_complete_cb() local 318 struct scmi_vio_msg *msg, *tmp; in scmi_vio_deferred_tx_worker() local 450 struct scmi_vio_msg *msg; in virtio_chan_setup() local 504 struct scmi_vio_msg *msg; in virtio_send_message() local 562 struct scmi_vio_msg *msg = xfer->priv; in virtio_fetch_response() local [all …]
|
/openbmc/phosphor-logging/extensions/openpower-pels/ |
H A D | device_callouts.cpp | 109 std::string msg = "Could not get I2C bus and address from " + devPath; in getI2CSearchKeys() local 149 std::string msg = "Could not get FSI links from " + devPath; in getFSISearchKeys() local 183 std::string msg = "Could not get SPI bus from " + devPath; in getSPISearchKeys() local 254 std::string msg = in extractCallouts() local 293 std::string msg = "I2C: bus: " + busString + " address: " + addrString + in calloutI2C() local 342 std::string msg = "FSI: links: " + links + " dest: " + dest; in calloutFSI() local 387 std::string msg = "FSI-I2C: links: " + links + " bus: " + busString + in calloutFSII2C() local 394 std::string msg = "Problem looking up FSI-I2C callouts on " + links + in calloutFSII2C() local 426 std::string msg = "FSI-SPI: links: " + links + " bus: " + busString + in calloutFSISPI() local
|
/openbmc/linux/net/nfc/ |
H A D | netlink.c | 61 static int nfc_genl_send_target(struct sk_buff *msg, struct nfc_target *target, in nfc_genl_send_target() 172 struct sk_buff *msg; in nfc_genl_targets_found() local 201 struct sk_buff *msg; in nfc_genl_target_lost() local 231 struct sk_buff *msg; in nfc_genl_tm_activated() local 262 struct sk_buff *msg; in nfc_genl_tm_deactivated() local 289 static int nfc_genl_setup_device_added(struct nfc_dev *dev, struct sk_buff *msg) in nfc_genl_setup_device_added() 302 struct sk_buff *msg; in nfc_genl_device_added() local 331 struct sk_buff *msg; in nfc_genl_device_removed() local 360 struct sk_buff *msg; in nfc_genl_llc_send_sdres() local 426 struct sk_buff *msg; in nfc_genl_se_added() local [all …]
|
/openbmc/linux/net/devlink/ |
H A D | dev.c | 12 struct sk_buff *msg; member 57 static int devlink_reload_stat_put(struct sk_buff *msg, in devlink_reload_stat_put() 78 devlink_reload_stats_put(struct sk_buff *msg, struct devlink *devlink, bool is_remote) in devlink_reload_stats_put() 141 static int devlink_nl_fill(struct sk_buff *msg, struct devlink *devlink, in devlink_nl_fill() 179 struct sk_buff *msg; in devlink_notify() local 202 struct sk_buff *msg; in devlink_nl_get_doit() local 220 devlink_nl_get_dump_one(struct sk_buff *msg, struct devlink *devlink, in devlink_nl_get_dump_one() 228 int devlink_nl_get_dumpit(struct sk_buff *msg, struct netlink_callback *cb) in devlink_nl_get_dumpit() 417 struct sk_buff *msg; in devlink_nl_reload_actions_performed_snd() local 556 static int devlink_nl_eswitch_fill(struct sk_buff *msg, struct devlink *devlink, in devlink_nl_eswitch_fill() [all …]
|
/openbmc/qemu/hw/remote/ |
H A D | message.c | 42 MPQemuMsg msg = {0}; in mpqemu_remote_msg_loop_co() local 94 MPQemuMsg *msg, Error **errp) in process_config_write() 118 MPQemuMsg *msg, Error **errp) in process_config_read() 141 static void process_bar_write(QIOChannel *ioc, MPQemuMsg *msg, Error **errp) in process_bar_write() 178 static void process_bar_read(QIOChannel *ioc, MPQemuMsg *msg, Error **errp) in process_bar_read()
|
/openbmc/phosphor-power/phosphor-power-sequencer/src/ |
H A D | power_interface.cpp | 41 const char* /*property*/, sd_bus_message* msg, void* context, in callbackGetPgood() 72 const char* /*property*/, sd_bus_message* msg, void* context, in callbackGetPgoodTimeout() 102 int PowerInterface::callbackGetPowerState(sd_bus_message* msg, void* context, in callbackGetPowerState() 137 const char* /*property*/, sd_bus_message* msg, void* context, in callbackSetPgoodTimeout() 172 const char* /*property*/, sd_bus_message* msg, void* context, in callbackGetState() 201 int PowerInterface::callbackSetPowerState(sd_bus_message* msg, void* context, in callbackSetPowerState() 243 sd_bus_message* msg, void* context, sd_bus_error* error) in callbackSetPowerSupplyError()
|
/openbmc/linux/drivers/media/tuners/ |
H A D | tda827x.c | 124 struct i2c_msg *msg, in tuner_transfer() 149 struct i2c_msg msg = { .addr = priv->i2c_addr, .flags = 0, in tda827xo_set_params() local 223 struct i2c_msg msg = { .addr = priv->i2c_addr, .flags = 0, in tda827xo_sleep() local 245 struct i2c_msg msg = { .addr = priv->i2c_addr, .flags = 0 }; in tda827xo_set_analog_params() local 325 struct i2c_msg msg = { .addr = priv->i2c_addr, .flags = 0, in tda827xo_agcf() local 435 struct i2c_msg msg = { .addr = priv->i2c_addr, .flags = 0, in tda827xa_sleep() local 455 struct i2c_msg msg = { .flags = 0, .buf = buf, .len = sizeof(buf) }; in tda827xa_lna_gain() local 508 struct i2c_msg msg = { .addr = priv->i2c_addr, .flags = 0, in tda827xa_set_params() local 655 struct i2c_msg msg = { .addr = priv->i2c_addr, .flags = 0, in tda827xa_set_analog_params() local 750 struct i2c_msg msg = {.addr = priv->i2c_addr, .flags = 0, in tda827xa_agcf() local [all …]
|
/openbmc/openbmc/poky/scripts/pybootchartgui/pybootchartgui/ |
H A D | main.py | 75 def error(self, msg): argument 78 def warn(self, msg): argument 82 def info(self, msg): argument 86 def status(self, msg): argument
|
H A D | main.py.in | 75 def error(self, msg): argument 78 def warn(self, msg): argument 82 def info(self, msg): argument 86 def status(self, msg): argument
|
/openbmc/linux/net/ceph/ |
H A D | msgpool.c | 15 struct ceph_msg *msg; in msgpool_alloc() local 31 struct ceph_msg *msg = element; in msgpool_free() local 62 struct ceph_msg *msg; in ceph_msgpool_get() local 81 void ceph_msgpool_put(struct ceph_msgpool *pool, struct ceph_msg *msg) in ceph_msgpool_put()
|
/openbmc/linux/drivers/net/ethernet/intel/ice/ |
H A D | ice_virtchnl.c | 178 enum virtchnl_status_code v_retval, u8 *msg, u16 msglen) in ice_vc_vf_broadcast() 296 enum virtchnl_status_code v_retval, u8 *msg, u16 msglen) in ice_vc_send_msg_to_vf() 324 static int ice_vc_get_ver_msg(struct ice_vf *vf, u8 *msg) in ice_vc_get_ver_msg() 417 static int ice_vc_get_vf_res_msg(struct ice_vf *vf, u8 *msg) in ice_vc_get_vf_res_msg() 758 static int ice_vc_handle_rss_cfg(struct ice_vf *vf, u8 *msg, bool add) in ice_vc_handle_rss_cfg() 889 static int ice_vc_config_rss_key(struct ice_vf *vf, u8 *msg) in ice_vc_config_rss_key() 936 static int ice_vc_config_rss_lut(struct ice_vf *vf, u8 *msg) in ice_vc_config_rss_lut() 982 static int ice_vc_cfg_promiscuous_mode_msg(struct ice_vf *vf, u8 *msg) in ice_vc_cfg_promiscuous_mode_msg() 1122 static int ice_vc_get_stats_msg(struct ice_vf *vf, u8 *msg) in ice_vc_get_stats_msg() 1225 static int ice_vc_ena_qs_msg(struct ice_vf *vf, u8 *msg) in ice_vc_ena_qs_msg() [all …]
|
/openbmc/linux/drivers/slimbus/ |
H A D | messaging.c | 27 struct slim_val_inf *msg; in slim_msg_response() local 180 struct slim_val_inf *msg, u8 mc) in slim_val_inf_sanity() 233 int slim_xfer_msg(struct slim_device *sbdev, struct slim_val_inf *msg, in slim_xfer_msg() 274 static void slim_fill_msg(struct slim_val_inf *msg, u32 addr, in slim_fill_msg() 298 struct slim_val_inf msg; in slim_read() local 341 struct slim_val_inf msg; in slim_write() local
|
/openbmc/linux/tools/lib/thermal/ |
H A D | thermal_nl.c | 19 static int nl_seq_check_handler(struct nl_msg *msg, void *arg) in nl_seq_check_handler() 35 static int nl_finish_handler(struct nl_msg *msg, void *arg) in nl_finish_handler() 45 static int nl_ack_handler(struct nl_msg *msg, void *arg) in nl_ack_handler() 55 int nl_send_msg(struct nl_sock *sock, struct nl_cb *cb, struct nl_msg *msg, in nl_send_msg() 75 static int nl_family_handler(struct nl_msg *msg, void *arg) in nl_family_handler() 116 struct nl_msg *msg; in nl_get_multicast_id() local
|
/openbmc/linux/net/core/ |
H A D | scm.c | 137 int __scm_send(struct socket *sock, struct msghdr *msg, struct scm_cookie *p) in __scm_send() 220 int put_cmsg(struct msghdr * msg, int level, int type, int len, void *data) in put_cmsg() 274 void put_cmsg_scm_timestamping64(struct msghdr *msg, struct scm_timestamping_internal *tss_internal) in put_cmsg_scm_timestamping64() 288 void put_cmsg_scm_timestamping(struct msghdr *msg, struct scm_timestamping_internal *tss_internal) in put_cmsg_scm_timestamping() 302 static int scm_max_fds(struct msghdr *msg) in scm_max_fds() 309 void scm_detach_fds(struct msghdr *msg, struct scm_cookie *scm) in scm_detach_fds()
|
/openbmc/openbmc/poky/bitbake/lib/bb/asyncrpc/ |
H A D | connection.py | 22 def chunkify(msg, max_chunk): argument 51 async def send_message(self, msg): argument 75 async def send(self, msg): argument 114 async def send_message(self, msg): argument 121 async def send(self, msg): argument
|
/openbmc/linux/sound/soc/sof/ |
H A D | ipc4.c | 22 char *msg; member 174 static void sof_ipc4_log_header(struct device *dev, u8 *text, struct sof_ipc4_msg *msg, in sof_ipc4_log_header() 232 static void sof_ipc4_log_header(struct device *dev, u8 *text, struct sof_ipc4_msg *msg, in sof_ipc4_log_header() 259 struct snd_sof_ipc_msg *msg = sdev->msg; in sof_ipc4_get_reply() local 287 struct snd_sof_ipc_msg *msg = &ipc->msg; in ipc4_wait_tx_done() local 385 struct sof_ipc4_msg *msg = NULL; in sof_ipc4_tx_msg() local 528 struct snd_sof_ipc_msg *msg = &sdev->ipc->msg; in sof_ipc4_init_msg_memory() local 654 struct sof_ipc4_msg msg; in sof_ipc4_set_core_state() local 688 struct sof_ipc4_msg msg = {{0}}; in sof_ipc4_set_pm_gate() local
|
/openbmc/linux/tools/testing/selftests/ |
H A D | kselftest.h | 148 static inline void ksft_print_msg(const char *msg, ...) in ksft_print_msg() 160 static inline void ksft_perror(const char *msg) in ksft_perror() 173 static inline void ksft_test_result_pass(const char *msg, ...) in ksft_test_result_pass() 187 static inline void ksft_test_result_fail(const char *msg, ...) in ksft_test_result_fail() 213 static inline void ksft_test_result_xfail(const char *msg, ...) in ksft_test_result_xfail() 227 static inline void ksft_test_result_skip(const char *msg, ...) in ksft_test_result_skip() 242 static inline void ksft_test_result_error(const char *msg, ...) in ksft_test_result_error() 289 static inline int ksft_exit_fail_msg(const char *msg, ...) in ksft_exit_fail_msg() 316 static inline int ksft_exit_skip(const char *msg, ...) in ksft_exit_skip()
|
/openbmc/libpldm/src/oem/ibm/ |
H A D | host.c | 11 struct pldm_msg *msg, size_t payload_length) in encode_get_alert_status_req() 37 int decode_get_alert_status_resp(const struct pldm_msg *msg, in decode_get_alert_status_resp() 66 int decode_get_alert_status_req(const struct pldm_msg *msg, in decode_get_alert_status_req() 85 struct pldm_msg *msg, size_t payload_length) in encode_get_alert_status_resp()
|