/Linux-v4.19/Documentation/scsi/ |
D | hptiop.txt | 84 All queued requests are handled via inbound/outbound queue port. 105 will be put into outbound queue. An outbound interrupt will be 109 outbound queue. 112 is posted to the outbound queue. If IOP_REQUEST_FLAG_OUTPUT_CONTEXT 116 - The host read the outbound queue and complete the request. 119 by writing it to the outbound queue. 122 register 0. An outbound message with the same value indicates the completion 129 All queued requests are handled via inbound/outbound list. 149 free outbound list unit and the index of the outbound list unit will be 150 put into the copy pointer shadow register. An outbound interrupt will be [all …]
|
/Linux-v4.19/Documentation/devicetree/bindings/pci/ |
D | cdns,cdns-pcie-ep.txt | 8 - cdns,max-outbound-regions: Set to maximum number of outbound regions 23 cdns,max-outbound-regions = <16>;
|
D | rockchip-pcie-ep.txt | 34 - rockchip,max-outbound-regions: Maximum number of outbound regions 44 rockchip,max-outbound-regions = <16>;
|
D | mobiveil-pcie.txt | 4 has up to 8 outbound and inbound windows for the address translation. 19 - apio-wins : number of requested apio outbound windows 20 default 2 outbound windows are configured -
|
D | cdns,cdns-pcie-host.txt | 20 - cdns,max-outbound-regions: Set to maximum number of outbound regions 40 cdns,max-outbound-regions = <16>;
|
D | xgene-pci.txt | 14 - ranges: ranges for the outbound memory, I/O regions.
|
D | designware-pcie.txt | 23 - num-ob-windows: number of outbound address translation windows
|
D | ti-pci.txt | 41 - num-ob-windows : number of outbound address translation windows
|
/Linux-v4.19/drivers/hv/ |
D | vmbus_drv.c | 315 struct hv_ring_buffer_debug_info outbound; in out_intr_mask_show() local 319 hv_ringbuffer_get_debuginfo(&hv_dev->channel->outbound, &outbound); in out_intr_mask_show() 320 return sprintf(buf, "%d\n", outbound.current_interrupt_mask); in out_intr_mask_show() 328 struct hv_ring_buffer_debug_info outbound; in out_read_index_show() local 332 hv_ringbuffer_get_debuginfo(&hv_dev->channel->outbound, &outbound); in out_read_index_show() 333 return sprintf(buf, "%d\n", outbound.current_read_index); in out_read_index_show() 342 struct hv_ring_buffer_debug_info outbound; in out_write_index_show() local 346 hv_ringbuffer_get_debuginfo(&hv_dev->channel->outbound, &outbound); in out_write_index_show() 347 return sprintf(buf, "%d\n", outbound.current_write_index); in out_write_index_show() 356 struct hv_ring_buffer_debug_info outbound; in out_read_bytes_avail_show() local [all …]
|
D | ring_buffer.c | 65 struct hv_ring_buffer_info *rbi = &channel->outbound; in hv_signal_on_write() 257 struct hv_ring_buffer_info *outring_info = &channel->outbound; in hv_ringbuffer_write()
|
D | channel.c | 131 ret = hv_ringbuffer_init(&newchannel->outbound, page, in vmbus_open() 240 hv_ringbuffer_cleanup(&newchannel->outbound); in vmbus_open() 658 hv_ringbuffer_cleanup(&channel->outbound); in vmbus_close_internal()
|
/Linux-v4.19/Documentation/devicetree/bindings/soc/qcom/ |
D | qcom,smp2p.txt | 38 Definition: two identifiers of the inbound and outbound smem items used 52 Each SMP2P pair contain a set of inbound and outbound entries, these are 61 and for outbound entries this name is used for allocating 85 inbound and one outbound entry:
|
D | qcom,smsm.txt | 80 encompasses one outbound entry and the outgoing interrupt for the wireless
|
/Linux-v4.19/Documentation/arm/ |
D | cluster-pm-race-avoidance.txt | 205 In this discussion, the "outbound side" is the view of the cluster state 215 on the outbound side: 247 Transitions -----> can only be made by the outbound CPU, and 252 further transition possible on the outbound side (i.e., the 253 outbound CPU has put the cluster into the CLUSTER_DOWN state). 264 The parallelism of the inbound and outbound CPUs is observed by 283 can occur; either the inbound or the outbound side. 338 Next state: CLUSTER_GOING_DOWN/INBOUND_NOT_COMING_UP (outbound) 345 An outbound CPU is tearing the cluster down. The selected CPU 353 To avoid wasteful unnecessary teardown operations, the outbound [all …]
|
/Linux-v4.19/drivers/soc/qcom/ |
D | smp2p.c | 156 struct list_head outbound; member 464 INIT_LIST_HEAD(&smp2p->outbound); in qcom_smp2p_probe() 533 list_add(&entry->node, &smp2p->outbound); in qcom_smp2p_probe() 556 list_for_each_entry(entry, &smp2p->outbound, node) in qcom_smp2p_probe() 579 list_for_each_entry(entry, &smp2p->outbound, node) in qcom_smp2p_remove()
|
/Linux-v4.19/Documentation/media/uapi/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 | 112 - Total number of outbound links. Inbound links are not counted in
|
/Linux-v4.19/Documentation/networking/ |
D | secid.txt | 7 If this is an outbound flow, the label is derived from the socket, if any, or
|
/Linux-v4.19/Documentation/rapidio/ |
D | tsi721.txt | 7 It supports maintenance read and write operations, inbound and outbound RapidIO 12 destination IDs without need for changes in outbound window translation.
|
/Linux-v4.19/Documentation/ |
D | ntb.txt | 42 inbound translation configured on the local ntb port and outbound translation 57 maps corresponding outbound memory window so to have access to the shared 74 outbound memory window so to have access to the shared memory region. 87 2) Map outbound memory window
|
/Linux-v4.19/include/net/sctp/ |
D | ulpevent.h | 93 __u16 outbound,
|
/Linux-v4.19/Documentation/devicetree/bindings/display/exynos/ |
D | exynos_dsim.txt | 37 port node outbound:
|
/Linux-v4.19/net/vmw_vsock/ |
D | hyperv_transport.c | 266 u32 writeable = hv_get_bytes_to_write(&chan->outbound); in hvs_channel_writable_bytes() 304 if (hv_get_bytes_to_write(&chan->outbound) > 0) in hvs_channel_cb()
|
/Linux-v4.19/Documentation/ABI/stable/ |
D | firewire-cdev | 71 outbound asynchronous transaction completion or isochronous
|
/Linux-v4.19/arch/arm/common/ |
D | mcpm_head.S | 142 @ If the outbound gave up before teardown started, skip cluster setup:
|