/Linux-v5.15/drivers/hv/ |
D | hv_trace.h | 30 TP_PROTO(const struct vmbus_channel_offer_channel *offer), 31 TP_ARGS(offer), 43 TP_fast_assign(__entry->child_relid = offer->child_relid; 44 __entry->monitorid = offer->monitorid; 45 __entry->is_ddc_int = offer->is_dedicated_interrupt; 46 __entry->connection_id = offer->connection_id; 47 export_guid(__entry->if_type, &offer->offer.if_type); 48 export_guid(__entry->if_instance, &offer->offer.if_instance); 49 __entry->chn_flags = offer->offer.chn_flags; 50 __entry->mmio_mb = offer->offer.mmio_megabytes; [all …]
|
D | channel_mgmt.c | 192 const guid_t *guid = &channel->offermsg.offer.if_type; in hv_get_dev_type() 523 &newchannel->offermsg.offer.if_type, in vmbus_add_channel_work() 524 &newchannel->offermsg.offer.if_instance, in vmbus_add_channel_work() 572 * vmbus_process_offer - Process the offer by creating a channel/device 573 * associated with this offer 609 if (guid_equal(&channel->offermsg.offer.if_type, in vmbus_process_offer() 610 &newchannel->offermsg.offer.if_type) && in vmbus_process_offer() 611 guid_equal(&channel->offermsg.offer.if_instance, in vmbus_process_offer() 612 &newchannel->offermsg.offer.if_instance)) { in vmbus_process_offer() 638 if (newchannel->offermsg.offer.sub_channel_index == 0) { in vmbus_process_offer() [all …]
|
D | vmbus_drv.c | 207 &hv_dev->channel->offermsg.offer.if_type); in class_id_show() 219 &hv_dev->channel->offermsg.offer.if_instance); in device_id_show() 1140 * may still be handling the original offer. We deal with in vmbus_on_msg_dpc() 1151 * The OFFER message and the RESCIND message should in vmbus_on_msg_dpc() 1153 * because the OFFER handler may call vmbus_open(), in vmbus_on_msg_dpc() 1160 * the guest's OFFER handler hangs for ever, if we in vmbus_on_msg_dpc() 1163 * run before the OFFER handler finishes. in vmbus_on_msg_dpc() 1170 * The host sends the offer message of a given channel in vmbus_on_msg_dpc() 1188 * to the CPUs which will execute the offer & rescind in vmbus_on_msg_dpc() 1964 channel->offermsg.offer.sub_channel_index); in subchannel_id_show() [all …]
|
/Linux-v5.15/Documentation/virt/kvm/arm/ |
D | psci.rst | 46 KVM does not offer 65 available. KVM does not offer firmware support for the workaround. 68 unknown. KVM does not offer firmware support for the workaround.
|
/Linux-v5.15/include/linux/ |
D | hyperv.h | 269 * At the center of the Channel Management library is the Channel Offer. This 270 * struct contains the fundamental information about an offer. 508 /* Offer Channel parameters */ 511 struct vmbus_channel_offer offer; member 535 /* Rescind Offer parameters */ 542 * Request Offer -- no parameters, SynIC message contains the partition ID 557 /* ID making a particular open request at a channel offer unique. */ 903 * The initial offer is considered the primary channel and this 904 * offer message will indicate if the host supports sub-channels. 914 * process context when a sub-channel offer is received from the host. [all …]
|
/Linux-v5.15/LICENSES/dual/ |
D | CDDL-1.0 | 102 practice, sell, and offer for sale, and/or otherwise 136 offer for sale, have made, and/or otherwise dispose of: (1) 190 You may not offer or impose any terms on any Covered Software in 193 offer, and to charge a fee for, warranty, support, indemnity or 202 offer. 219 offer.
|
D | MPL-1.1 | 109 sell, and offer for sale, and/or otherwise dispose of the 136 of such combination), to make, use, sell, offer for sale, have 165 distribute. You may not offer or impose any terms on any Source Code 232 rights relating to Covered Code. You may choose to offer, and to 241 support, indemnity or liability terms You offer. 264 terms You offer.
|
D | CC-BY-4.0 | 183 a. Offer from the Licensor -- Licensed Material. Every 185 receives an offer from the Licensor to exercise the 189 b. No downstream restrictions. You may not offer or impose 347 c. For the avoidance of doubt, the Licensor may also offer the
|
D | Apache-2.0 | 90 this section) patent license to make, have made, use, offer to sell, 177 Work or Derivative Works thereof, You may choose to offer, and charge a
|
/Linux-v5.15/Documentation/hwmon/ |
D | ucd9000.rst | 39 interrupts, cascading, or other system functions. Twelve of these pins offer PWM 47 functions. Twelve of these pins offer PWM functionality. Using these pins, the 60 functions. Ten of these pins offer PWM functionality. Using these pins, the
|
/Linux-v5.15/LICENSES/preferred/ |
D | GPL-2.0 | 59 (2) offer you this license which gives you legal permission to copy, 107 you may at your option offer warranty protection in exchange for a fee. 161 b) Accompany it with a written offer, valid for at least three 168 c) Accompany it with the information you received as to the offer 172 an offer, in accord with Subsection b above.)
|
D | LGPL-2.0 | 59 library, and (2) offer you this license which gives you legal permission to 158 you may at your option offer warranty protection in exchange for a fee. 293 b) Accompany the work with a written offer, valid for at least three 299 designated place, offer equivalent access to copy the above specified
|
D | LGPL-2.1 | 63 library, and (2) we offer you this license, which gives you legal 168 you may at your option offer warranty protection in exchange for a fee. 311 c) Accompany the work with a written offer, valid for at least three 317 designated place, offer equivalent access to copy the above specified
|
/Linux-v5.15/tools/usb/usbip/ |
D | COPYING | 40 (2) offer you this license which gives you legal permission to copy, 88 you may at your option offer warranty protection in exchange for a fee. 142 b) Accompany it with a written offer, valid for at least three 149 c) Accompany it with the information you received as to the offer 153 an offer, in accord with Subsection b above.)
|
/Linux-v5.15/drivers/net/hyperv/ |
D | netvsc_trace.h | 146 __entry->qid = chan->offermsg.offer.sub_channel_index; 169 __entry->qid = chan->offermsg.offer.sub_channel_index;
|
/Linux-v5.15/Documentation/networking/ |
D | xfrm_device.rst | 16 Luckily, there are NICs that offer a hardware based IPsec offload which 18 Device interface allows NIC drivers to offer to the stack access to the
|
/Linux-v5.15/drivers/net/can/peak_canfd/ |
D | Kconfig | 8 These 1x or 2x CAN-FD channels cards offer CAN 2.0 a/b as well as
|
/Linux-v5.15/Documentation/driver-api/acpi/ |
D | linuxized-acpica.rst | 81 A. OS Service Layer - Provided by Linux to offer OS dependent 89 B. ACPICA Functionality - Released from ACPICA code base to offer 107 ACPI subsystem to offer architecture specific implementation of the 229 rebased on the ACPICA side in order to offer better solutions, new ACPICA
|
/Linux-v5.15/LICENSES/deprecated/ |
D | GPL-1.0 | 49 (2) offer you this license which gives you legal permission to copy, 106 copy, and you may at your option offer warranty protection in 121 b) accompany it with a written offer, valid for at least three
|
/Linux-v5.15/drivers/ntb/ |
D | Kconfig | 21 hardware doorbells. MSI interrupts typically offer lower latency
|
/Linux-v5.15/include/linux/dsa/ |
D | lan9303.h | 35 /* LAN9303 do not offer reading specific ALR entry. Cache all
|
/Linux-v5.15/Documentation/devicetree/bindings/hwmon/ |
D | adi,adm1275.yaml | 15 that offer digital current, voltage, and power monitoring using an on-chip,
|
/Linux-v5.15/Documentation/ABI/testing/ |
D | sysfs-platform_profile | 20 Userspace may expect drivers to offer more than one of these
|
/Linux-v5.15/drivers/gpu/drm/nouveau/ |
D | Kconfig | 33 ways, so offer a way to disable it now. For uapi compat with
|
/Linux-v5.15/Documentation/userspace-api/ |
D | sysfs-platform_profile.rst | 15 The purpose of the platform_profile attribute is to offer a generic sysfs
|