| /OK3568_Linux_fs/u-boot/cmd/ |
| H A D | tsi148.c | 84 __raw_writel(htonl(0x00000000), &dev->uregs->outbound[j].otat); in tsi148_init() 144 if (0x00000000 == readl(&dev->uregs->outbound[i].otat)) in tsi148_pci_slave_window() 158 __raw_writel(htonl(pciAddr), &dev->uregs->outbound[i].otsal); in tsi148_pci_slave_window() 159 __raw_writel(0x00000000, &dev->uregs->outbound[i].otsau); in tsi148_pci_slave_window() 160 __raw_writel(htonl(pciAddr + size), &dev->uregs->outbound[i].oteal); in tsi148_pci_slave_window() 161 __raw_writel(0x00000000, &dev->uregs->outbound[i].oteau); in tsi148_pci_slave_window() 162 __raw_writel(htonl(vmeAddr - pciAddr), &dev->uregs->outbound[i].otofl); in tsi148_pci_slave_window() 163 __raw_writel(0x00000000, &dev->uregs->outbound[i].otofu); in tsi148_pci_slave_window() 200 __raw_writel(htonl(ctl), &dev->uregs->outbound[i].otat); in tsi148_pci_slave_window() 203 &dev->uregs->outbound[i].otsau); in tsi148_pci_slave_window() [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/scsi/ |
| H A 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 …]
|
| /OK3568_Linux_fs/kernel/drivers/hv/ |
| H A D | vmbus_drv.c | 330 struct hv_ring_buffer_debug_info outbound; in out_intr_mask_show() local 336 ret = hv_ringbuffer_get_debuginfo(&hv_dev->channel->outbound, in out_intr_mask_show() 337 &outbound); in out_intr_mask_show() 341 return sprintf(buf, "%d\n", outbound.current_interrupt_mask); in out_intr_mask_show() 349 struct hv_ring_buffer_debug_info outbound; in out_read_index_show() local 355 ret = hv_ringbuffer_get_debuginfo(&hv_dev->channel->outbound, in out_read_index_show() 356 &outbound); in out_read_index_show() 359 return sprintf(buf, "%d\n", outbound.current_read_index); in out_read_index_show() 368 struct hv_ring_buffer_debug_info outbound; in out_write_index_show() local 374 ret = hv_ringbuffer_get_debuginfo(&hv_dev->channel->outbound, in out_write_index_show() [all …]
|
| H A D | ring_buffer.c | 52 struct hv_ring_buffer_info *rbi = &channel->outbound; in hv_signal_on_write() 188 mutex_init(&channel->outbound.ring_buffer_mutex); in hv_ringbuffer_pre_init() 260 struct hv_ring_buffer_info *outring_info = &channel->outbound; in hv_ringbuffer_write()
|
| H A D | channel.c | 151 hv_ringbuffer_cleanup(&channel->outbound); in vmbus_free_ring() 530 err = hv_ringbuffer_init(&newchannel->outbound, page, send_pages); in __vmbus_open() 627 hv_ringbuffer_cleanup(&newchannel->outbound); in __vmbus_open()
|
| /OK3568_Linux_fs/kernel/Documentation/arm/ |
| H A 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 …]
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/soc/qcom/ |
| H A 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:
|
| H A D | qcom,smsm.txt | 80 encompasses one outbound entry and the outgoing interrupt for the wireless
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/pci/ |
| H A D | rockchip-pcie-ep.txt | 34 - rockchip,max-outbound-regions: Maximum number of outbound regions 44 rockchip,max-outbound-regions = <16>;
|
| H A 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 -
|
| H A D | xgene-pci.txt | 14 - ranges: ranges for the outbound memory, I/O regions.
|
| /OK3568_Linux_fs/kernel/drivers/soc/qcom/ |
| H A D | smp2p.c | 148 struct list_head outbound; member 458 INIT_LIST_HEAD(&smp2p->outbound); in qcom_smp2p_probe() 525 list_add(&entry->node, &smp2p->outbound); in qcom_smp2p_probe() 548 list_for_each_entry(entry, &smp2p->outbound, node) in qcom_smp2p_probe() 571 list_for_each_entry(entry, &smp2p->outbound, node) in qcom_smp2p_remove()
|
| /OK3568_Linux_fs/kernel/Documentation/userspace-api/media/mediactl/ |
| H A 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`.
|
| /OK3568_Linux_fs/kernel/Documentation/ABI/stable/ |
| H A D | sysfs-bus-vmbus | 162 Description: Number of guest to host interrupts caused by the outbound ring 171 outbound ring buffer full condition 178 Description: Total number of write operations that encountered an outbound
|
| /OK3568_Linux_fs/kernel/drivers/pci/controller/mobiveil/ |
| H A D | Kconfig | 22 Soft IP. It has up to 8 outbound and inbound windows
|
| /OK3568_Linux_fs/kernel/Documentation/networking/ |
| H A D | secid.rst | 13 If this is an outbound flow, the label is derived from the socket, if any, or
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | hyperv.h | 797 struct hv_ring_buffer_info outbound; /* send to parent */ member 1026 spin_lock_irqsave(&c->outbound.ring_lock, flags); in set_channel_pending_send_size() 1033 spin_unlock_irqrestore(&c->outbound.ring_lock, flags); in set_channel_pending_send_size() 1038 c->outbound.ring_buffer->pending_send_sz = size; in set_channel_pending_send_size()
|
| /OK3568_Linux_fs/kernel/Documentation/driver-api/rapidio/ |
| H A 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.
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | tsi148.h | 57 OUTBOUND outbound[8]; /* 0x100 */ member
|
| /OK3568_Linux_fs/kernel/Documentation/driver-api/ |
| H A 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
|
| /OK3568_Linux_fs/buildroot/dl/rtmpdump/git/ |
| H A D | README | 155 On Linux you can also use iptables to redirect all outbound RTMP traffic. You 173 real outbound connection without any other help from the user. The equivalent 192 outbound connection to the real RTMP server. It performs an RTMP handshake
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/sound/ |
| H A D | cs35l36.txt | 47 polarity of outbound IMON feedback data 50 polarity of outbound VMON feedback data
|
| /OK3568_Linux_fs/kernel/include/net/sctp/ |
| H A D | ulpevent.h | 78 __u16 outbound,
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-support/dnsmasq/files/ |
| H A D | CVE-2023-28450.patch | 32 Send outbound DNS queries from, and listen for their replies on, the
|
| /OK3568_Linux_fs/kernel/net/vmw_vsock/ |
| H A D | hyperv_transport.c | 213 u32 writeable = hv_get_bytes_to_write(&chan->outbound); in hvs_channel_writable_bytes() 248 if (hv_get_bytes_to_write(&chan->outbound) > 0) in hvs_channel_cb()
|