/openbmc/qemu/hw/virtio/ |
H A D | vhost-backend.c | 249 struct vhost_msg_v2 msg; in vhost_kernel_iotlb_read() local 264 struct vhost_msg msg; in vhost_kernel_iotlb_read() local 285 struct vhost_msg_v2 msg = {}; in vhost_kernel_send_device_iotlb_msg() local 295 struct vhost_msg msg = {}; in vhost_kernel_send_device_iotlb_msg() local
|
/openbmc/linux/arch/x86/kernel/cpu/mce/ |
H A D | severity.c | 51 char *msg; member 310 static noinstr int mce_severity_amd(struct mce *m, struct pt_regs *regs, char **msg, bool is_excp) in mce_severity_amd() 370 static noinstr int mce_severity_intel(struct mce *m, struct pt_regs *regs, char **msg, bool is_excp) in mce_severity_intel() 403 int noinstr mce_severity(struct mce *m, struct pt_regs *regs, char **msg, bool is_excp) in mce_severity()
|
/openbmc/linux/fs/afs/ |
H A D | rxrpc.c | 301 struct msghdr msg; in afs_make_call() local 449 const char *msg; in afs_log_error() local 827 struct msghdr msg; in afs_send_empty_reply() local 864 struct msghdr msg; in afs_send_simple_reply() local
|
/openbmc/linux/drivers/media/usb/dvb-usb/ |
H A D | opera1.c | 131 static int opera1_i2c_xfer(struct i2c_adapter *adap, struct i2c_msg msg[], in opera1_i2c_xfer() 172 struct i2c_msg msg[] = { in opera1_set_voltage() local 309 struct i2c_msg msg[] = { in opera1_pid_filter() local 326 struct i2c_msg msg[] = { in opera1_pid_filter_control() local
|
/openbmc/linux/drivers/net/ieee802154/ |
H A D | mac802154_hwsim.c | 340 static int hwsim_new_radio_nl(struct sk_buff *msg, struct genl_info *info) in hwsim_new_radio_nl() 345 static int hwsim_del_radio_nl(struct sk_buff *msg, struct genl_info *info) in hwsim_del_radio_nl() 456 static int hwsim_get_radio_nl(struct sk_buff *msg, struct genl_info *info) in hwsim_get_radio_nl() 577 static int hwsim_new_edge_nl(struct sk_buff *msg, struct genl_info *info) in hwsim_new_edge_nl() 639 static int hwsim_del_edge_nl(struct sk_buff *msg, struct genl_info *info) in hwsim_del_edge_nl() 685 static int hwsim_set_edge_lqi(struct sk_buff *msg, struct genl_info *info) in hwsim_set_edge_lqi()
|
/openbmc/linux/fs/ceph/ |
H A D | mds_client.c | 743 static int parse_reply_info(struct ceph_mds_session *s, struct ceph_msg *msg, in parse_reply_info() 1429 struct ceph_msg *msg; in ceph_create_session_msg() local 1525 struct ceph_msg *msg; in create_session_open_msg() local 1636 struct ceph_msg *msg; in __open_session() local 1988 struct ceph_msg *msg; in send_renew_caps() local 2018 struct ceph_msg *msg; in send_flushmsg_ack() local 2069 struct ceph_msg *msg; in request_close_session() local 2270 struct ceph_msg *msg = NULL; in ceph_send_cap_releases() local 2867 struct ceph_msg *msg; in create_request_message() local 3107 struct ceph_msg *msg; in __prepare_send_request() local [all …]
|
/openbmc/linux/sound/soc/intel/skylake/ |
H A D | skl-messages.c | 41 struct skl_ipc_large_config_msg msg = {0}; in skl_dsp_set_astate_cfg() local 691 struct skl_ipc_large_config_msg msg = {0}; in skl_dsp_set_dma_control() local 1030 struct skl_ipc_init_instance_msg msg; in skl_init_module() local 1088 struct skl_ipc_bind_unbind_msg msg; in skl_unbind_modules() local 1154 struct skl_ipc_bind_unbind_msg msg; in skl_bind_modules() local 1397 struct skl_ipc_large_config_msg msg; in skl_set_module_params() local 1410 struct skl_ipc_large_config_msg msg; in skl_get_module_params() local
|
/openbmc/linux/drivers/net/ethernet/intel/fm10k/ |
H A D | fm10k_pf.c | 310 u32 msg[5]; in fm10k_update_xc_addr_pf() local 396 u32 msg[3], xcast_mode; in fm10k_update_xcast_mode_pf() local 464 u32 msg[3], lport_msg; in fm10k_update_lport_state_pf() local 833 u32 msg[4], txdctl, txqctl, tdbal = 0, tdbah = 0; in fm10k_iov_assign_default_mac_vlan_pf() local 1109 u32 msg[1]; in fm10k_iov_reset_lport_pf() local 1357 u32 msg[2]; in fm10k_iov_msg_lport_state_pf() local 1595 u32 msg[1]; in fm10k_request_lport_map_pf() local
|
/openbmc/linux/sound/soc/sof/ |
H A D | ipc4-topology.h | 140 struct sof_ipc4_msg msg; member 312 struct sof_ipc4_msg msg; member 337 struct sof_ipc4_msg msg; member 400 struct sof_ipc4_msg msg; member 412 struct sof_ipc4_msg msg; member 434 struct sof_ipc4_msg msg; member 473 struct sof_ipc4_msg msg; member
|
/openbmc/pldm/oem/ibm/libpldmresponder/ |
H A D | file_io.cpp | 256 struct pldm_msg* msg) in encodeRWResponseHandler() 269 uint32_t length, struct pldm_msg* msg) in encodeReadResponseHandler() 280 uint32_t length, struct pldm_msg* msg) in encodeWriteResponseHandler() 293 struct pldm_msg* msg) in encodeGetFileResponseHandler() 307 struct pldm_msg* msg) in encodeRWTypeMemoryResponseHandler() 321 struct pldm_msg* msg) in encodeRWTypeResponseHandler() 334 struct pldm_msg* msg) in encodeFileAckResponseHandler()
|
/openbmc/linux/tools/lib/bpf/ |
H A D | libbpf_common.h | 19 #define LIBBPF_DEPRECATED(msg) __attribute__((deprecated(msg))) argument 22 #define LIBBPF_DEPRECATED_SINCE(major, minor, msg) \ argument
|
/openbmc/linux/net/batman-adv/ |
H A D | bridge_loop_avoidance.h | 111 static inline int batadv_bla_claim_dump(struct sk_buff *msg, in batadv_bla_claim_dump() 117 static inline int batadv_bla_backbone_dump(struct sk_buff *msg, in batadv_bla_backbone_dump()
|
/openbmc/linux/drivers/net/ethernet/freescale/enetc/ |
H A D | enetc_msg.c | 69 struct enetc_msg_swbd *msg; in enetc_msg_alloc_mbx() local 97 struct enetc_msg_swbd *msg; in enetc_msg_free_mbx() local
|
/openbmc/linux/drivers/usb/mtu3/ |
H A D | mtu3_dr.h | 74 ssusb_gadget_suspend(struct ssusb_mtk *ssusb, pm_message_t msg) in ssusb_gadget_suspend() 80 ssusb_gadget_resume(struct ssusb_mtk *ssusb, pm_message_t msg) in ssusb_gadget_resume()
|
/openbmc/linux/drivers/soc/microchip/ |
H A D | mpfs-sys-controller.c | 36 int mpfs_blocking_transaction(struct mpfs_sys_controller *sys_controller, struct mpfs_mss_msg *msg) in mpfs_blocking_transaction() 78 static void mpfs_sys_controller_rx_callback(struct mbox_client *client, void *msg) in mpfs_sys_controller_rx_callback()
|
/openbmc/linux/drivers/media/pci/saa7164/ |
H A D | saa7164-bus.c | 120 int saa7164_bus_set(struct saa7164_dev *dev, struct tmComResInfo* msg, in saa7164_bus_set() 305 int saa7164_bus_get(struct saa7164_dev *dev, struct tmComResInfo* msg, in saa7164_bus_get()
|
/openbmc/linux/drivers/platform/chrome/ |
H A D | cros_ec_vbc.c | 24 struct cros_ec_command *msg; in vboot_context_read() local 64 struct cros_ec_command *msg; in vboot_context_write() local
|
/openbmc/phosphor-net-ipmid/sol/ |
H A D | sol_manager.hpp | 235 std::string msg = in getContext() local 256 std::string msg = "Invalid SOL SessionID " + std::to_string(sessionID); in getContext() local
|
/openbmc/linux/drivers/media/common/siano/ |
H A D | smscoreapi.c | 375 char *msg; in smscore_translate_msg() local 791 struct sms_msg_data2 *msg = in smscore_init_ir() local 911 struct sms_msg_data5 *msg; in smscore_load_firmware_family2() local 1254 struct sms_msg_hdr *msg = in smscore_detect_mode() local 1298 struct sms_msg_data *msg; in smscore_init_device() local 1393 struct sms_msg_data *msg = (struct sms_msg_data *) SMS_ALIGN_ADDRESS(buffer); in smscore_set_device_mode() local 1823 } msg; in smscore_configure_gpio() local 1868 } msg; in smscore_set_gpio() local
|
/openbmc/linux/drivers/net/wireless/ath/wil6210/ |
H A D | txrx_edma.c | 212 void *msg) in wil_get_next_rx_status_msg() 575 void *msg = &msg1; in wil_is_rx_idle_edma() local 755 static int wil_check_bar(struct wil6210_priv *wil, void *msg, int cid, in wil_check_bar() 815 void *msg = wil_skb_rxstatus(skb); in wil_rx_error_check_edma() local 855 void *msg = &msg1; in wil_sring_reap_rx_edma() local 1094 void *msg = wil_skb_rxstatus(skb); in wil_rx_handle_edma() local 1144 struct wil_ring_tx_status *msg) in wil_get_next_tx_status_msg() 1174 struct wil_ring_tx_status msg; in wil_tx_sring_handler() local
|
/openbmc/linux/net/ceph/ |
H A D | mon_client.c | 334 struct ceph_msg *msg = monc->m_subscribe; in __send_subscribe() local 383 struct ceph_msg *msg) in handle_subscribe_ack() 540 struct ceph_msg *msg) in ceph_monc_handle_map() 739 struct ceph_msg *msg) in handle_statfs_reply() 817 struct ceph_msg *msg) in handle_get_version_reply() 940 struct ceph_msg *msg) in handle_command_ack() 1314 struct ceph_msg *msg) in handle_auth_reply() 1445 static void mon_dispatch(struct ceph_connection *con, struct ceph_msg *msg) in mon_dispatch()
|
/openbmc/linux/net/ipv6/ |
H A D | ndisc.c | 533 struct nd_msg *msg; in ndisc_send_na() local 612 struct nd_msg *msg; in ndisc_ns_create() local 678 struct rs_msg *msg; in ndisc_send_rs() local 793 struct nd_msg *msg = (struct nd_msg *)skb_transport_header(skb); in ndisc_recv_ns() local 997 struct nd_msg *msg = (struct nd_msg *)skb_transport_header(skb); in ndisc_recv_na() local 1611 struct rd_msg *msg = (struct rd_msg *)skb_transport_header(skb); in ndisc_redirect_rcv() local 1674 struct rd_msg *msg; in ndisc_send_redirect() local 1822 struct nd_msg *msg; in ndisc_rcv() local
|
/openbmc/linux/crypto/ |
H A D | aegis128-neon-inner.c | 165 void crypto_aegis128_update_neon(void *state, const void *msg) in crypto_aegis128_update_neon() 227 uint8x16_t msg; in crypto_aegis128_encrypt_chunk_neon() local 276 uint8x16_t msg; in crypto_aegis128_decrypt_chunk_neon() local
|
/openbmc/linux/include/linux/mfd/ |
H A D | ipaq-micro.h | 117 struct ipaq_micro_msg *msg; member 130 struct ipaq_micro_msg *msg) in ipaq_micro_tx_msg_sync() 143 struct ipaq_micro_msg *msg) in ipaq_micro_tx_msg_async()
|
/openbmc/linux/arch/x86/hyperv/ |
H A D | irqdomain.c | 180 static inline void entry_to_msi_msg(struct hv_interrupt_entry *entry, struct msi_msg *msg) in entry_to_msi_msg() 189 static void hv_irq_compose_msi_msg(struct irq_data *data, struct msi_msg *msg) in hv_irq_compose_msi_msg() 259 struct msi_msg msg; in hv_teardown_msi_irq() local
|