/linux-6.12.1/Documentation/scsi/ |
D | hptiop.rst | 110 All queued requests are handled via inbound/outbound queue port. 131 will be put into outbound queue. An outbound interrupt will be 135 outbound queue. 138 is posted to the outbound queue. If IOP_REQUEST_FLAG_OUTPUT_CONTEXT 142 - The host read the outbound queue and complete the request. 145 by writing it to the outbound queue. 148 register 0. An outbound message with the same value indicates the completion 155 All queued requests are handled via inbound/outbound list. 175 free outbound list unit and the index of the outbound list unit will be 176 put into the copy pointer shadow register. An outbound interrupt will be [all …]
|
/linux-6.12.1/drivers/hv/ |
D | vmbus_drv.c | 289 struct hv_ring_buffer_debug_info outbound; in out_intr_mask_show() local 295 ret = hv_ringbuffer_get_debuginfo(&hv_dev->channel->outbound, in out_intr_mask_show() 296 &outbound); in out_intr_mask_show() 300 return sysfs_emit(buf, "%d\n", outbound.current_interrupt_mask); in out_intr_mask_show() 308 struct hv_ring_buffer_debug_info outbound; in out_read_index_show() local 314 ret = hv_ringbuffer_get_debuginfo(&hv_dev->channel->outbound, in out_read_index_show() 315 &outbound); in out_read_index_show() 318 return sysfs_emit(buf, "%d\n", outbound.current_read_index); in out_read_index_show() 327 struct hv_ring_buffer_debug_info outbound; in out_write_index_show() local 333 ret = hv_ringbuffer_get_debuginfo(&hv_dev->channel->outbound, in out_write_index_show() [all …]
|
D | ring_buffer.c | 54 struct hv_ring_buffer_info *rbi = &channel->outbound; in hv_signal_on_write() 181 mutex_init(&channel->outbound.ring_buffer_mutex); in hv_ringbuffer_pre_init() 268 struct hv_ring_buffer_info *rinfo = &channel->outbound; in hv_ringbuffer_spinlock_busy() 286 struct hv_ring_buffer_info *outring_info = &channel->outbound; in hv_ringbuffer_write()
|
D | channel.c | 152 hv_ringbuffer_cleanup(&channel->outbound); in vmbus_free_ring() 678 err = hv_ringbuffer_init(&newchannel->outbound, in __vmbus_open() 765 hv_ringbuffer_cleanup(&newchannel->outbound); in __vmbus_open()
|
/linux-6.12.1/Documentation/arch/arm/ |
D | cluster-pm-race-avoidance.rst | 221 In this discussion, the "outbound side" is the view of the cluster state 231 on the outbound side: 263 Transitions -----> can only be made by the outbound CPU, and 268 further transition possible on the outbound side (i.e., the 269 outbound CPU has put the cluster into the CLUSTER_DOWN state). 280 The parallelism of the inbound and outbound CPUs is observed by 299 can occur; either the inbound or the outbound side. 362 CLUSTER_GOING_DOWN/INBOUND_NOT_COMING_UP (outbound) 371 An outbound CPU is tearing the cluster down. The selected CPU 379 To avoid wasteful unnecessary teardown operations, the outbound [all …]
|
/linux-6.12.1/Documentation/devicetree/bindings/pci/ |
D | mobiveil-pcie.txt | 4 has up to 8 outbound and inbound windows for the address translation. 21 - apio-wins : number of requested apio outbound windows 22 default 2 outbound windows are configured -
|
D | xgene-pci.txt | 14 - ranges: ranges for the outbound memory, I/O regions.
|
D | ti-pci.txt | 53 - num-ob-windows : number of outbound address translation windows
|
/linux-6.12.1/Documentation/userspace-api/media/mediactl/ |
D | media-ioc-enum-links.rst | 48 with information about the entity's outbound links. The array must have 49 enough room to store all the entity's outbound links. The number of 50 outbound links can be retrieved with :ref:`MEDIA_IOC_ENUM_ENTITIES`.
|
D | media-ioc-enum-entities.rst | 103 - Total number of outbound links. Inbound links are not counted in
|
/linux-6.12.1/drivers/soc/qcom/ |
D | smp2p.c | 161 struct list_head outbound; member 553 INIT_LIST_HEAD(&smp2p->outbound); in qcom_smp2p_probe() 620 list_add(&entry->node, &smp2p->outbound); in qcom_smp2p_probe() 660 list_for_each_entry(entry, &smp2p->outbound, node) in qcom_smp2p_probe() 685 list_for_each_entry(entry, &smp2p->outbound, node) in qcom_smp2p_remove()
|
/linux-6.12.1/Documentation/ABI/testing/ |
D | sysfs-bus-event_source-devices-hisi_ptt | 16 the proportion of outbound completion TLPs on the PCIe link. 26 the proportion of outbound non-posted TLPs on the PCIe link. 36 proportion of outbound posted TLPs on the PCIe link. 56 Description: (RW) Control the allocated buffer watermark of outbound packets.
|
/linux-6.12.1/Documentation/trace/ |
D | hisi-ptt.rst | 99 type. Rx means the inbound while Tx means outbound. The packets will 178 specify one when tracing outbound TLP headers. 190 - 4'b0001: outbound TLPs (P, NP, CPL) 191 - 4'b0010: outbound TLPs (P, NP, CPL) and inbound TLPs (P, NP, CPL B) 192 - 4'b0011: outbound TLPs (P, NP, CPL) and inbound TLPs (CPL A) 198 - 4'b0001: outbound TLPs (P, NP, CPL)
|
/linux-6.12.1/drivers/pci/controller/mobiveil/ |
D | Kconfig | 31 Soft IP. It has up to 8 outbound and inbound windows
|
/linux-6.12.1/Documentation/networking/ |
D | secid.rst | 13 If this is an outbound flow, the label is derived from the socket, if any, or
|
/linux-6.12.1/Documentation/ABI/stable/ |
D | sysfs-bus-vmbus | 169 Description: Number of guest to host interrupts caused by the outbound ring 178 outbound ring buffer full condition 185 Description: Total number of write operations that encountered an outbound
|
/linux-6.12.1/Documentation/PCI/endpoint/ |
D | pci-ntb-function.rst | 65 write into this region for configuring the outbound Address Translation Unit 117 the outbound ATU such that transactions to Doorbell BAR will be routed 128 will configure the outbound ATU such that transactions to MW BAR 338 memory window 1 regions are allocated in EP controller 2 outbound (OB) address
|
/linux-6.12.1/Documentation/driver-api/rapidio/ |
D | tsi721.rst | 9 It supports maintenance read and write operations, inbound and outbound RapidIO 14 destination IDs without need for changes in outbound window translation.
|
/linux-6.12.1/include/linux/ |
D | hyperv.h | 865 struct hv_ring_buffer_info outbound; /* send to parent */ member 1131 spin_lock_irqsave(&c->outbound.ring_lock, flags); in set_channel_pending_send_size() 1138 spin_unlock_irqrestore(&c->outbound.ring_lock, flags); in set_channel_pending_send_size() 1143 c->outbound.ring_buffer->pending_send_sz = size; in set_channel_pending_send_size()
|
/linux-6.12.1/Documentation/driver-api/ |
D | ntb.rst | 42 inbound translation configured on the local ntb port and outbound translation 58 maps corresponding outbound memory window so to have access to the shared 76 outbound memory window so to have access to the shared memory region. 91 2) Map outbound memory window
|
/linux-6.12.1/include/net/sctp/ |
D | ulpevent.h | 78 __u16 outbound,
|
/linux-6.12.1/Documentation/devicetree/bindings/sound/ |
D | cs35l36.txt | 47 polarity of outbound IMON feedback data 50 polarity of outbound VMON feedback data
|
/linux-6.12.1/include/linux/netfilter/ |
D | nf_conntrack_pptp.h | 304 int (*outbound)(struct sk_buff *skb, member
|
/linux-6.12.1/net/vmw_vsock/ |
D | hyperv_transport.c | 216 u32 writeable = hv_get_bytes_to_write(&chan->outbound); in hvs_channel_writable_bytes() 257 if (hv_get_bytes_to_write(&chan->outbound) > 0) in hvs_channel_cb()
|
/linux-6.12.1/arch/arm/common/ |
D | mcpm_head.S | 140 @ If the outbound gave up before teardown started, skip cluster setup:
|