Home
last modified time | relevance | path

Searched refs:msg (Results 3701 – 3725 of 4110) sorted by relevance

1...<<141142143144145146147148149150>>...165

/openbmc/linux/drivers/net/wireless/ath/ath11k/
H A Dpci.c450 ab->pci.msi.ep_base_data = msi_desc->msg.data; in ath11k_pci_alloc_msi()
489 ab_pci->ab->pci.msi.ep_base_data = msi_desc->msg.data; in ath11k_pci_config_msi_data()
/openbmc/linux/drivers/media/usb/dvb-usb-v2/
H A Daz6007.c952 static int az6007_suspend(struct usb_interface *intf, pm_message_t msg) in az6007_suspend() argument
957 return dvb_usbv2_suspend(intf, msg); in az6007_suspend()
/openbmc/linux/net/tipc/
H A Dmsg.h1178 bool tipc_msg_pskb_copy(u32 dst, struct sk_buff_head *msg,
1182 bool tipc_msg_skb_clone(struct sk_buff_head *msg, struct sk_buff_head *cpy);
/openbmc/linux/lib/zlib_deflate/
H A Ddeflate.c209 strm->msg = NULL; in zlib_deflateInit2()
292 strm->msg = NULL; in zlib_deflateReset()
/openbmc/linux/arch/arm/boot/dts/qcom/
H A Dqcom-apq8084.dtsi218 qcom,rpm-msg-ram = <&rpm_msg_ram>;
720 compatible = "qcom,rpm-msg-ram";
/openbmc/linux/drivers/acpi/
H A Dbus.c399 static void acpi_bus_decode_usb_osc(const char *msg, u32 bits) in acpi_bus_decode_usb_osc() argument
401 pr_info("%s USB3%c DisplayPort%c PCIe%c XDomain%c\n", msg, in acpi_bus_decode_usb_osc()
/openbmc/linux/include/linux/
H A Dhyperv.h763 unsigned char msg[]; member
768 struct vmbus_channel_close_channel msg; member
/openbmc/openbmc-test-automation/ipmi/
H A Dtest_ipmi_sdr.robot160 ... msg=Getting same reservation ID for second time, reservation ID must be different.
367 ... ELSE Fail msg=Invalid Presence${presence_ipmi}
/openbmc/openbmc-test-automation/redfish/update_service/
H A Dtest_redfish_bmc_code_update.robot374 ... Fail msg=Operation not handled.
452 Fail msg=Operation not handled.
/openbmc/linux/tools/testing/selftests/tc-testing/
H A Dtdc.py530 msg = 'skipped - previous {} failed {} {}'.format(stage,
532 res.set_errormsg(msg)
/openbmc/smbios-mdr/src/
H A Dmdrv2.cpp470 [this, requireExactMatch](sdbusplus::message_t& msg) { in systemInfoUpdate() argument
477 msg.read(objectName, msgData); in systemInfoUpdate()
/openbmc/qemu/target/s390x/
H A Dcpu_models.c515 const char *msg) in check_compat_model_failed() argument
518 msg, max_model->def->name); in check_compat_model_failed()
/openbmc/phosphor-bmc-code-mgmt/
H A Ditem_updater.cpp42 void ItemUpdater::createActivation(sdbusplus::message_t& msg) in createActivation() argument
55 msg.read(objPath, interfaces); in createActivation()
/openbmc/linux/drivers/usb/host/
H A Dxhci-pci.c853 static int xhci_pci_resume(struct usb_hcd *hcd, pm_message_t msg) in xhci_pci_resume() argument
888 retval = xhci_resume(xhci, msg); in xhci_pci_resume()
/openbmc/linux/net/ipv6/
H A Droute.c3165 const struct rd_msg *msg = (struct rd_msg *)icmp6_hdr(skb); in ip6_redirect_no_header() local
3170 .daddr = msg->dest, in ip6_redirect_no_header()
4118 struct rd_msg *msg; in rt6_do_redirect() local
4123 optlen -= sizeof(*msg); in rt6_do_redirect()
4130 msg = (struct rd_msg *)icmp6_hdr(skb); in rt6_do_redirect()
4132 if (ipv6_addr_is_multicast(&msg->dest)) { in rt6_do_redirect()
4138 if (ipv6_addr_equal(&msg->dest, &msg->target)) { in rt6_do_redirect()
4140 } else if (ipv6_addr_type(&msg->target) != in rt6_do_redirect()
4184 neigh = __neigh_lookup(&nd_tbl, &msg->target, skb->dev, 1); in rt6_do_redirect()
4225 nrt = ip6_rt_cache_alloc(&res, &msg->dest, NULL); in rt6_do_redirect()
[all …]
/openbmc/linux/drivers/net/ethernet/aquantia/atlantic/
H A Daq_macsec.c1486 struct macsec_msg_fw_request msg = { 0 }; in aq_macsec_enable() local
1505 msg.msg_type = macsec_cfg_msg; in aq_macsec_enable()
1506 msg.cfg = cfg; in aq_macsec_enable()
1508 ret = nic->aq_fw_ops->send_macsec_req(hw, &msg, &resp); in aq_macsec_enable()
/openbmc/linux/drivers/gpu/drm/i915/display/
H A Dicl_dsi.c1775 const struct mipi_dsi_msg *msg) in gen11_dsi_host_transfer() argument
1782 ret = mipi_dsi_create_packet(&dsi_pkt, msg); in gen11_dsi_host_transfer()
1786 if (msg->flags & MIPI_DSI_MSG_USE_LPM) in gen11_dsi_host_transfer()
1790 if (mipi_dsi_packet_format_is_long(msg->type)) { in gen11_dsi_host_transfer()
/openbmc/linux/net/mptcp/
H A Dsubflow.c54 u8 msg[8]; in subflow_generate_hmac() local
56 put_unaligned_be32(nonce1, &msg[0]); in subflow_generate_hmac()
57 put_unaligned_be32(nonce2, &msg[4]); in subflow_generate_hmac()
59 mptcp_crypto_hmac_sha(key1, key2, msg, 8, hmac); in subflow_generate_hmac()
/openbmc/linux/drivers/block/drbd/
H A Ddrbd_main.c1542 struct msghdr msg = { .msg_flags = msg_flags, }; in _drbd_send_page() local
1554 msg.msg_flags |= MSG_NOSIGNAL | MSG_SPLICE_PAGES; in _drbd_send_page()
1561 iov_iter_bvec(&msg.msg_iter, ITER_SOURCE, &bvec, 1, len); in _drbd_send_page()
1563 sent = sock_sendmsg(socket, &msg); in _drbd_send_page()
1822 struct msghdr msg = {.msg_flags = msg_flags | MSG_NOSIGNAL}; in drbd_send() local
1830 iov_iter_kvec(&msg.msg_iter, ITER_SOURCE, &iov, 1, size); in drbd_send()
1839 rv = sock_sendmsg(sock, &msg); in drbd_send()
/openbmc/openbmc-test-automation/lib/
H A Dconnection_client.robot85 ... msg=Need to provide a host or an alias. values=False
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/
H A Dpkgdata.py227 …self.assertTrue(currpos != -1, msg = "Test is Failed. Help is not Displayed in %s" % result.output)
/openbmc/openbmc-test-automation/redfish/managers/
H A Dtest_managers_bmc.robot176 Should Be Equal ${boot_count} ${1} msg=Boot count is not incremented.
/openbmc/linux/drivers/media/test-drivers/vivid/
H A Dvivid-core.h115 u8 msg[CEC_MAX_MSG_SIZE]; member
/openbmc/linux/Documentation/userspace-api/netlink/
H A Dintro-specs.rst125 fprintf(stderr, "YNL: %s\n", ys->err.msg);
/openbmc/linux/include/net/sctp/
H A Dsm.h209 struct msghdr *msg, size_t msg_len);

1...<<141142143144145146147148149150>>...165