/linux-6.3-rc2/Documentation/scsi/ |
A D | hptiop.rst | 110 All queued requests are handled via inbound/outbound queue port. 115 - Get a free request packet by reading the inbound queue port or 118 The value returned from the inbound queue port is an offset 125 - Post the packet to IOP by writing it to inbound queue. For requests 126 allocated in IOP memory, write the offset to inbound queue port. For 128 to the inbound queue port. 147 Non-queued requests (reset/flush etc) can be sent via inbound message 149 of an inbound message. 155 All queued requests are handled via inbound/outbound list. 168 Set up the inbound list write pointer with the index of previous unit, [all …]
|
A D | arcmsr_spec.rst | 39 offset 0xa00 for inbound message code message_rwbuffer 60 (inbound queue port) 151 ->offset 0xa00 :for inbound message code message_rwbuffer 166 ->offset 0xa00 for inbound message code message_rwbuffer
|
/linux-6.3-rc2/Documentation/arm/ |
A D | cluster-pm-race-avoidance.rst | 237 "inbound" state: The state of the cluster on the inbound side. 280 The parallelism of the inbound and outbound CPUs is observed by 296 <cluster state>/<inbound state> (<transitioner>) 299 can occur; either the inbound or the outbound side. 304 CLUSTER_DOWN/INBOUND_COMING_UP (inbound) 317 In this state, an inbound CPU sets up the cluster, including 327 CLUSTER_UP/INBOUND_COMING_UP (inbound) 345 CLUSTER_UP/INBOUND_NOT_COMING_UP (inbound) 380 should check the inbound cluster state for asynchronous 393 CLUSTER_GOING_DOWN/INBOUND_COMING_UP (inbound) [all …]
|
/linux-6.3-rc2/Documentation/devicetree/bindings/soc/qcom/ |
A D | qcom,smp2p.yaml | 60 Two identifiers of the inbound and outbound smem items used for this edge. 66 Each SMP2P pair contain a set of inbound and outbound entries, these are 73 Marks the entry as inbound; the node should be specified as a two 83 The name of this entry, for inbound entries this will be used to 123 # inbound and one outbound entry.
|
/linux-6.3-rc2/drivers/hv/ |
A D | vmbus_drv.c | 450 struct hv_ring_buffer_debug_info inbound; in in_intr_mask_show() local 456 ret = hv_ringbuffer_get_debuginfo(&hv_dev->channel->inbound, &inbound); in in_intr_mask_show() 468 struct hv_ring_buffer_debug_info inbound; in in_read_index_show() local 474 ret = hv_ringbuffer_get_debuginfo(&hv_dev->channel->inbound, &inbound); in in_read_index_show() 486 struct hv_ring_buffer_debug_info inbound; in in_write_index_show() local 492 ret = hv_ringbuffer_get_debuginfo(&hv_dev->channel->inbound, &inbound); in in_write_index_show() 505 struct hv_ring_buffer_debug_info inbound; in in_read_bytes_avail_show() local 511 ret = hv_ringbuffer_get_debuginfo(&hv_dev->channel->inbound, &inbound); in in_read_bytes_avail_show() 524 struct hv_ring_buffer_debug_info inbound; in in_write_bytes_avail_show() local 530 ret = hv_ringbuffer_get_debuginfo(&hv_dev->channel->inbound, &inbound); in in_write_bytes_avail_show() [all …]
|
A D | ring_buffer.c | 180 mutex_init(&channel->inbound.ring_buffer_mutex); in hv_ringbuffer_pre_init() 487 struct hv_ring_buffer_info *rbi = &channel->inbound; in hv_pkt_iter_first() 547 struct hv_ring_buffer_info *rbi = &channel->inbound; in __hv_pkt_iter_next() 595 struct hv_ring_buffer_info *rbi = &channel->inbound; in hv_pkt_iter_close()
|
A D | connection.c | 453 if (likely(hv_end_read(&channel->inbound) == 0)) in vmbus_on_event() 456 hv_begin_read(&channel->inbound); in vmbus_on_event()
|
/linux-6.3-rc2/drivers/soc/qcom/ |
A D | smp2p.c | 159 struct list_head inbound; member 233 list_for_each_entry(entry, &smp2p->inbound, node) { in qcom_smp2p_notify_in() 244 list_for_each_entry(entry, &smp2p->inbound, node) { in qcom_smp2p_notify_in() 533 INIT_LIST_HEAD(&smp2p->inbound); in qcom_smp2p_probe() 600 list_add(&entry->node, &smp2p->inbound); in qcom_smp2p_probe() 645 list_for_each_entry(entry, &smp2p->inbound, node) in qcom_smp2p_probe() 670 list_for_each_entry(entry, &smp2p->inbound, node) in qcom_smp2p_remove()
|
/linux-6.3-rc2/Documentation/devicetree/bindings/pci/ |
A D | mobiveil-pcie.txt | 4 has up to 8 outbound and inbound windows for the address translation. 25 - ppio-wins : number of requested ppio inbound windows 26 default 1 inbound memory window is configured.
|
A D | cdns-pcie-host.yaml | 28 significant bits kept during inbound (PCIe -> AXI) address translations
|
A D | xgene-pci.txt | 15 - dma-ranges: ranges for the inbound memory regions.
|
/linux-6.3-rc2/Documentation/trace/ |
A D | hisi-ptt.rst | 99 type. Rx means the inbound while Tx means outbound. The packets will 132 direction of inbound and traced data format of 8DW. 171 You can specify multiple types when tracing inbound TLP headers, but can only 179 This is optional and the default parameter is inbound. The parameter value 183 - 4'b0000: inbound TLPs (P, NP, CPL) 185 - 4'b0010: outbound TLPs (P, NP, CPL) and inbound TLPs (P, NP, CPL B) 186 - 4'b0011: outbound TLPs (P, NP, CPL) and inbound TLPs (CPL A) 193 - 4'b0010: inbound TLPs (P, NP, CPL B) 194 - 4'b0011: inbound TLPs (CPL A)
|
/linux-6.3-rc2/drivers/uio/ |
A D | uio_hv_generic.c | 84 dev->channel->inbound.ring_buffer->interrupt_mask = !irq_state; in hv_uio_irqcontrol() 99 chan->inbound.ring_buffer->interrupt_mask = 1; in hv_uio_channel_cb() 168 new_sc->inbound.ring_buffer->interrupt_mask = 1; in hv_uio_new_channel() 211 dev->channel->inbound.ring_buffer->interrupt_mask = 1; in hv_uio_open()
|
/linux-6.3-rc2/drivers/net/ppp/ |
A D | ppp_async.c | 107 int len, int inbound); 950 int len, int inbound) in async_lcp_peek() argument 966 if (code == (inbound? CONFACK: CONFREQ)) { in async_lcp_peek() 975 if (!inbound) { in async_lcp_peek() 986 } else if (inbound) in async_lcp_peek() 997 if (inbound) in async_lcp_peek() 1004 if (inbound) in async_lcp_peek()
|
/linux-6.3-rc2/arch/arm/common/ |
A D | mcpm_entry.c | 92 sync_cache_r(&c->inbound); in __mcpm_outbound_enter_critical() 93 if (c->inbound == INBOUND_COMING_UP) in __mcpm_outbound_enter_critical() 437 mcpm_sync.clusters[i].inbound = INBOUND_NOT_COMING_UP; in mcpm_sync_init()
|
/linux-6.3-rc2/Documentation/ABI/testing/ |
A D | sysfs-bus-rpmsg | 23 inbound messages arrive to this address, the rpmsg core 41 inbound messages arrive to this address, the rpmsg core 49 and it is listening for inbound messages that may be sent
|
/linux-6.3-rc2/Documentation/driver-api/rapidio/ |
A D | tsi721.rst | 9 It supports maintenance read and write operations, inbound and outbound RapidIO 10 doorbells, inbound maintenance port-writes and RapidIO messaging. 17 For inbound messages this driver uses destination ID matching to forward messages
|
/linux-6.3-rc2/drivers/pci/controller/mobiveil/ |
A D | Kconfig | 22 Soft IP. It has up to 8 outbound and inbound windows
|
/linux-6.3-rc2/arch/arm/include/asm/ |
A D | mcpm.h | 294 s8 inbound __aligned(__CACHE_WRITEBACK_GRANULE);
|
/linux-6.3-rc2/Documentation/networking/ |
A D | secid.rst | 19 If this is an inbound flow, the label is derived from the IPSec security
|
A D | xfrm_proc.rst | 33 i.e. Either inbound SPI, address, or IPsec protocol at SA is wrong
|
/linux-6.3-rc2/Documentation/ABI/stable/ |
A D | firewire-cdev | 42 link layers, reception of inbound requests to such 44 to inbound requests
|
/linux-6.3-rc2/include/net/sctp/ |
A D | ulpevent.h | 79 __u16 inbound,
|
/linux-6.3-rc2/Documentation/staging/ |
A D | rpmsg.rst | 60 a unique rpmsg local address (a 32-bit integer). This way when inbound messages 63 with the payload of the inbound message). 200 inbound messages arrive, they are dispatched by the rpmsg bus using the 214 relevant inbound messages arrive (i.e. messages which their dst address
|
/linux-6.3-rc2/include/linux/netfilter/ |
A D | nf_conntrack_pptp.h | 309 int (*inbound)(struct sk_buff *skb, member
|